Shades of Mindaro #CAF656
Tints of Mindaro #CAF656
RGB
CMYK
RGB Variations
Color information
#CAF656 (or 0xCAF656) is known color: Mindaro. HEX triplet: CA, F6 and 56. RGB value is (202,246,86). Sum of RGB (Red+Green+Blue) = 202+246+86=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF656 is #3509A9. Grayscale: #D7D7D7. Windows color (decimal): -3475882 or 5699274. OLE color: 5699274.
HSL color Cylindrical-coordinate representation of color #CAF656: hue angle of 76.5º 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 #CAF656 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 86 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.04 |
| HSL | 76.5º | 0.9% | 0.65% | - |
| HSV(B) | 76.5º | 0.65% | 0.96% | - |
| XYZ | 58.99 | 79.14 | 20.97 | - |
| YUV | 214.6 | 55.42 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 86 | 0.18 | 0 | 0.65 | 0.04 | 76.5 | 0.9 | 0.65 |
| Hex | CA | F6 | 56 | 12 | 0 | 41 | 4 | 4C | 5A | 41 |
| Octal | 312 | 366 | 126 | 22 | 0 | 101 | 4 | 114 | 132 | 101 |
| Binary | 11001010 | 11110110 | 1010110 | 10010 | 0 | 1000001 | 100 | 1001100 | 1011010 | 1000001 |
Color Harmonies of #CAF656
Complementary color
Monochromatic Colors of #CAF656
Black with #CAF656
Text Example
Text Example
White with #CAF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF656; }
p { color: rgb(202,246,86); }
H1.HeaderClassName
{
color: #CAF656;
}
.AnyTagClassName
{
color: #CAF656;
}
</style>
background-color css
<style>
a { background-color: #CAF656; }
a { background-color: rgb(202,246,86); }
div.DivClassName
{
background-color: #CAF656;
}
.BgClassName
{
background-color: #CAF656;
}
</style>
border-color css
<style>
span { border-color: #CAF656; }
span { border-color: rgb(202,246,86); }
td.TdClassName
{
border-color: #CAF656;
}
.TagClassName
{
border-color: #CAF656;
}
</style>