Shades of Mindaro #CAF264
Tints of Mindaro #CAF264
RGB
CMYK
RGB Variations
Color information
#CAF264 (or 0xCAF264) is known color: Mindaro. HEX triplet: CA, F2 and 64. RGB value is (202,242,100). Sum of RGB (Red+Green+Blue) = 202+242+100=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF264 is #350D9B. Grayscale: #D6D6D6. Windows color (decimal): -3476892 or 6615754. OLE color: 6615754.
HSL color Cylindrical-coordinate representation of color #CAF264: hue angle of 76.9º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF264 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 100 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.05 |
| HSL | 76.9º | 0.85% | 0.67% | - |
| HSV(B) | 76.9º | 0.59% | 0.95% | - |
| XYZ | 58.41 | 76.98 | 23.84 | - |
| YUV | 213.85 | 63.75 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 100 | 0.17 | 0 | 0.59 | 0.05 | 76.9 | 0.85 | 0.67 |
| Hex | CA | F2 | 64 | 11 | 0 | 3B | 5 | 4D | 55 | 43 |
| Octal | 312 | 362 | 144 | 21 | 0 | 73 | 5 | 115 | 125 | 103 |
| Binary | 11001010 | 11110010 | 1100100 | 10001 | 0 | 111011 | 101 | 1001101 | 1010101 | 1000011 |
Color Harmonies of #CAF264
Complementary color
Monochromatic Colors of #CAF264
Black with #CAF264
Text Example
Text Example
White with #CAF264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF264; }
p { color: rgb(202,242,100); }
H1.HeaderClassName
{
color: #CAF264;
}
.AnyTagClassName
{
color: #CAF264;
}
</style>
background-color css
<style>
a { background-color: #CAF264; }
a { background-color: rgb(202,242,100); }
div.DivClassName
{
background-color: #CAF264;
}
.BgClassName
{
background-color: #CAF264;
}
</style>
border-color css
<style>
span { border-color: #CAF264; }
span { border-color: rgb(202,242,100); }
td.TdClassName
{
border-color: #CAF264;
}
.TagClassName
{
border-color: #CAF264;
}
</style>