Shades of Mindaro #CAF557
Tints of Mindaro #CAF557
RGB
CMYK
RGB Variations
Color information
#CAF557 (or 0xCAF557) is known color: Mindaro. HEX triplet: CA, F5 and 57. RGB value is (202,245,87). Sum of RGB (Red+Green+Blue) = 202+245+87=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF557 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF557 is #350AA8. Grayscale: #D6D6D6. Windows color (decimal): -3476137 or 5764554. OLE color: 5764554.
HSL color Cylindrical-coordinate representation of color #CAF557: hue angle of 76.33º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAF557 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 87 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.04 |
| HSL | 76.33º | 0.89% | 0.65% | - |
| HSV(B) | 76.33º | 0.64% | 0.96% | - |
| XYZ | 58.73 | 78.55 | 21.08 | - |
| YUV | 214.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 87 | 0.18 | 0 | 0.64 | 0.04 | 76.33 | 0.89 | 0.65 |
| Hex | CA | F5 | 57 | 12 | 0 | 40 | 4 | 4C | 59 | 41 |
| Octal | 312 | 365 | 127 | 22 | 0 | 100 | 4 | 114 | 131 | 101 |
| Binary | 11001010 | 11110101 | 1010111 | 10010 | 0 | 1000000 | 100 | 1001100 | 1011001 | 1000001 |
Color Harmonies of #CAF557
Complementary color
Monochromatic Colors of #CAF557
Black with #CAF557
Text Example
Text Example
White with #CAF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF557; }
p { color: rgb(202,245,87); }
H1.HeaderClassName
{
color: #CAF557;
}
.AnyTagClassName
{
color: #CAF557;
}
</style>
background-color css
<style>
a { background-color: #CAF557; }
a { background-color: rgb(202,245,87); }
div.DivClassName
{
background-color: #CAF557;
}
.BgClassName
{
background-color: #CAF557;
}
</style>
border-color css
<style>
span { border-color: #CAF557; }
span { border-color: rgb(202,245,87); }
td.TdClassName
{
border-color: #CAF557;
}
.TagClassName
{
border-color: #CAF557;
}
</style>