Shades of Lawn Green #76E021
Tints of Lawn Green #76E021
RGB
CMYK
RGB Variations
Color information
#76E021 (or 0x76E021) is known color: Lawn Green. HEX triplet: 76, E0 and 21. RGB value is (118,224,33). Sum of RGB (Red+Green+Blue) = 118+224+33=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #76E021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E021 is #891FDE. Grayscale: #ABABAB. Windows color (decimal): -8986591 or 2220150. OLE color: 2220150.
HSL color Cylindrical-coordinate representation of color #76E021: hue angle of 93.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76E021 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 33 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.12 |
| HSL | 93.3º | 0.75% | 0.5% | - |
| HSV(B) | 93.3º | 0.85% | 0.88% | - |
| XYZ | 34.4 | 57.27 | 10.68 | - |
| YUV | 170.53 | 50.38 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 33 | 0.47 | 0 | 0.85 | 0.12 | 93.3 | 0.75 | 0.5 |
| Hex | 76 | E0 | 21 | 2F | 0 | 55 | C | 5D | 4B | 32 |
| Octal | 166 | 340 | 41 | 57 | 0 | 125 | 14 | 135 | 113 | 62 |
| Binary | 1110110 | 11100000 | 100001 | 101111 | 0 | 1010101 | 1100 | 1011101 | 1001011 | 110010 |
Color Harmonies of #76E021
Complementary color
Monochromatic Colors of #76E021
Black with #76E021
Text Example
Text Example
White with #76E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E021; }
p { color: rgb(118,224,33); }
H1.HeaderClassName
{
color: #76E021;
}
.AnyTagClassName
{
color: #76E021;
}
</style>
background-color css
<style>
a { background-color: #76E021; }
a { background-color: rgb(118,224,33); }
div.DivClassName
{
background-color: #76E021;
}
.BgClassName
{
background-color: #76E021;
}
</style>
border-color css
<style>
span { border-color: #76E021; }
span { border-color: rgb(118,224,33); }
td.TdClassName
{
border-color: #76E021;
}
.TagClassName
{
border-color: #76E021;
}
</style>