Shades of Mindaro #CAF856
Tints of Mindaro #CAF856
RGB
CMYK
RGB Variations
Color information
#CAF856 (or 0xCAF856) is known color: Mindaro. HEX triplet: CA, F8 and 56. RGB value is (202,248,86). Sum of RGB (Red+Green+Blue) = 202+248+86=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF856 is #3507A9. Grayscale: #D8D8D8. Windows color (decimal): -3475370 or 5699786. OLE color: 5699786.
HSL color Cylindrical-coordinate representation of color #CAF856: hue angle of 77.04º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAF856 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 86 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.03 |
| HSL | 77.04º | 0.92% | 0.65% | - |
| HSV(B) | 77.04º | 0.65% | 0.97% | - |
| XYZ | 59.6 | 80.36 | 21.17 | - |
| YUV | 215.78 | 54.76 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 86 | 0.19 | 0 | 0.65 | 0.03 | 77.04 | 0.92 | 0.65 |
| Hex | CA | F8 | 56 | 13 | 0 | 41 | 3 | 4D | 5C | 41 |
| Octal | 312 | 370 | 126 | 23 | 0 | 101 | 3 | 115 | 134 | 101 |
| Binary | 11001010 | 11111000 | 1010110 | 10011 | 0 | 1000001 | 11 | 1001101 | 1011100 | 1000001 |
Color Harmonies of #CAF856
Complementary color
Monochromatic Colors of #CAF856
Black with #CAF856
Text Example
Text Example
White with #CAF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF856; }
p { color: rgb(202,248,86); }
H1.HeaderClassName
{
color: #CAF856;
}
.AnyTagClassName
{
color: #CAF856;
}
</style>
background-color css
<style>
a { background-color: #CAF856; }
a { background-color: rgb(202,248,86); }
div.DivClassName
{
background-color: #CAF856;
}
.BgClassName
{
background-color: #CAF856;
}
</style>
border-color css
<style>
span { border-color: #CAF856; }
span { border-color: rgb(202,248,86); }
td.TdClassName
{
border-color: #CAF856;
}
.TagClassName
{
border-color: #CAF856;
}
</style>