Click on each button to change its value. Use the left arrow key to backspace and the right arrow key to enter. You can type in values or use the up and down arrow keys. ------------------------------------------------------------------------- Each variable will revert to its original number if what you entered is invalid. The parameters for each variable are as follows: R,G,B: 0-255 C,M,Y,K: 0-100% H: 0-360° S,V,L: 0-100% Hex: #000000-FFFFFF or #000-FFF Dec: 0-16777215
Possible Additions: - Lab, Luv, and their LCH equivalents - Munsell HVC - Hunter Lab - Pantone (PMS) - More informational slides ------ CITATIONS -------------------------------------------------- [1] RGB and Hex color codes: https://www.codeconquest.com/hex-color-codes/ [2] HSL and HSV: https://en.wikipedia.org/wiki/HSL_and_HSV [3] HSL vs HSV Video: https://dribbble.com/shots/5024627-Color-Research-HSL-HSB#shot-description [4] CMYK in printing: https://www.printplace.com/blog/reasons-for-cmyk-printing/ [5] CMY vs CMYK: https://www.b2bsolutions.gr/en/articles-en/372/CMY---CMYK-Color-printing.-What-is-the-difference-/ ------ CODING REFERENCES -------------------------------- @billyedward for easy exponent scripts https://www.easyrgb.com/en/math.php https://www.rapidtables.com/convert/color/rgb-to-hsv.html https://www.rapidtables.com/convert/color/hsv-to-rgb.html https://www.binaryhexconverter.com/hex-to-decimal-converter https://www.binaryhexconverter.com/decimal-to-hex-converter https://en.wikipedia.org/wiki/HSL_and_HSV#Color_conversion_formulae ------ UPDATE LOG ----------------------------------------------------- Apr. 10th 2021 - Modified "Learn More" slides, bug fixes Apr. 9th 2021 - Added HSL color model, bug fixes Feb. 14th 2020 - Published (happy Valentine's day!)