Shades of Mindaro #C6EC65
Tints of Mindaro #C6EC65
RGB
CMYK
RGB Variations
Color information
#C6EC65 (or 0xC6EC65) is known color: Mindaro. HEX triplet: C6, EC and 65. RGB value is (198,236,101). Sum of RGB (Red+Green+Blue) = 198+236+101=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EC65 is #39139A. Grayscale: #D1D1D1. Windows color (decimal): -3740571 or 6679750. OLE color: 6679750.
HSL color Cylindrical-coordinate representation of color #C6EC65: hue angle of 76.89º 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 #C6EC65 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 101 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.07 |
| HSL | 76.89º | 0.78% | 0.66% | - |
| HSV(B) | 76.89º | 0.57% | 0.93% | - |
| XYZ | 55.63 | 72.94 | 23.46 | - |
| YUV | 209.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 101 | 0.16 | 0 | 0.57 | 0.07 | 76.89 | 0.78 | 0.66 |
| Hex | C6 | EC | 65 | 10 | 0 | 39 | 7 | 4D | 4E | 42 |
| Octal | 306 | 354 | 145 | 20 | 0 | 71 | 7 | 115 | 116 | 102 |
| Binary | 11000110 | 11101100 | 1100101 | 10000 | 0 | 111001 | 111 | 1001101 | 1001110 | 1000010 |
Color Harmonies of #C6EC65
Complementary color
Monochromatic Colors of #C6EC65
Black with #C6EC65
Text Example
Text Example
White with #C6EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC65; }
p { color: rgb(198,236,101); }
H1.HeaderClassName
{
color: #C6EC65;
}
.AnyTagClassName
{
color: #C6EC65;
}
</style>
background-color css
<style>
a { background-color: #C6EC65; }
a { background-color: rgb(198,236,101); }
div.DivClassName
{
background-color: #C6EC65;
}
.BgClassName
{
background-color: #C6EC65;
}
</style>
border-color css
<style>
span { border-color: #C6EC65; }
span { border-color: rgb(198,236,101); }
td.TdClassName
{
border-color: #C6EC65;
}
.TagClassName
{
border-color: #C6EC65;
}
</style>