Shades of Lawn Green #76FB32
Tints of Lawn Green #76FB32
RGB
CMYK
RGB Variations
Color information
#76FB32 (or 0x76FB32) is known color: Lawn Green. HEX triplet: 76, FB and 32. RGB value is (118,251,50). Sum of RGB (Red+Green+Blue) = 118+251+50=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 251 (98.44% from 255 or 59.90% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 251 - color contains mainly: green. Hex color #76FB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FB32 is #8904CD. Grayscale: #BCBCBC. Windows color (decimal): -8979662 or 3341174. OLE color: 3341174.
HSL color Cylindrical-coordinate representation of color #76FB32: hue angle of 99.7º degrees, saturation: 0.96, 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 #76FB32 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 50 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.02 |
| HSL | 99.7º | 0.96% | 0.59% | - |
| HSV(B) | 99.7º | 0.8% | 0.98% | - |
| XYZ | 42.54 | 73.08 | 14.88 | - |
| YUV | 188.32 | 49.94 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 50 | 0.53 | 0 | 0.80 | 0.02 | 99.7 | 0.96 | 0.59 |
| Hex | 76 | FB | 32 | 35 | 0 | 50 | 2 | 64 | 60 | 3B |
| Octal | 166 | 373 | 62 | 65 | 0 | 120 | 2 | 144 | 140 | 73 |
| Binary | 1110110 | 11111011 | 110010 | 110101 | 0 | 1010000 | 10 | 1100100 | 1100000 | 111011 |
Color Harmonies of #76FB32
Complementary color
Monochromatic Colors of #76FB32
Black with #76FB32
Text Example
Text Example
White with #76FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FB32; }
p { color: rgb(118,251,50); }
H1.HeaderClassName
{
color: #76FB32;
}
.AnyTagClassName
{
color: #76FB32;
}
</style>
background-color css
<style>
a { background-color: #76FB32; }
a { background-color: rgb(118,251,50); }
div.DivClassName
{
background-color: #76FB32;
}
.BgClassName
{
background-color: #76FB32;
}
</style>
border-color css
<style>
span { border-color: #76FB32; }
span { border-color: rgb(118,251,50); }
td.TdClassName
{
border-color: #76FB32;
}
.TagClassName
{
border-color: #76FB32;
}
</style>