Shades of Mindaro #CAFE57
Tints of Mindaro #CAFE57
RGB
CMYK
RGB Variations
Color information
#CAFE57 (or 0xCAFE57) is known color: Mindaro. HEX triplet: CA, FE and 57. RGB value is (202,254,87). Sum of RGB (Red+Green+Blue) = 202+254+87=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 87 (34.38% from 255 or 16.02% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE57 is #3501A8. Grayscale: #DCDCDC. Windows color (decimal): -3473833 or 5766858. OLE color: 5766858.
HSL color Cylindrical-coordinate representation of color #CAFE57: hue angle of 78.68º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAFE57 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 87 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.00 |
| HSL | 78.68º | 0.99% | 0.67% | - |
| HSV(B) | 78.68º | 0.66% | 1% | - |
| XYZ | 61.52 | 84.13 | 22.01 | - |
| YUV | 219.41 | 53.27 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 87 | 0.20 | 0 | 0.66 | 0.00 | 78.68 | 0.99 | 0.67 |
| Hex | CA | FE | 57 | 14 | 0 | 42 | 0 | 4F | 63 | 43 |
| Octal | 312 | 376 | 127 | 24 | 0 | 102 | 0 | 117 | 143 | 103 |
| Binary | 11001010 | 11111110 | 1010111 | 10100 | 0 | 1000010 | 0 | 1001111 | 1100011 | 1000011 |
Color Harmonies of #CAFE57
Complementary color
Monochromatic Colors of #CAFE57
Black with #CAFE57
Text Example
Text Example
White with #CAFE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE57; }
p { color: rgb(202,254,87); }
H1.HeaderClassName
{
color: #CAFE57;
}
.AnyTagClassName
{
color: #CAFE57;
}
</style>
background-color css
<style>
a { background-color: #CAFE57; }
a { background-color: rgb(202,254,87); }
div.DivClassName
{
background-color: #CAFE57;
}
.BgClassName
{
background-color: #CAFE57;
}
</style>
border-color css
<style>
span { border-color: #CAFE57; }
span { border-color: rgb(202,254,87); }
td.TdClassName
{
border-color: #CAFE57;
}
.TagClassName
{
border-color: #CAFE57;
}
</style>