Shades of Lawn Green #76FA31
Tints of Lawn Green #76FA31
RGB
CMYK
RGB Variations
Color information
#76FA31 (or 0x76FA31) is known color: Lawn Green. HEX triplet: 76, FA and 31. RGB value is (118,250,49). Sum of RGB (Red+Green+Blue) = 118+250+49=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 250 (98.05% from 255 or 59.95% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FA31 is #8905CE. Grayscale: #BCBCBC. Windows color (decimal): -8979919 or 3275382. OLE color: 3275382.
HSL color Cylindrical-coordinate representation of color #76FA31: hue angle of 99.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76FA31 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 49 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.02 |
| HSL | 99.4º | 0.95% | 0.59% | - |
| HSV(B) | 99.4º | 0.8% | 0.98% | - |
| XYZ | 42.21 | 72.44 | 14.66 | - |
| YUV | 187.62 | 49.77 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 49 | 0.53 | 0 | 0.80 | 0.02 | 99.4 | 0.95 | 0.59 |
| Hex | 76 | FA | 31 | 35 | 0 | 50 | 2 | 63 | 5F | 3B |
| Octal | 166 | 372 | 61 | 65 | 0 | 120 | 2 | 143 | 137 | 73 |
| Binary | 1110110 | 11111010 | 110001 | 110101 | 0 | 1010000 | 10 | 1100011 | 1011111 | 111011 |
Color Harmonies of #76FA31
Complementary color
Monochromatic Colors of #76FA31
Black with #76FA31
Text Example
Text Example
White with #76FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA31; }
p { color: rgb(118,250,49); }
H1.HeaderClassName
{
color: #76FA31;
}
.AnyTagClassName
{
color: #76FA31;
}
</style>
background-color css
<style>
a { background-color: #76FA31; }
a { background-color: rgb(118,250,49); }
div.DivClassName
{
background-color: #76FA31;
}
.BgClassName
{
background-color: #76FA31;
}
</style>
border-color css
<style>
span { border-color: #76FA31; }
span { border-color: rgb(118,250,49); }
td.TdClassName
{
border-color: #76FA31;
}
.TagClassName
{
border-color: #76FA31;
}
</style>