Shades of Mindaro #CAF762
Tints of Mindaro #CAF762
RGB
CMYK
RGB Variations
Color information
#CAF762 (or 0xCAF762) is known color: Mindaro. HEX triplet: CA, F7 and 62. RGB value is (202,247,98). Sum of RGB (Red+Green+Blue) = 202+247+98=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF762 is #35089D. Grayscale: #D9D9D9. Windows color (decimal): -3475614 or 6485962. OLE color: 6485962.
HSL color Cylindrical-coordinate representation of color #CAF762: hue angle of 78.12º degrees, saturation: 0.9, 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 #CAF762 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 98 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.03 |
| HSL | 78.12º | 0.9% | 0.68% | - |
| HSV(B) | 78.12º | 0.6% | 0.97% | - |
| XYZ | 59.82 | 79.96 | 23.84 | - |
| YUV | 216.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 98 | 0.18 | 0 | 0.60 | 0.03 | 78.12 | 0.9 | 0.68 |
| Hex | CA | F7 | 62 | 12 | 0 | 3C | 3 | 4E | 5A | 44 |
| Octal | 312 | 367 | 142 | 22 | 0 | 74 | 3 | 116 | 132 | 104 |
| Binary | 11001010 | 11110111 | 1100010 | 10010 | 0 | 111100 | 11 | 1001110 | 1011010 | 1000100 |
Color Harmonies of #CAF762
Complementary color
Monochromatic Colors of #CAF762
Black with #CAF762
Text Example
Text Example
White with #CAF762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF762; }
p { color: rgb(202,247,98); }
H1.HeaderClassName
{
color: #CAF762;
}
.AnyTagClassName
{
color: #CAF762;
}
</style>
background-color css
<style>
a { background-color: #CAF762; }
a { background-color: rgb(202,247,98); }
div.DivClassName
{
background-color: #CAF762;
}
.BgClassName
{
background-color: #CAF762;
}
</style>
border-color css
<style>
span { border-color: #CAF762; }
span { border-color: rgb(202,247,98); }
td.TdClassName
{
border-color: #CAF762;
}
.TagClassName
{
border-color: #CAF762;
}
</style>