Shades of Lawn Green #76FF16
Tints of Lawn Green #76FF16
RGB
CMYK
RGB Variations
Color information
#76FF16 (or 0x76FF16) is known color: Lawn Green. HEX triplet: 76, FF and 16. RGB value is (118,255,22). Sum of RGB (Red+Green+Blue) = 118+255+22=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FF16 is #8900E9. Grayscale: #BCBCBC. Windows color (decimal): -8978666 or 1507190. OLE color: 1507190.
HSL color Cylindrical-coordinate representation of color #76FF16: hue angle of 95.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76FF16 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 22 | - |
| CMYK | 0.54 | 0 | 0.91 | 0 |
| HSL | 95.28º | 1% | 0.54% | - |
| HSV(B) | 95.28º | 0.91% | 1% | - |
| XYZ | 43.38 | 75.43 | 13.03 | - |
| YUV | 187.48 | 34.61 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 22 | 0.54 | 0 | 0.91 | 0 | 95.28 | 1 | 0.54 |
| Hex | 76 | FF | 16 | 36 | 0 | 5B | 0 | 5F | 64 | 36 |
| Octal | 166 | 377 | 26 | 66 | 0 | 133 | 0 | 137 | 144 | 66 |
| Binary | 1110110 | 11111111 | 10110 | 110110 | 0 | 1011011 | 0 | 1011111 | 1100100 | 110110 |
Color Harmonies of #76FF16
Complementary color
Monochromatic Colors of #76FF16
Black with #76FF16
Text Example
Text Example
White with #76FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF16; }
p { color: rgb(118,255,22); }
H1.HeaderClassName
{
color: #76FF16;
}
.AnyTagClassName
{
color: #76FF16;
}
</style>
background-color css
<style>
a { background-color: #76FF16; }
a { background-color: rgb(118,255,22); }
div.DivClassName
{
background-color: #76FF16;
}
.BgClassName
{
background-color: #76FF16;
}
</style>
border-color css
<style>
span { border-color: #76FF16; }
span { border-color: rgb(118,255,22); }
td.TdClassName
{
border-color: #76FF16;
}
.TagClassName
{
border-color: #76FF16;
}
</style>