Shades of Mindaro #CAFA55
Tints of Mindaro #CAFA55
RGB
CMYK
RGB Variations
Color information
#CAFA55 (or 0xCAFA55) is known color: Mindaro. HEX triplet: CA, FA and 55. RGB value is (202,250,85). Sum of RGB (Red+Green+Blue) = 202+250+85=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA55 is #3505AA. Grayscale: #D9D9D9. Windows color (decimal): -3474859 or 5634762. OLE color: 5634762.
HSL color Cylindrical-coordinate representation of color #CAFA55: hue angle of 77.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAFA55 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 85 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.02 |
| HSL | 77.45º | 0.94% | 0.66% | - |
| HSV(B) | 77.45º | 0.66% | 0.98% | - |
| XYZ | 60.18 | 81.58 | 21.17 | - |
| YUV | 216.84 | 53.6 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 85 | 0.19 | 0 | 0.66 | 0.02 | 77.45 | 0.94 | 0.66 |
| Hex | CA | FA | 55 | 13 | 0 | 42 | 2 | 4D | 5E | 42 |
| Octal | 312 | 372 | 125 | 23 | 0 | 102 | 2 | 115 | 136 | 102 |
| Binary | 11001010 | 11111010 | 1010101 | 10011 | 0 | 1000010 | 10 | 1001101 | 1011110 | 1000010 |
Color Harmonies of #CAFA55
Complementary color
Monochromatic Colors of #CAFA55
Black with #CAFA55
Text Example
Text Example
White with #CAFA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA55; }
p { color: rgb(202,250,85); }
H1.HeaderClassName
{
color: #CAFA55;
}
.AnyTagClassName
{
color: #CAFA55;
}
</style>
background-color css
<style>
a { background-color: #CAFA55; }
a { background-color: rgb(202,250,85); }
div.DivClassName
{
background-color: #CAFA55;
}
.BgClassName
{
background-color: #CAFA55;
}
</style>
border-color css
<style>
span { border-color: #CAFA55; }
span { border-color: rgb(202,250,85); }
td.TdClassName
{
border-color: #CAFA55;
}
.TagClassName
{
border-color: #CAFA55;
}
</style>