Shades of Mindaro #CAF759
Tints of Mindaro #CAF759
RGB
CMYK
RGB Variations
Color information
#CAF759 (or 0xCAF759) is known color: Mindaro. HEX triplet: CA, F7 and 59. RGB value is (202,247,89). Sum of RGB (Red+Green+Blue) = 202+247+89=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF759 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF759 is #3508A6. Grayscale: #D8D8D8. Windows color (decimal): -3475623 or 5896138. OLE color: 5896138.
HSL color Cylindrical-coordinate representation of color #CAF759: hue angle of 77.09º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAF759 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 89 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.03 |
| HSL | 77.09º | 0.91% | 0.66% | - |
| HSV(B) | 77.09º | 0.64% | 0.97% | - |
| XYZ | 59.42 | 79.8 | 21.72 | - |
| YUV | 215.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 89 | 0.18 | 0 | 0.64 | 0.03 | 77.09 | 0.91 | 0.66 |
| Hex | CA | F7 | 59 | 12 | 0 | 40 | 3 | 4D | 5B | 42 |
| Octal | 312 | 367 | 131 | 22 | 0 | 100 | 3 | 115 | 133 | 102 |
| Binary | 11001010 | 11110111 | 1011001 | 10010 | 0 | 1000000 | 11 | 1001101 | 1011011 | 1000010 |
Color Harmonies of #CAF759
Complementary color
Monochromatic Colors of #CAF759
Black with #CAF759
Text Example
Text Example
White with #CAF759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF759; }
p { color: rgb(202,247,89); }
H1.HeaderClassName
{
color: #CAF759;
}
.AnyTagClassName
{
color: #CAF759;
}
</style>
background-color css
<style>
a { background-color: #CAF759; }
a { background-color: rgb(202,247,89); }
div.DivClassName
{
background-color: #CAF759;
}
.BgClassName
{
background-color: #CAF759;
}
</style>
border-color css
<style>
span { border-color: #CAF759; }
span { border-color: rgb(202,247,89); }
td.TdClassName
{
border-color: #CAF759;
}
.TagClassName
{
border-color: #CAF759;
}
</style>