Shades of Mindaro #CAF862
Tints of Mindaro #CAF862
RGB
CMYK
RGB Variations
Color information
#CAF862 (or 0xCAF862) is known color: Mindaro. HEX triplet: CA, F8 and 62. RGB value is (202,248,98). Sum of RGB (Red+Green+Blue) = 202+248+98=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF862 is #35079D. Grayscale: #D9D9D9. Windows color (decimal): -3475358 or 6486218. OLE color: 6486218.
HSL color Cylindrical-coordinate representation of color #CAF862: hue angle of 78.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF862 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 98 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.03 |
| HSL | 78.4º | 0.91% | 0.68% | - |
| HSV(B) | 78.4º | 0.6% | 0.97% | - |
| XYZ | 60.13 | 80.57 | 23.94 | - |
| YUV | 217.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 98 | 0.19 | 0 | 0.60 | 0.03 | 78.4 | 0.91 | 0.68 |
| Hex | CA | F8 | 62 | 13 | 0 | 3C | 3 | 4E | 5B | 44 |
| Octal | 312 | 370 | 142 | 23 | 0 | 74 | 3 | 116 | 133 | 104 |
| Binary | 11001010 | 11111000 | 1100010 | 10011 | 0 | 111100 | 11 | 1001110 | 1011011 | 1000100 |
Color Harmonies of #CAF862
Complementary color
Monochromatic Colors of #CAF862
Black with #CAF862
Text Example
Text Example
White with #CAF862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF862; }
p { color: rgb(202,248,98); }
H1.HeaderClassName
{
color: #CAF862;
}
.AnyTagClassName
{
color: #CAF862;
}
</style>
background-color css
<style>
a { background-color: #CAF862; }
a { background-color: rgb(202,248,98); }
div.DivClassName
{
background-color: #CAF862;
}
.BgClassName
{
background-color: #CAF862;
}
</style>
border-color css
<style>
span { border-color: #CAF862; }
span { border-color: rgb(202,248,98); }
td.TdClassName
{
border-color: #CAF862;
}
.TagClassName
{
border-color: #CAF862;
}
</style>