Shades of Mindaro #CAF955
Tints of Mindaro #CAF955
RGB
CMYK
RGB Variations
Color information
#CAF955 (or 0xCAF955) is known color: Mindaro. HEX triplet: CA, F9 and 55. RGB value is (202,249,85). Sum of RGB (Red+Green+Blue) = 202+249+85=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF955 is #3506AA. Grayscale: #D8D8D8. Windows color (decimal): -3475115 or 5634506. OLE color: 5634506.
HSL color Cylindrical-coordinate representation of color #CAF955: hue angle of 77.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAF955 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 85 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.02 |
| HSL | 77.2º | 0.93% | 0.65% | - |
| HSV(B) | 77.2º | 0.66% | 0.98% | - |
| XYZ | 59.87 | 80.96 | 21.07 | - |
| YUV | 216.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 85 | 0.19 | 0 | 0.66 | 0.02 | 77.2 | 0.93 | 0.65 |
| Hex | CA | F9 | 55 | 13 | 0 | 42 | 2 | 4D | 5D | 41 |
| Octal | 312 | 371 | 125 | 23 | 0 | 102 | 2 | 115 | 135 | 101 |
| Binary | 11001010 | 11111001 | 1010101 | 10011 | 0 | 1000010 | 10 | 1001101 | 1011101 | 1000001 |
Color Harmonies of #CAF955
Complementary color
Monochromatic Colors of #CAF955
Black with #CAF955
Text Example
Text Example
White with #CAF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF955; }
p { color: rgb(202,249,85); }
H1.HeaderClassName
{
color: #CAF955;
}
.AnyTagClassName
{
color: #CAF955;
}
</style>
background-color css
<style>
a { background-color: #CAF955; }
a { background-color: rgb(202,249,85); }
div.DivClassName
{
background-color: #CAF955;
}
.BgClassName
{
background-color: #CAF955;
}
</style>
border-color css
<style>
span { border-color: #CAF955; }
span { border-color: rgb(202,249,85); }
td.TdClassName
{
border-color: #CAF955;
}
.TagClassName
{
border-color: #CAF955;
}
</style>