Shades of Lawn Green #76EC0C
Tints of Lawn Green #76EC0C
RGB
CMYK
RGB Variations
Color information
#76EC0C (or 0x76EC0C) is known color: Lawn Green. HEX triplet: 76, EC and 0C. RGB value is (118,236,12). Sum of RGB (Red+Green+Blue) = 118+236+12=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76EC0C is #8913F3. Grayscale: #AFAFAF. Windows color (decimal): -8983540 or 846966. OLE color: 846966.
HSL color Cylindrical-coordinate representation of color #76EC0C: hue angle of 91.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76EC0C is Cyan = 0.5, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 12 | - |
| CMYK | 0.5 | 0 | 0.95 | 0.07 |
| HSL | 91.61º | 0.9% | 0.49% | - |
| HSV(B) | 91.61º | 0.95% | 0.93% | - |
| XYZ | 37.53 | 63.87 | 10.7 | - |
| YUV | 175.18 | 35.91 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 12 | 0.5 | 0 | 0.95 | 0.07 | 91.61 | 0.9 | 0.49 |
| Hex | 76 | EC | C | 32 | 0 | 5F | 7 | 5C | 5A | 31 |
| Octal | 166 | 354 | 14 | 62 | 0 | 137 | 7 | 134 | 132 | 61 |
| Binary | 1110110 | 11101100 | 1100 | 110010 | 0 | 1011111 | 111 | 1011100 | 1011010 | 110001 |
Color Harmonies of #76EC0C
Complementary color
Monochromatic Colors of #76EC0C
Black with #76EC0C
Text Example
Text Example
White with #76EC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EC0C; }
p { color: rgb(118,236,12); }
H1.HeaderClassName
{
color: #76EC0C;
}
.AnyTagClassName
{
color: #76EC0C;
}
</style>
background-color css
<style>
a { background-color: #76EC0C; }
a { background-color: rgb(118,236,12); }
div.DivClassName
{
background-color: #76EC0C;
}
.BgClassName
{
background-color: #76EC0C;
}
</style>
border-color css
<style>
span { border-color: #76EC0C; }
span { border-color: rgb(118,236,12); }
td.TdClassName
{
border-color: #76EC0C;
}
.TagClassName
{
border-color: #76EC0C;
}
</style>