Shades of Mindaro #CAF764
Tints of Mindaro #CAF764
RGB
CMYK
RGB Variations
Color information
#CAF764 (or 0xCAF764) is known color: Mindaro. HEX triplet: CA, F7 and 64. RGB value is (202,247,100). Sum of RGB (Red+Green+Blue) = 202+247+100=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF764 is #35089B. Grayscale: #D9D9D9. Windows color (decimal): -3475612 or 6617034. OLE color: 6617034.
HSL color Cylindrical-coordinate representation of color #CAF764: hue angle of 78.37º 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 #CAF764 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 100 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.03 |
| HSL | 78.37º | 0.9% | 0.68% | - |
| HSV(B) | 78.37º | 0.6% | 0.97% | - |
| XYZ | 59.92 | 80 | 24.34 | - |
| YUV | 216.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 100 | 0.18 | 0 | 0.60 | 0.03 | 78.37 | 0.9 | 0.68 |
| Hex | CA | F7 | 64 | 12 | 0 | 3C | 3 | 4E | 5A | 44 |
| Octal | 312 | 367 | 144 | 22 | 0 | 74 | 3 | 116 | 132 | 104 |
| Binary | 11001010 | 11110111 | 1100100 | 10010 | 0 | 111100 | 11 | 1001110 | 1011010 | 1000100 |
Color Harmonies of #CAF764
Complementary color
Monochromatic Colors of #CAF764
Black with #CAF764
Text Example
Text Example
White with #CAF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF764; }
p { color: rgb(202,247,100); }
H1.HeaderClassName
{
color: #CAF764;
}
.AnyTagClassName
{
color: #CAF764;
}
</style>
background-color css
<style>
a { background-color: #CAF764; }
a { background-color: rgb(202,247,100); }
div.DivClassName
{
background-color: #CAF764;
}
.BgClassName
{
background-color: #CAF764;
}
</style>
border-color css
<style>
span { border-color: #CAF764; }
span { border-color: rgb(202,247,100); }
td.TdClassName
{
border-color: #CAF764;
}
.TagClassName
{
border-color: #CAF764;
}
</style>