Shades of Lawn Green #76E01D
Tints of Lawn Green #76E01D
RGB
CMYK
RGB Variations
Color information
#76E01D (or 0x76E01D) is known color: Lawn Green. HEX triplet: 76, E0 and 1D. RGB value is (118,224,29). Sum of RGB (Red+Green+Blue) = 118+224+29=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #76E01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E01D is #891FE2. Grayscale: #AAAAAA. Windows color (decimal): -8986595 or 1958006. OLE color: 1958006.
HSL color Cylindrical-coordinate representation of color #76E01D: hue angle of 92.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76E01D is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 29 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.12 |
| HSL | 92.62º | 0.77% | 0.5% | - |
| HSV(B) | 92.62º | 0.87% | 0.88% | - |
| XYZ | 34.35 | 57.25 | 10.4 | - |
| YUV | 170.08 | 48.38 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 29 | 0.47 | 0 | 0.87 | 0.12 | 92.62 | 0.77 | 0.5 |
| Hex | 76 | E0 | 1D | 2F | 0 | 57 | C | 5D | 4D | 32 |
| Octal | 166 | 340 | 35 | 57 | 0 | 127 | 14 | 135 | 115 | 62 |
| Binary | 1110110 | 11100000 | 11101 | 101111 | 0 | 1010111 | 1100 | 1011101 | 1001101 | 110010 |
Color Harmonies of #76E01D
Complementary color
Monochromatic Colors of #76E01D
Black with #76E01D
Text Example
Text Example
White with #76E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E01D; }
p { color: rgb(118,224,29); }
H1.HeaderClassName
{
color: #76E01D;
}
.AnyTagClassName
{
color: #76E01D;
}
</style>
background-color css
<style>
a { background-color: #76E01D; }
a { background-color: rgb(118,224,29); }
div.DivClassName
{
background-color: #76E01D;
}
.BgClassName
{
background-color: #76E01D;
}
</style>
border-color css
<style>
span { border-color: #76E01D; }
span { border-color: rgb(118,224,29); }
td.TdClassName
{
border-color: #76E01D;
}
.TagClassName
{
border-color: #76E01D;
}
</style>