Shades of Mindaro #CAF657
Tints of Mindaro #CAF657
RGB
CMYK
RGB Variations
Color information
#CAF657 (or 0xCAF657) is known color: Mindaro. HEX triplet: CA, F6 and 57. RGB value is (202,246,87). Sum of RGB (Red+Green+Blue) = 202+246+87=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF657 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF657 is #3509A8. Grayscale: #D7D7D7. Windows color (decimal): -3475881 or 5764810. OLE color: 5764810.
HSL color Cylindrical-coordinate representation of color #CAF657: hue angle of 76.6º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAF657 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 87 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.04 |
| HSL | 76.6º | 0.9% | 0.65% | - |
| HSV(B) | 76.6º | 0.65% | 0.96% | - |
| XYZ | 59.03 | 79.16 | 21.18 | - |
| YUV | 214.72 | 55.92 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 87 | 0.18 | 0 | 0.65 | 0.04 | 76.6 | 0.9 | 0.65 |
| Hex | CA | F6 | 57 | 12 | 0 | 41 | 4 | 4D | 5A | 41 |
| Octal | 312 | 366 | 127 | 22 | 0 | 101 | 4 | 115 | 132 | 101 |
| Binary | 11001010 | 11110110 | 1010111 | 10010 | 0 | 1000001 | 100 | 1001101 | 1011010 | 1000001 |
Color Harmonies of #CAF657
Complementary color
Monochromatic Colors of #CAF657
Black with #CAF657
Text Example
Text Example
White with #CAF657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF657; }
p { color: rgb(202,246,87); }
H1.HeaderClassName
{
color: #CAF657;
}
.AnyTagClassName
{
color: #CAF657;
}
</style>
background-color css
<style>
a { background-color: #CAF657; }
a { background-color: rgb(202,246,87); }
div.DivClassName
{
background-color: #CAF657;
}
.BgClassName
{
background-color: #CAF657;
}
</style>
border-color css
<style>
span { border-color: #CAF657; }
span { border-color: rgb(202,246,87); }
td.TdClassName
{
border-color: #CAF657;
}
.TagClassName
{
border-color: #CAF657;
}
</style>