Shades of Lawn Green #76FE16
Tints of Lawn Green #76FE16
RGB
CMYK
RGB Variations
Color information
#76FE16 (or 0x76FE16) is known color: Lawn Green. HEX triplet: 76, FE and 16. RGB value is (118,254,22). Sum of RGB (Red+Green+Blue) = 118+254+22=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #76FE16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FE16 is #8901E9. Grayscale: #BBBBBB. Windows color (decimal): -8978922 or 1506934. OLE color: 1506934.
HSL color Cylindrical-coordinate representation of color #76FE16: hue angle of 95.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76FE16 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 22 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.00 |
| HSL | 95.17º | 0.99% | 0.54% | - |
| HSV(B) | 95.17º | 0.91% | 1% | - |
| XYZ | 43.06 | 74.79 | 12.93 | - |
| YUV | 186.89 | 34.94 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 22 | 0.54 | 0 | 0.91 | 0.00 | 95.17 | 0.99 | 0.54 |
| Hex | 76 | FE | 16 | 36 | 0 | 5B | 0 | 5F | 63 | 36 |
| Octal | 166 | 376 | 26 | 66 | 0 | 133 | 0 | 137 | 143 | 66 |
| Binary | 1110110 | 11111110 | 10110 | 110110 | 0 | 1011011 | 0 | 1011111 | 1100011 | 110110 |
Color Harmonies of #76FE16
Complementary color
Monochromatic Colors of #76FE16
Black with #76FE16
Text Example
Text Example
White with #76FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FE16; }
p { color: rgb(118,254,22); }
H1.HeaderClassName
{
color: #76FE16;
}
.AnyTagClassName
{
color: #76FE16;
}
</style>
background-color css
<style>
a { background-color: #76FE16; }
a { background-color: rgb(118,254,22); }
div.DivClassName
{
background-color: #76FE16;
}
.BgClassName
{
background-color: #76FE16;
}
</style>
border-color css
<style>
span { border-color: #76FE16; }
span { border-color: rgb(118,254,22); }
td.TdClassName
{
border-color: #76FE16;
}
.TagClassName
{
border-color: #76FE16;
}
</style>