Shades of Mindaro #CAFE55
Tints of Mindaro #CAFE55
RGB
CMYK
RGB Variations
Color information
#CAFE55 (or 0xCAFE55) is known color: Mindaro. HEX triplet: CA, FE and 55. RGB value is (202,254,85). Sum of RGB (Red+Green+Blue) = 202+254+85=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE55 is #3501AA. Grayscale: #DBDBDB. Windows color (decimal): -3473835 or 5635786. OLE color: 5635786.
HSL color Cylindrical-coordinate representation of color #CAFE55: hue angle of 78.46º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAFE55 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 85 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.00 |
| HSL | 78.46º | 0.99% | 0.66% | - |
| HSV(B) | 78.46º | 0.67% | 1% | - |
| XYZ | 61.44 | 84.1 | 21.59 | - |
| YUV | 219.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 85 | 0.20 | 0 | 0.67 | 0.00 | 78.46 | 0.99 | 0.66 |
| Hex | CA | FE | 55 | 14 | 0 | 43 | 0 | 4E | 63 | 42 |
| Octal | 312 | 376 | 125 | 24 | 0 | 103 | 0 | 116 | 143 | 102 |
| Binary | 11001010 | 11111110 | 1010101 | 10100 | 0 | 1000011 | 0 | 1001110 | 1100011 | 1000010 |
Color Harmonies of #CAFE55
Complementary color
Monochromatic Colors of #CAFE55
Black with #CAFE55
Text Example
Text Example
White with #CAFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE55; }
p { color: rgb(202,254,85); }
H1.HeaderClassName
{
color: #CAFE55;
}
.AnyTagClassName
{
color: #CAFE55;
}
</style>
background-color css
<style>
a { background-color: #CAFE55; }
a { background-color: rgb(202,254,85); }
div.DivClassName
{
background-color: #CAFE55;
}
.BgClassName
{
background-color: #CAFE55;
}
</style>
border-color css
<style>
span { border-color: #CAFE55; }
span { border-color: rgb(202,254,85); }
td.TdClassName
{
border-color: #CAFE55;
}
.TagClassName
{
border-color: #CAFE55;
}
</style>