Shades of Lawn Green #76FE0F
Tints of Lawn Green #76FE0F
RGB
CMYK
RGB Variations
Color information
#76FE0F (or 0x76FE0F) is known color: Lawn Green. HEX triplet: 76, FE and 0F. RGB value is (118,254,15). Sum of RGB (Red+Green+Blue) = 118+254+15=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 254 (99.61% from 255 or 65.63% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 254 - color contains mainly: green. Hex color #76FE0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FE0F is #8901F0. Grayscale: #BABABA. Windows color (decimal): -8978929 or 1048182. OLE color: 1048182.
HSL color Cylindrical-coordinate representation of color #76FE0F: hue angle of 94.14º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76FE0F is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 15 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.00 |
| HSL | 94.14º | 0.99% | 0.53% | - |
| HSV(B) | 94.14º | 0.94% | 1% | - |
| XYZ | 43 | 74.77 | 12.62 | - |
| YUV | 186.09 | 31.44 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 15 | 0.54 | 0 | 0.94 | 0.00 | 94.14 | 0.99 | 0.53 |
| Hex | 76 | FE | F | 36 | 0 | 5E | 0 | 5E | 63 | 35 |
| Octal | 166 | 376 | 17 | 66 | 0 | 136 | 0 | 136 | 143 | 65 |
| Binary | 1110110 | 11111110 | 1111 | 110110 | 0 | 1011110 | 0 | 1011110 | 1100011 | 110101 |
Color Harmonies of #76FE0F
Complementary color
Monochromatic Colors of #76FE0F
Black with #76FE0F
Text Example
Text Example
White with #76FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FE0F; }
p { color: rgb(118,254,15); }
H1.HeaderClassName
{
color: #76FE0F;
}
.AnyTagClassName
{
color: #76FE0F;
}
</style>
background-color css
<style>
a { background-color: #76FE0F; }
a { background-color: rgb(118,254,15); }
div.DivClassName
{
background-color: #76FE0F;
}
.BgClassName
{
background-color: #76FE0F;
}
</style>
border-color css
<style>
span { border-color: #76FE0F; }
span { border-color: rgb(118,254,15); }
td.TdClassName
{
border-color: #76FE0F;
}
.TagClassName
{
border-color: #76FE0F;
}
</style>