Shades of Mindaro #CAE867
Tints of Mindaro #CAE867
RGB
CMYK
RGB Variations
Color information
#CAE867 (or 0xCAE867) is known color: Mindaro. HEX triplet: CA, E8 and 67. RGB value is (202,232,103). Sum of RGB (Red+Green+Blue) = 202+232+103=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE867 is #351798. Grayscale: #D0D0D0. Windows color (decimal): -3479449 or 6809802. OLE color: 6809802.
HSL color Cylindrical-coordinate representation of color #CAE867: hue angle of 73.95º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAE867 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 103 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.09 |
| HSL | 73.95º | 0.74% | 0.66% | - |
| HSV(B) | 73.95º | 0.56% | 0.91% | - |
| XYZ | 55.66 | 71.25 | 23.65 | - |
| YUV | 208.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 103 | 0.13 | 0 | 0.56 | 0.09 | 73.95 | 0.74 | 0.66 |
| Hex | CA | E8 | 67 | D | 0 | 38 | 9 | 4A | 4A | 42 |
| Octal | 312 | 350 | 147 | 15 | 0 | 70 | 11 | 112 | 112 | 102 |
| Binary | 11001010 | 11101000 | 1100111 | 1101 | 0 | 111000 | 1001 | 1001010 | 1001010 | 1000010 |
Color Harmonies of #CAE867
Complementary color
Monochromatic Colors of #CAE867
Black with #CAE867
Text Example
Text Example
White with #CAE867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE867; }
p { color: rgb(202,232,103); }
H1.HeaderClassName
{
color: #CAE867;
}
.AnyTagClassName
{
color: #CAE867;
}
</style>
background-color css
<style>
a { background-color: #CAE867; }
a { background-color: rgb(202,232,103); }
div.DivClassName
{
background-color: #CAE867;
}
.BgClassName
{
background-color: #CAE867;
}
</style>
border-color css
<style>
span { border-color: #CAE867; }
span { border-color: rgb(202,232,103); }
td.TdClassName
{
border-color: #CAE867;
}
.TagClassName
{
border-color: #CAE867;
}
</style>