Shades of Lawn Green #76DD18
Tints of Lawn Green #76DD18
RGB
CMYK
RGB Variations
Color information
#76DD18 (or 0x76DD18) is known color: Lawn Green. HEX triplet: 76, DD and 18. RGB value is (118,221,24). Sum of RGB (Red+Green+Blue) = 118+221+24=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DD18 is #8922E7. Grayscale: #A8A8A8. Windows color (decimal): -8987368 or 1629558. OLE color: 1629558.
HSL color Cylindrical-coordinate representation of color #76DD18: hue angle of 91.37º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76DD18 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 24 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.13 |
| HSL | 91.37º | 0.8% | 0.48% | - |
| HSV(B) | 91.37º | 0.89% | 0.87% | - |
| XYZ | 33.49 | 55.63 | 9.84 | - |
| YUV | 167.75 | 46.88 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 24 | 0.47 | 0 | 0.89 | 0.13 | 91.37 | 0.8 | 0.48 |
| Hex | 76 | DD | 18 | 2F | 0 | 59 | D | 5B | 50 | 30 |
| Octal | 166 | 335 | 30 | 57 | 0 | 131 | 15 | 133 | 120 | 60 |
| Binary | 1110110 | 11011101 | 11000 | 101111 | 0 | 1011001 | 1101 | 1011011 | 1010000 | 110000 |
Color Harmonies of #76DD18
Complementary color
Monochromatic Colors of #76DD18
Black with #76DD18
Text Example
Text Example
White with #76DD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD18; }
p { color: rgb(118,221,24); }
H1.HeaderClassName
{
color: #76DD18;
}
.AnyTagClassName
{
color: #76DD18;
}
</style>
background-color css
<style>
a { background-color: #76DD18; }
a { background-color: rgb(118,221,24); }
div.DivClassName
{
background-color: #76DD18;
}
.BgClassName
{
background-color: #76DD18;
}
</style>
border-color css
<style>
span { border-color: #76DD18; }
span { border-color: rgb(118,221,24); }
td.TdClassName
{
border-color: #76DD18;
}
.TagClassName
{
border-color: #76DD18;
}
</style>