Shades of Lawn Green #76FF10
Tints of Lawn Green #76FF10
RGB
CMYK
RGB Variations
Color information
#76FF10 (or 0x76FF10) is known color: Lawn Green. HEX triplet: 76, FF and 10. RGB value is (118,255,16). Sum of RGB (Red+Green+Blue) = 118+255+16=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FF10 is #8900EF. Grayscale: #BBBBBB. Windows color (decimal): -8978672 or 1113974. OLE color: 1113974.
HSL color Cylindrical-coordinate representation of color #76FF10: hue angle of 94.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76FF10 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 16 | - |
| CMYK | 0.54 | 0 | 0.94 | 0 |
| HSL | 94.39º | 1% | 0.53% | - |
| HSV(B) | 94.39º | 0.94% | 1% | - |
| XYZ | 43.32 | 75.41 | 12.76 | - |
| YUV | 186.79 | 31.61 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 16 | 0.54 | 0 | 0.94 | 0 | 94.39 | 1 | 0.53 |
| Hex | 76 | FF | 10 | 36 | 0 | 5E | 0 | 5E | 64 | 35 |
| Octal | 166 | 377 | 20 | 66 | 0 | 136 | 0 | 136 | 144 | 65 |
| Binary | 1110110 | 11111111 | 10000 | 110110 | 0 | 1011110 | 0 | 1011110 | 1100100 | 110101 |
Color Harmonies of #76FF10
Complementary color
Monochromatic Colors of #76FF10
Black with #76FF10
Text Example
Text Example
White with #76FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF10; }
p { color: rgb(118,255,16); }
H1.HeaderClassName
{
color: #76FF10;
}
.AnyTagClassName
{
color: #76FF10;
}
</style>
background-color css
<style>
a { background-color: #76FF10; }
a { background-color: rgb(118,255,16); }
div.DivClassName
{
background-color: #76FF10;
}
.BgClassName
{
background-color: #76FF10;
}
</style>
border-color css
<style>
span { border-color: #76FF10; }
span { border-color: rgb(118,255,16); }
td.TdClassName
{
border-color: #76FF10;
}
.TagClassName
{
border-color: #76FF10;
}
</style>