Shades of Lawn Green #76FB0B
Tints of Lawn Green #76FB0B
RGB
CMYK
RGB Variations
Color information
#76FB0B (or 0x76FB0B) is known color: Lawn Green. HEX triplet: 76, FB and 0B. RGB value is (118,251,11). Sum of RGB (Red+Green+Blue) = 118+251+11=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #76FB0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FB0B is #8904F4. Grayscale: #B8B8B8. Windows color (decimal): -8979701 or 785270. OLE color: 785270.
HSL color Cylindrical-coordinate representation of color #76FB0B: hue angle of 93.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76FB0B is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 11 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.02 |
| HSL | 93.25º | 0.97% | 0.51% | - |
| HSV(B) | 93.25º | 0.96% | 0.98% | - |
| XYZ | 42.03 | 72.87 | 12.17 | - |
| YUV | 183.87 | 30.44 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 11 | 0.53 | 0 | 0.96 | 0.02 | 93.25 | 0.97 | 0.51 |
| Hex | 76 | FB | B | 35 | 0 | 60 | 2 | 5D | 61 | 33 |
| Octal | 166 | 373 | 13 | 65 | 0 | 140 | 2 | 135 | 141 | 63 |
| Binary | 1110110 | 11111011 | 1011 | 110101 | 0 | 1100000 | 10 | 1011101 | 1100001 | 110011 |
Color Harmonies of #76FB0B
Complementary color
Monochromatic Colors of #76FB0B
Black with #76FB0B
Text Example
Text Example
White with #76FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FB0B; }
p { color: rgb(118,251,11); }
H1.HeaderClassName
{
color: #76FB0B;
}
.AnyTagClassName
{
color: #76FB0B;
}
</style>
background-color css
<style>
a { background-color: #76FB0B; }
a { background-color: rgb(118,251,11); }
div.DivClassName
{
background-color: #76FB0B;
}
.BgClassName
{
background-color: #76FB0B;
}
</style>
border-color css
<style>
span { border-color: #76FB0B; }
span { border-color: rgb(118,251,11); }
td.TdClassName
{
border-color: #76FB0B;
}
.TagClassName
{
border-color: #76FB0B;
}
</style>