Shades of Mindaro #C5EC65
Tints of Mindaro #C5EC65
RGB
CMYK
RGB Variations
Color information
#C5EC65 (or 0xC5EC65) is known color: Mindaro. HEX triplet: C5, EC and 65. RGB value is (197,236,101). Sum of RGB (Red+Green+Blue) = 197+236+101=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EC65 is #3A139A. Grayscale: #D1D1D1. Windows color (decimal): -3806107 or 6679749. OLE color: 6679749.
HSL color Cylindrical-coordinate representation of color #C5EC65: hue angle of 77.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5EC65 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 101 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.07 |
| HSL | 77.33º | 0.78% | 0.66% | - |
| HSV(B) | 77.33º | 0.57% | 0.93% | - |
| XYZ | 55.37 | 72.8 | 23.45 | - |
| YUV | 208.95 | 67.08 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 101 | 0.17 | 0 | 0.57 | 0.07 | 77.33 | 0.78 | 0.66 |
| Hex | C5 | EC | 65 | 11 | 0 | 39 | 7 | 4D | 4E | 42 |
| Octal | 305 | 354 | 145 | 21 | 0 | 71 | 7 | 115 | 116 | 102 |
| Binary | 11000101 | 11101100 | 1100101 | 10001 | 0 | 111001 | 111 | 1001101 | 1001110 | 1000010 |
Color Harmonies of #C5EC65
Complementary color
Monochromatic Colors of #C5EC65
Black with #C5EC65
Text Example
Text Example
White with #C5EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC65; }
p { color: rgb(197,236,101); }
H1.HeaderClassName
{
color: #C5EC65;
}
.AnyTagClassName
{
color: #C5EC65;
}
</style>
background-color css
<style>
a { background-color: #C5EC65; }
a { background-color: rgb(197,236,101); }
div.DivClassName
{
background-color: #C5EC65;
}
.BgClassName
{
background-color: #C5EC65;
}
</style>
border-color css
<style>
span { border-color: #C5EC65; }
span { border-color: rgb(197,236,101); }
td.TdClassName
{
border-color: #C5EC65;
}
.TagClassName
{
border-color: #C5EC65;
}
</style>