Shades of Lawn Green #76D81B
Tints of Lawn Green #76D81B
RGB
CMYK
RGB Variations
Color information
#76D81B (or 0x76D81B) is known color: Lawn Green. HEX triplet: 76, D8 and 1B. RGB value is (118,216,27). Sum of RGB (Red+Green+Blue) = 118+216+27=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #76D81B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D81B is #8927E4. Grayscale: #A5A5A5. Windows color (decimal): -8988645 or 1824886. OLE color: 1824886.
HSL color Cylindrical-coordinate representation of color #76D81B: hue angle of 91.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76D81B is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 216 | 27 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.15 |
| HSL | 91.11º | 0.78% | 0.48% | - |
| HSV(B) | 91.11º | 0.88% | 0.85% | - |
| XYZ | 32.22 | 53.04 | 9.58 | - |
| YUV | 165.15 | 50.03 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 27 | 0.45 | 0 | 0.88 | 0.15 | 91.11 | 0.78 | 0.48 |
| Hex | 76 | D8 | 1B | 2D | 0 | 58 | F | 5B | 4E | 30 |
| Octal | 166 | 330 | 33 | 55 | 0 | 130 | 17 | 133 | 116 | 60 |
| Binary | 1110110 | 11011000 | 11011 | 101101 | 0 | 1011000 | 1111 | 1011011 | 1001110 | 110000 |
Color Harmonies of #76D81B
Complementary color
Monochromatic Colors of #76D81B
Black with #76D81B
Text Example
Text Example
White with #76D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D81B; }
p { color: rgb(118,216,27); }
H1.HeaderClassName
{
color: #76D81B;
}
.AnyTagClassName
{
color: #76D81B;
}
</style>
background-color css
<style>
a { background-color: #76D81B; }
a { background-color: rgb(118,216,27); }
div.DivClassName
{
background-color: #76D81B;
}
.BgClassName
{
background-color: #76D81B;
}
</style>
border-color css
<style>
span { border-color: #76D81B; }
span { border-color: rgb(118,216,27); }
td.TdClassName
{
border-color: #76D81B;
}
.TagClassName
{
border-color: #76D81B;
}
</style>