Shades of Mindaro #C7EC65
Tints of Mindaro #C7EC65
RGB
CMYK
RGB Variations
Color information
#C7EC65 (or 0xC7EC65) is known color: Mindaro. HEX triplet: C7, EC and 65. RGB value is (199,236,101). Sum of RGB (Red+Green+Blue) = 199+236+101=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #C7EC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7EC65 is #38139A. Grayscale: #D2D2D2. Windows color (decimal): -3675035 or 6679751. OLE color: 6679751.
HSL color Cylindrical-coordinate representation of color #C7EC65: hue angle of 76.44º 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 #C7EC65 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 236 | 101 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.07 |
| HSL | 76.44º | 0.78% | 0.66% | - |
| HSV(B) | 76.44º | 0.57% | 0.93% | - |
| XYZ | 55.9 | 73.07 | 23.47 | - |
| YUV | 209.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 101 | 0.16 | 0 | 0.57 | 0.07 | 76.44 | 0.78 | 0.66 |
| Hex | C7 | EC | 65 | 10 | 0 | 39 | 7 | 4C | 4E | 42 |
| Octal | 307 | 354 | 145 | 20 | 0 | 71 | 7 | 114 | 116 | 102 |
| Binary | 11000111 | 11101100 | 1100101 | 10000 | 0 | 111001 | 111 | 1001100 | 1001110 | 1000010 |
Color Harmonies of #C7EC65
Complementary color
Monochromatic Colors of #C7EC65
Black with #C7EC65
Text Example
Text Example
White with #C7EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EC65; }
p { color: rgb(199,236,101); }
H1.HeaderClassName
{
color: #C7EC65;
}
.AnyTagClassName
{
color: #C7EC65;
}
</style>
background-color css
<style>
a { background-color: #C7EC65; }
a { background-color: rgb(199,236,101); }
div.DivClassName
{
background-color: #C7EC65;
}
.BgClassName
{
background-color: #C7EC65;
}
</style>
border-color css
<style>
span { border-color: #C7EC65; }
span { border-color: rgb(199,236,101); }
td.TdClassName
{
border-color: #C7EC65;
}
.TagClassName
{
border-color: #C7EC65;
}
</style>