Shades of Mindaro #CAE062
Tints of Mindaro #CAE062
RGB
CMYK
RGB Variations
Color information
#CAE062 (or 0xCAE062) is known color: Mindaro. HEX triplet: CA, E0 and 62. RGB value is (202,224,98). Sum of RGB (Red+Green+Blue) = 202+224+98=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE062 is #351F9D. Grayscale: #CBCBCB. Windows color (decimal): -3481502 or 6480074. OLE color: 6480074.
HSL color Cylindrical-coordinate representation of color #CAE062: hue angle of 70.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAE062 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 98 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.12 |
| HSL | 70.48º | 0.67% | 0.63% | - |
| HSV(B) | 70.48º | 0.56% | 0.88% | - |
| XYZ | 53.22 | 66.75 | 21.63 | - |
| YUV | 203.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 98 | 0.10 | 0 | 0.56 | 0.12 | 70.48 | 0.67 | 0.63 |
| Hex | CA | E0 | 62 | A | 0 | 38 | C | 46 | 43 | 3F |
| Octal | 312 | 340 | 142 | 12 | 0 | 70 | 14 | 106 | 103 | 77 |
| Binary | 11001010 | 11100000 | 1100010 | 1010 | 0 | 111000 | 1100 | 1000110 | 1000011 | 111111 |
Color Harmonies of #CAE062
Complementary color
Monochromatic Colors of #CAE062
Black with #CAE062
Text Example
Text Example
White with #CAE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE062; }
p { color: rgb(202,224,98); }
H1.HeaderClassName
{
color: #CAE062;
}
.AnyTagClassName
{
color: #CAE062;
}
</style>
background-color css
<style>
a { background-color: #CAE062; }
a { background-color: rgb(202,224,98); }
div.DivClassName
{
background-color: #CAE062;
}
.BgClassName
{
background-color: #CAE062;
}
</style>
border-color css
<style>
span { border-color: #CAE062; }
span { border-color: rgb(202,224,98); }
td.TdClassName
{
border-color: #CAE062;
}
.TagClassName
{
border-color: #CAE062;
}
</style>