Shades of Lawn Green #76DF16
Tints of Lawn Green #76DF16
RGB
CMYK
RGB Variations
Color information
#76DF16 (or 0x76DF16) is known color: Lawn Green. HEX triplet: 76, DF and 16. RGB value is (118,223,22). Sum of RGB (Red+Green+Blue) = 118+223+22=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DF16 is #8920E9. Grayscale: #A9A9A9. Windows color (decimal): -8986858 or 1498998. OLE color: 1498998.
HSL color Cylindrical-coordinate representation of color #76DF16: hue angle of 91.34º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76DF16 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 22 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.13 |
| HSL | 91.34º | 0.82% | 0.48% | - |
| HSV(B) | 91.34º | 0.9% | 0.87% | - |
| XYZ | 34 | 56.68 | 9.91 | - |
| YUV | 168.69 | 45.21 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 22 | 0.47 | 0 | 0.90 | 0.13 | 91.34 | 0.82 | 0.48 |
| Hex | 76 | DF | 16 | 2F | 0 | 5A | D | 5B | 52 | 30 |
| Octal | 166 | 337 | 26 | 57 | 0 | 132 | 15 | 133 | 122 | 60 |
| Binary | 1110110 | 11011111 | 10110 | 101111 | 0 | 1011010 | 1101 | 1011011 | 1010010 | 110000 |
Color Harmonies of #76DF16
Complementary color
Monochromatic Colors of #76DF16
Black with #76DF16
Text Example
Text Example
White with #76DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF16; }
p { color: rgb(118,223,22); }
H1.HeaderClassName
{
color: #76DF16;
}
.AnyTagClassName
{
color: #76DF16;
}
</style>
background-color css
<style>
a { background-color: #76DF16; }
a { background-color: rgb(118,223,22); }
div.DivClassName
{
background-color: #76DF16;
}
.BgClassName
{
background-color: #76DF16;
}
</style>
border-color css
<style>
span { border-color: #76DF16; }
span { border-color: rgb(118,223,22); }
td.TdClassName
{
border-color: #76DF16;
}
.TagClassName
{
border-color: #76DF16;
}
</style>