Shades of Mindaro #C5EC62
Tints of Mindaro #C5EC62
RGB
CMYK
RGB Variations
Color information
#C5EC62 (or 0xC5EC62) is known color: Mindaro. HEX triplet: C5, EC and 62. RGB value is (197,236,98). Sum of RGB (Red+Green+Blue) = 197+236+98=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EC62 is #3A139D. Grayscale: #D1D1D1. Windows color (decimal): -3806110 or 6483141. OLE color: 6483141.
HSL color Cylindrical-coordinate representation of color #C5EC62: hue angle of 76.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5EC62 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 98 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.07 |
| HSL | 76.96º | 0.78% | 0.65% | - |
| HSV(B) | 76.96º | 0.58% | 0.93% | - |
| XYZ | 55.23 | 72.74 | 22.69 | - |
| YUV | 208.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 98 | 0.17 | 0 | 0.58 | 0.07 | 76.96 | 0.78 | 0.65 |
| Hex | C5 | EC | 62 | 11 | 0 | 3A | 7 | 4D | 4E | 41 |
| Octal | 305 | 354 | 142 | 21 | 0 | 72 | 7 | 115 | 116 | 101 |
| Binary | 11000101 | 11101100 | 1100010 | 10001 | 0 | 111010 | 111 | 1001101 | 1001110 | 1000001 |
Color Harmonies of #C5EC62
Complementary color
Monochromatic Colors of #C5EC62
Black with #C5EC62
Text Example
Text Example
White with #C5EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC62; }
p { color: rgb(197,236,98); }
H1.HeaderClassName
{
color: #C5EC62;
}
.AnyTagClassName
{
color: #C5EC62;
}
</style>
background-color css
<style>
a { background-color: #C5EC62; }
a { background-color: rgb(197,236,98); }
div.DivClassName
{
background-color: #C5EC62;
}
.BgClassName
{
background-color: #C5EC62;
}
</style>
border-color css
<style>
span { border-color: #C5EC62; }
span { border-color: rgb(197,236,98); }
td.TdClassName
{
border-color: #C5EC62;
}
.TagClassName
{
border-color: #C5EC62;
}
</style>