Shades of Lawn Green #76D905
Tints of Lawn Green #76D905
RGB
CMYK
RGB Variations
Color information
#76D905 (or 0x76D905) is known color: Lawn Green. HEX triplet: 76, D9 and 05. RGB value is (118,217,5). Sum of RGB (Red+Green+Blue) = 118+217+5=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #76D905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D905 is #8926FA. Grayscale: #A3A3A3. Windows color (decimal): -8988411 or 383350. OLE color: 383350.
HSL color Cylindrical-coordinate representation of color #76D905: hue angle of 88.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76D905 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.15 |
| HSL | 88.02º | 0.95% | 0.44% | - |
| HSV(B) | 88.02º | 0.98% | 0.85% | - |
| XYZ | 32.31 | 53.49 | 8.76 | - |
| YUV | 163.23 | 38.7 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 5 | 0.46 | 0 | 0.98 | 0.15 | 88.02 | 0.95 | 0.44 |
| Hex | 76 | D9 | 5 | 2E | 0 | 62 | F | 58 | 5F | 2C |
| Octal | 166 | 331 | 5 | 56 | 0 | 142 | 17 | 130 | 137 | 54 |
| Binary | 1110110 | 11011001 | 101 | 101110 | 0 | 1100010 | 1111 | 1011000 | 1011111 | 101100 |
Color Harmonies of #76D905
Complementary color
Monochromatic Colors of #76D905
Black with #76D905
Text Example
Text Example
White with #76D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D905; }
p { color: rgb(118,217,5); }
H1.HeaderClassName
{
color: #76D905;
}
.AnyTagClassName
{
color: #76D905;
}
</style>
background-color css
<style>
a { background-color: #76D905; }
a { background-color: rgb(118,217,5); }
div.DivClassName
{
background-color: #76D905;
}
.BgClassName
{
background-color: #76D905;
}
</style>
border-color css
<style>
span { border-color: #76D905; }
span { border-color: rgb(118,217,5); }
td.TdClassName
{
border-color: #76D905;
}
.TagClassName
{
border-color: #76D905;
}
</style>