Shades of Lawn Green #76DB00
Tints of Lawn Green #76DB00
RGB
CMYK
RGB Variations
Color information
#76DB00 (or 0x76DB00) is known color: Lawn Green. HEX triplet: 76, DB and 00. RGB value is (118,219,0). Sum of RGB (Red+Green+Blue) = 118+219+0=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DB00 is #8924FF. Grayscale: #A4A4A4. Windows color (decimal): -8987904 or 56182. OLE color: 56182.
HSL color Cylindrical-coordinate representation of color #76DB00: hue angle of 87.67º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76DB00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.14 |
| HSL | 87.67º | 1% | 0.43% | - |
| HSV(B) | 87.67º | 1% | 0.86% | - |
| XYZ | 32.8 | 54.51 | 8.79 | - |
| YUV | 163.84 | 35.54 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 0 | 0.46 | 0 | 1 | 0.14 | 87.67 | 1 | 0.43 |
| Hex | 76 | DB | 0 | 2E | 0 | 64 | E | 58 | 64 | 2B |
| Octal | 166 | 333 | 0 | 56 | 0 | 144 | 16 | 130 | 144 | 53 |
| Binary | 1110110 | 11011011 | 0 | 101110 | 0 | 1100100 | 1110 | 1011000 | 1100100 | 101011 |
Color Harmonies of #76DB00
Complementary color
Monochromatic Colors of #76DB00
Black with #76DB00
Text Example
Text Example
White with #76DB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB00; }
p { color: rgb(118,219,0); }
H1.HeaderClassName
{
color: #76DB00;
}
.AnyTagClassName
{
color: #76DB00;
}
</style>
background-color css
<style>
a { background-color: #76DB00; }
a { background-color: rgb(118,219,0); }
div.DivClassName
{
background-color: #76DB00;
}
.BgClassName
{
background-color: #76DB00;
}
</style>
border-color css
<style>
span { border-color: #76DB00; }
span { border-color: rgb(118,219,0); }
td.TdClassName
{
border-color: #76DB00;
}
.TagClassName
{
border-color: #76DB00;
}
</style>