Shades of Mindaro #CAF855
Tints of Mindaro #CAF855
RGB
CMYK
RGB Variations
Color information
#CAF855 (or 0xCAF855) is known color: Mindaro. HEX triplet: CA, F8 and 55. RGB value is (202,248,85). Sum of RGB (Red+Green+Blue) = 202+248+85=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF855 is #3507AA. Grayscale: #D8D8D8. Windows color (decimal): -3475371 or 5634250. OLE color: 5634250.
HSL color Cylindrical-coordinate representation of color #CAF855: hue angle of 76.93º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAF855 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 85 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.03 |
| HSL | 76.93º | 0.92% | 0.65% | - |
| HSV(B) | 76.93º | 0.66% | 0.97% | - |
| XYZ | 59.56 | 80.35 | 20.96 | - |
| YUV | 215.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 85 | 0.19 | 0 | 0.66 | 0.03 | 76.93 | 0.92 | 0.65 |
| Hex | CA | F8 | 55 | 13 | 0 | 42 | 3 | 4D | 5C | 41 |
| Octal | 312 | 370 | 125 | 23 | 0 | 102 | 3 | 115 | 134 | 101 |
| Binary | 11001010 | 11111000 | 1010101 | 10011 | 0 | 1000010 | 11 | 1001101 | 1011100 | 1000001 |
Color Harmonies of #CAF855
Complementary color
Monochromatic Colors of #CAF855
Black with #CAF855
Text Example
Text Example
White with #CAF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF855; }
p { color: rgb(202,248,85); }
H1.HeaderClassName
{
color: #CAF855;
}
.AnyTagClassName
{
color: #CAF855;
}
</style>
background-color css
<style>
a { background-color: #CAF855; }
a { background-color: rgb(202,248,85); }
div.DivClassName
{
background-color: #CAF855;
}
.BgClassName
{
background-color: #CAF855;
}
</style>
border-color css
<style>
span { border-color: #CAF855; }
span { border-color: rgb(202,248,85); }
td.TdClassName
{
border-color: #CAF855;
}
.TagClassName
{
border-color: #CAF855;
}
</style>