Shades of Lawn Green #76DB05
Tints of Lawn Green #76DB05
RGB
CMYK
RGB Variations
Color information
#76DB05 (or 0x76DB05) is known color: Lawn Green. HEX triplet: 76, DB and 05. RGB value is (118,219,5). Sum of RGB (Red+Green+Blue) = 118+219+5=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DB05 is #8924FA. Grayscale: #A5A5A5. Windows color (decimal): -8987899 or 383862. OLE color: 383862.
HSL color Cylindrical-coordinate representation of color #76DB05: hue angle of 88.32º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76DB05 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.14 |
| HSL | 88.32º | 0.96% | 0.44% | - |
| HSV(B) | 88.32º | 0.98% | 0.86% | - |
| XYZ | 32.83 | 54.53 | 8.94 | - |
| YUV | 164.41 | 38.04 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 5 | 0.46 | 0 | 0.98 | 0.14 | 88.32 | 0.96 | 0.44 |
| Hex | 76 | DB | 5 | 2E | 0 | 62 | E | 58 | 60 | 2C |
| Octal | 166 | 333 | 5 | 56 | 0 | 142 | 16 | 130 | 140 | 54 |
| Binary | 1110110 | 11011011 | 101 | 101110 | 0 | 1100010 | 1110 | 1011000 | 1100000 | 101100 |
Color Harmonies of #76DB05
Complementary color
Monochromatic Colors of #76DB05
Black with #76DB05
Text Example
Text Example
White with #76DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB05; }
p { color: rgb(118,219,5); }
H1.HeaderClassName
{
color: #76DB05;
}
.AnyTagClassName
{
color: #76DB05;
}
</style>
background-color css
<style>
a { background-color: #76DB05; }
a { background-color: rgb(118,219,5); }
div.DivClassName
{
background-color: #76DB05;
}
.BgClassName
{
background-color: #76DB05;
}
</style>
border-color css
<style>
span { border-color: #76DB05; }
span { border-color: rgb(118,219,5); }
td.TdClassName
{
border-color: #76DB05;
}
.TagClassName
{
border-color: #76DB05;
}
</style>