Shades of Mindaro #CAE866
Tints of Mindaro #CAE866
RGB
CMYK
RGB Variations
Color information
#CAE866 (or 0xCAE866) is known color: Mindaro. HEX triplet: CA, E8 and 66. RGB value is (202,232,102). Sum of RGB (Red+Green+Blue) = 202+232+102=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE866 is #351799. Grayscale: #D0D0D0. Windows color (decimal): -3479450 or 6744266. OLE color: 6744266.
HSL color Cylindrical-coordinate representation of color #CAE866: hue angle of 73.85º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAE866 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 102 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.09 |
| HSL | 73.85º | 0.74% | 0.65% | - |
| HSV(B) | 73.85º | 0.56% | 0.91% | - |
| XYZ | 55.61 | 71.23 | 23.39 | - |
| YUV | 208.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 102 | 0.13 | 0 | 0.56 | 0.09 | 73.85 | 0.74 | 0.65 |
| Hex | CA | E8 | 66 | D | 0 | 38 | 9 | 4A | 4A | 41 |
| Octal | 312 | 350 | 146 | 15 | 0 | 70 | 11 | 112 | 112 | 101 |
| Binary | 11001010 | 11101000 | 1100110 | 1101 | 0 | 111000 | 1001 | 1001010 | 1001010 | 1000001 |
Color Harmonies of #CAE866
Complementary color
Monochromatic Colors of #CAE866
Black with #CAE866
Text Example
Text Example
White with #CAE866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE866; }
p { color: rgb(202,232,102); }
H1.HeaderClassName
{
color: #CAE866;
}
.AnyTagClassName
{
color: #CAE866;
}
</style>
background-color css
<style>
a { background-color: #CAE866; }
a { background-color: rgb(202,232,102); }
div.DivClassName
{
background-color: #CAE866;
}
.BgClassName
{
background-color: #CAE866;
}
</style>
border-color css
<style>
span { border-color: #CAE866; }
span { border-color: rgb(202,232,102); }
td.TdClassName
{
border-color: #CAE866;
}
.TagClassName
{
border-color: #CAE866;
}
</style>