Shades of Lawn Green #76E00C
Tints of Lawn Green #76E00C
RGB
CMYK
RGB Variations
Color information
#76E00C (or 0x76E00C) is known color: Lawn Green. HEX triplet: 76, E0 and 0C. RGB value is (118,224,12). Sum of RGB (Red+Green+Blue) = 118+224+12=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #76E00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76E00C is #891FF3. Grayscale: #A8A8A8. Windows color (decimal): -8986612 or 843894. OLE color: 843894.
HSL color Cylindrical-coordinate representation of color #76E00C: hue angle of 90º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76E00C is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 12 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.12 |
| HSL | 90º | 0.9% | 0.46% | - |
| HSV(B) | 90º | 0.95% | 0.88% | - |
| XYZ | 34.19 | 57.19 | 9.58 | - |
| YUV | 168.14 | 39.88 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 12 | 0.47 | 0 | 0.95 | 0.12 | 90 | 0.9 | 0.46 |
| Hex | 76 | E0 | C | 2F | 0 | 5F | C | 5A | 5A | 2E |
| Octal | 166 | 340 | 14 | 57 | 0 | 137 | 14 | 132 | 132 | 56 |
| Binary | 1110110 | 11100000 | 1100 | 101111 | 0 | 1011111 | 1100 | 1011010 | 1011010 | 101110 |
Color Harmonies of #76E00C
Complementary color
Monochromatic Colors of #76E00C
Black with #76E00C
Text Example
Text Example
White with #76E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E00C; }
p { color: rgb(118,224,12); }
H1.HeaderClassName
{
color: #76E00C;
}
.AnyTagClassName
{
color: #76E00C;
}
</style>
background-color css
<style>
a { background-color: #76E00C; }
a { background-color: rgb(118,224,12); }
div.DivClassName
{
background-color: #76E00C;
}
.BgClassName
{
background-color: #76E00C;
}
</style>
border-color css
<style>
span { border-color: #76E00C; }
span { border-color: rgb(118,224,12); }
td.TdClassName
{
border-color: #76E00C;
}
.TagClassName
{
border-color: #76E00C;
}
</style>