Shades of Mindaro #C5E566
Tints of Mindaro #C5E566
RGB
CMYK
RGB Variations
Color information
#C5E566 (or 0xC5E566) is known color: Mindaro. HEX triplet: C5, E5 and 66. RGB value is (197,229,102). Sum of RGB (Red+Green+Blue) = 197+229+102=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E566 is #3A1A99. Grayscale: #CDCDCD. Windows color (decimal): -3807898 or 6743493. OLE color: 6743493.
HSL color Cylindrical-coordinate representation of color #C5E566: hue angle of 75.12º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5E566 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 102 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.10 |
| HSL | 75.12º | 0.71% | 0.65% | - |
| HSV(B) | 75.12º | 0.55% | 0.9% | - |
| XYZ | 53.44 | 68.87 | 23.05 | - |
| YUV | 204.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 102 | 0.14 | 0 | 0.55 | 0.10 | 75.12 | 0.71 | 0.65 |
| Hex | C5 | E5 | 66 | E | 0 | 37 | A | 4B | 47 | 41 |
| Octal | 305 | 345 | 146 | 16 | 0 | 67 | 12 | 113 | 107 | 101 |
| Binary | 11000101 | 11100101 | 1100110 | 1110 | 0 | 110111 | 1010 | 1001011 | 1000111 | 1000001 |
Color Harmonies of #C5E566
Complementary color
Monochromatic Colors of #C5E566
Black with #C5E566
Text Example
Text Example
White with #C5E566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E566; }
p { color: rgb(197,229,102); }
H1.HeaderClassName
{
color: #C5E566;
}
.AnyTagClassName
{
color: #C5E566;
}
</style>
background-color css
<style>
a { background-color: #C5E566; }
a { background-color: rgb(197,229,102); }
div.DivClassName
{
background-color: #C5E566;
}
.BgClassName
{
background-color: #C5E566;
}
</style>
border-color css
<style>
span { border-color: #C5E566; }
span { border-color: rgb(197,229,102); }
td.TdClassName
{
border-color: #C5E566;
}
.TagClassName
{
border-color: #C5E566;
}
</style>