Shades of Lawn Green #76D508
Tints of Lawn Green #76D508
RGB
CMYK
RGB Variations
Color information
#76D508 (or 0x76D508) is known color: Lawn Green. HEX triplet: 76, D5 and 08. RGB value is (118,213,8). Sum of RGB (Red+Green+Blue) = 118+213+8=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 213 (83.59% from 255 or 62.83% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 213 - color contains mainly: green. Hex color #76D508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D508 is #892AF7. Grayscale: #A1A1A1. Windows color (decimal): -8989432 or 578934. OLE color: 578934.
HSL color Cylindrical-coordinate representation of color #76D508: hue angle of 87.8º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76D508 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.16 |
| HSL | 87.8º | 0.93% | 0.43% | - |
| HSV(B) | 87.8º | 0.96% | 0.84% | - |
| XYZ | 31.31 | 51.46 | 8.51 | - |
| YUV | 161.23 | 41.53 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 8 | 0.45 | 0 | 0.96 | 0.16 | 87.8 | 0.93 | 0.43 |
| Hex | 76 | D5 | 8 | 2D | 0 | 60 | 10 | 58 | 5D | 2B |
| Octal | 166 | 325 | 10 | 55 | 0 | 140 | 20 | 130 | 135 | 53 |
| Binary | 1110110 | 11010101 | 1000 | 101101 | 0 | 1100000 | 10000 | 1011000 | 1011101 | 101011 |
Color Harmonies of #76D508
Complementary color
Monochromatic Colors of #76D508
Black with #76D508
Text Example
Text Example
White with #76D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D508; }
p { color: rgb(118,213,8); }
H1.HeaderClassName
{
color: #76D508;
}
.AnyTagClassName
{
color: #76D508;
}
</style>
background-color css
<style>
a { background-color: #76D508; }
a { background-color: rgb(118,213,8); }
div.DivClassName
{
background-color: #76D508;
}
.BgClassName
{
background-color: #76D508;
}
</style>
border-color css
<style>
span { border-color: #76D508; }
span { border-color: rgb(118,213,8); }
td.TdClassName
{
border-color: #76D508;
}
.TagClassName
{
border-color: #76D508;
}
</style>