Shades of Mindaro #CAF464
Tints of Mindaro #CAF464
RGB
CMYK
RGB Variations
Color information
#CAF464 (or 0xCAF464) is known color: Mindaro. HEX triplet: CA, F4 and 64. RGB value is (202,244,100). Sum of RGB (Red+Green+Blue) = 202+244+100=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF464 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF464 is #350B9B. Grayscale: #D7D7D7. Windows color (decimal): -3476380 or 6616266. OLE color: 6616266.
HSL color Cylindrical-coordinate representation of color #CAF464: hue angle of 77.5º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF464 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 100 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.04 |
| HSL | 77.5º | 0.87% | 0.67% | - |
| HSV(B) | 77.5º | 0.59% | 0.96% | - |
| XYZ | 59.01 | 78.18 | 24.04 | - |
| YUV | 215.03 | 63.09 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 100 | 0.17 | 0 | 0.59 | 0.04 | 77.5 | 0.87 | 0.67 |
| Hex | CA | F4 | 64 | 11 | 0 | 3B | 4 | 4E | 57 | 43 |
| Octal | 312 | 364 | 144 | 21 | 0 | 73 | 4 | 116 | 127 | 103 |
| Binary | 11001010 | 11110100 | 1100100 | 10001 | 0 | 111011 | 100 | 1001110 | 1010111 | 1000011 |
Color Harmonies of #CAF464
Complementary color
Monochromatic Colors of #CAF464
Black with #CAF464
Text Example
Text Example
White with #CAF464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF464; }
p { color: rgb(202,244,100); }
H1.HeaderClassName
{
color: #CAF464;
}
.AnyTagClassName
{
color: #CAF464;
}
</style>
background-color css
<style>
a { background-color: #CAF464; }
a { background-color: rgb(202,244,100); }
div.DivClassName
{
background-color: #CAF464;
}
.BgClassName
{
background-color: #CAF464;
}
</style>
border-color css
<style>
span { border-color: #CAF464; }
span { border-color: rgb(202,244,100); }
td.TdClassName
{
border-color: #CAF464;
}
.TagClassName
{
border-color: #CAF464;
}
</style>