Shades of Lawn Green #76D50B
Tints of Lawn Green #76D50B
RGB
CMYK
RGB Variations
Color information
#76D50B (or 0x76D50B) is known color: Lawn Green. HEX triplet: 76, D5 and 0B. RGB value is (118,213,11). Sum of RGB (Red+Green+Blue) = 118+213+11=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #76D50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D50B is #892AF4. Grayscale: #A2A2A2. Windows color (decimal): -8989429 or 775542. OLE color: 775542.
HSL color Cylindrical-coordinate representation of color #76D50B: hue angle of 88.22º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76D50B is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 11 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.16 |
| HSL | 88.22º | 0.9% | 0.44% | - |
| HSV(B) | 88.22º | 0.95% | 0.84% | - |
| XYZ | 31.33 | 51.46 | 8.6 | - |
| YUV | 161.57 | 43.03 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 11 | 0.45 | 0 | 0.95 | 0.16 | 88.22 | 0.9 | 0.44 |
| Hex | 76 | D5 | B | 2D | 0 | 5F | 10 | 58 | 5A | 2C |
| Octal | 166 | 325 | 13 | 55 | 0 | 137 | 20 | 130 | 132 | 54 |
| Binary | 1110110 | 11010101 | 1011 | 101101 | 0 | 1011111 | 10000 | 1011000 | 1011010 | 101100 |
Color Harmonies of #76D50B
Complementary color
Monochromatic Colors of #76D50B
Black with #76D50B
Text Example
Text Example
White with #76D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D50B; }
p { color: rgb(118,213,11); }
H1.HeaderClassName
{
color: #76D50B;
}
.AnyTagClassName
{
color: #76D50B;
}
</style>
background-color css
<style>
a { background-color: #76D50B; }
a { background-color: rgb(118,213,11); }
div.DivClassName
{
background-color: #76D50B;
}
.BgClassName
{
background-color: #76D50B;
}
</style>
border-color css
<style>
span { border-color: #76D50B; }
span { border-color: rgb(118,213,11); }
td.TdClassName
{
border-color: #76D50B;
}
.TagClassName
{
border-color: #76D50B;
}
</style>