Shades of Lawn Green #76D20B
Tints of Lawn Green #76D20B
RGB
CMYK
RGB Variations
Color information
#76D20B (or 0x76D20B) is known color: Lawn Green. HEX triplet: 76, D2 and 0B. RGB value is (118,210,11). Sum of RGB (Red+Green+Blue) = 118+210+11=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 210 (82.42% from 255 or 61.95% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 210 - color contains mainly: green. Hex color #76D20B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D20B is #892DF4. Grayscale: #A0A0A0. Windows color (decimal): -8990197 or 774774. OLE color: 774774.
HSL color Cylindrical-coordinate representation of color #76D20B: hue angle of 87.74º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76D20B is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 11 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.18 |
| HSL | 87.74º | 0.9% | 0.43% | - |
| HSV(B) | 87.74º | 0.95% | 0.82% | - |
| XYZ | 30.58 | 49.97 | 8.35 | - |
| YUV | 159.81 | 44.02 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 11 | 0.44 | 0 | 0.95 | 0.18 | 87.74 | 0.9 | 0.43 |
| Hex | 76 | D2 | B | 2C | 0 | 5F | 12 | 58 | 5A | 2B |
| Octal | 166 | 322 | 13 | 54 | 0 | 137 | 22 | 130 | 132 | 53 |
| Binary | 1110110 | 11010010 | 1011 | 101100 | 0 | 1011111 | 10010 | 1011000 | 1011010 | 101011 |
Color Harmonies of #76D20B
Complementary color
Monochromatic Colors of #76D20B
Black with #76D20B
Text Example
Text Example
White with #76D20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D20B; }
p { color: rgb(118,210,11); }
H1.HeaderClassName
{
color: #76D20B;
}
.AnyTagClassName
{
color: #76D20B;
}
</style>
background-color css
<style>
a { background-color: #76D20B; }
a { background-color: rgb(118,210,11); }
div.DivClassName
{
background-color: #76D20B;
}
.BgClassName
{
background-color: #76D20B;
}
</style>
border-color css
<style>
span { border-color: #76D20B; }
span { border-color: rgb(118,210,11); }
td.TdClassName
{
border-color: #76D20B;
}
.TagClassName
{
border-color: #76D20B;
}
</style>