Shades of Lawn Green #76D818
Tints of Lawn Green #76D818
RGB
CMYK
RGB Variations
Color information
#76D818 (or 0x76D818) is known color: Lawn Green. HEX triplet: 76, D8 and 18. RGB value is (118,216,24). Sum of RGB (Red+Green+Blue) = 118+216+24=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #76D818 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D818 is #8927E7. Grayscale: #A5A5A5. Windows color (decimal): -8988648 or 1628278. OLE color: 1628278.
HSL color Cylindrical-coordinate representation of color #76D818: hue angle of 90.62º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76D818 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 216 | 24 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.15 |
| HSL | 90.63º | 0.8% | 0.47% | - |
| HSV(B) | 90.63º | 0.89% | 0.85% | - |
| XYZ | 32.19 | 53.03 | 9.4 | - |
| YUV | 164.81 | 48.53 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 24 | 0.45 | 0 | 0.89 | 0.15 | 90.63 | 0.8 | 0.47 |
| Hex | 76 | D8 | 18 | 2D | 0 | 59 | F | 5B | 50 | 2F |
| Octal | 166 | 330 | 30 | 55 | 0 | 131 | 17 | 133 | 120 | 57 |
| Binary | 1110110 | 11011000 | 11000 | 101101 | 0 | 1011001 | 1111 | 1011011 | 1010000 | 101111 |
Color Harmonies of #76D818
Complementary color
Monochromatic Colors of #76D818
Black with #76D818
Text Example
Text Example
White with #76D818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D818; }
p { color: rgb(118,216,24); }
H1.HeaderClassName
{
color: #76D818;
}
.AnyTagClassName
{
color: #76D818;
}
</style>
background-color css
<style>
a { background-color: #76D818; }
a { background-color: rgb(118,216,24); }
div.DivClassName
{
background-color: #76D818;
}
.BgClassName
{
background-color: #76D818;
}
</style>
border-color css
<style>
span { border-color: #76D818; }
span { border-color: rgb(118,216,24); }
td.TdClassName
{
border-color: #76D818;
}
.TagClassName
{
border-color: #76D818;
}
</style>