Shades of Lawn Green #76DF08
Tints of Lawn Green #76DF08
RGB
CMYK
RGB Variations
Color information
#76DF08 (or 0x76DF08) is known color: Lawn Green. HEX triplet: 76, DF and 08. RGB value is (118,223,8). Sum of RGB (Red+Green+Blue) = 118+223+8=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DF08 is #8920F7. Grayscale: #A7A7A7. Windows color (decimal): -8986872 or 581494. OLE color: 581494.
HSL color Cylindrical-coordinate representation of color #76DF08: hue angle of 89.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76DF08 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 8 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.13 |
| HSL | 89.3º | 0.93% | 0.45% | - |
| HSV(B) | 89.3º | 0.96% | 0.87% | - |
| XYZ | 33.9 | 56.64 | 9.38 | - |
| YUV | 167.1 | 38.21 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 8 | 0.47 | 0 | 0.96 | 0.13 | 89.3 | 0.93 | 0.45 |
| Hex | 76 | DF | 8 | 2F | 0 | 60 | D | 59 | 5D | 2D |
| Octal | 166 | 337 | 10 | 57 | 0 | 140 | 15 | 131 | 135 | 55 |
| Binary | 1110110 | 11011111 | 1000 | 101111 | 0 | 1100000 | 1101 | 1011001 | 1011101 | 101101 |
Color Harmonies of #76DF08
Complementary color
Monochromatic Colors of #76DF08
Black with #76DF08
Text Example
Text Example
White with #76DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF08; }
p { color: rgb(118,223,8); }
H1.HeaderClassName
{
color: #76DF08;
}
.AnyTagClassName
{
color: #76DF08;
}
</style>
background-color css
<style>
a { background-color: #76DF08; }
a { background-color: rgb(118,223,8); }
div.DivClassName
{
background-color: #76DF08;
}
.BgClassName
{
background-color: #76DF08;
}
</style>
border-color css
<style>
span { border-color: #76DF08; }
span { border-color: rgb(118,223,8); }
td.TdClassName
{
border-color: #76DF08;
}
.TagClassName
{
border-color: #76DF08;
}
</style>