Shades of Mindaro #CAE86B
Tints of Mindaro #CAE86B
RGB
CMYK
RGB Variations
Color information
#CAE86B (or 0xCAE86B) is known color: Mindaro. HEX triplet: CA, E8 and 6B. RGB value is (202,232,107). Sum of RGB (Red+Green+Blue) = 202+232+107=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE86B is #351794. Grayscale: #D1D1D1. Windows color (decimal): -3479445 or 7071946. OLE color: 7071946.
HSL color Cylindrical-coordinate representation of color #CAE86B: hue angle of 74.4º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAE86B is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 107 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.09 |
| HSL | 74.4º | 0.73% | 0.66% | - |
| HSV(B) | 74.4º | 0.54% | 0.91% | - |
| XYZ | 55.87 | 71.33 | 24.73 | - |
| YUV | 208.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 107 | 0.13 | 0 | 0.54 | 0.09 | 74.4 | 0.73 | 0.66 |
| Hex | CA | E8 | 6B | D | 0 | 36 | 9 | 4A | 49 | 42 |
| Octal | 312 | 350 | 153 | 15 | 0 | 66 | 11 | 112 | 111 | 102 |
| Binary | 11001010 | 11101000 | 1101011 | 1101 | 0 | 110110 | 1001 | 1001010 | 1001001 | 1000010 |
Color Harmonies of #CAE86B
Complementary color
Monochromatic Colors of #CAE86B
Black with #CAE86B
Text Example
Text Example
White with #CAE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE86B; }
p { color: rgb(202,232,107); }
H1.HeaderClassName
{
color: #CAE86B;
}
.AnyTagClassName
{
color: #CAE86B;
}
</style>
background-color css
<style>
a { background-color: #CAE86B; }
a { background-color: rgb(202,232,107); }
div.DivClassName
{
background-color: #CAE86B;
}
.BgClassName
{
background-color: #CAE86B;
}
</style>
border-color css
<style>
span { border-color: #CAE86B; }
span { border-color: rgb(202,232,107); }
td.TdClassName
{
border-color: #CAE86B;
}
.TagClassName
{
border-color: #CAE86B;
}
</style>