Shades of Lawn Green #76DF0A
Tints of Lawn Green #76DF0A
RGB
CMYK
RGB Variations
Color information
#76DF0A (or 0x76DF0A) is known color: Lawn Green. HEX triplet: 76, DF and 0A. RGB value is (118,223,10). Sum of RGB (Red+Green+Blue) = 118+223+10=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DF0A is #8920F5. Grayscale: #A8A8A8. Windows color (decimal): -8986870 or 712566. OLE color: 712566.
HSL color Cylindrical-coordinate representation of color #76DF0A: hue angle of 89.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76DF0A is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 10 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.13 |
| HSL | 89.58º | 0.91% | 0.46% | - |
| HSV(B) | 89.58º | 0.96% | 0.87% | - |
| XYZ | 33.91 | 56.65 | 9.43 | - |
| YUV | 167.32 | 39.21 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 10 | 0.47 | 0 | 0.96 | 0.13 | 89.58 | 0.91 | 0.46 |
| Hex | 76 | DF | A | 2F | 0 | 60 | D | 5A | 5B | 2E |
| Octal | 166 | 337 | 12 | 57 | 0 | 140 | 15 | 132 | 133 | 56 |
| Binary | 1110110 | 11011111 | 1010 | 101111 | 0 | 1100000 | 1101 | 1011010 | 1011011 | 101110 |
Color Harmonies of #76DF0A
Complementary color
Monochromatic Colors of #76DF0A
Black with #76DF0A
Text Example
Text Example
White with #76DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF0A; }
p { color: rgb(118,223,10); }
H1.HeaderClassName
{
color: #76DF0A;
}
.AnyTagClassName
{
color: #76DF0A;
}
</style>
background-color css
<style>
a { background-color: #76DF0A; }
a { background-color: rgb(118,223,10); }
div.DivClassName
{
background-color: #76DF0A;
}
.BgClassName
{
background-color: #76DF0A;
}
</style>
border-color css
<style>
span { border-color: #76DF0A; }
span { border-color: rgb(118,223,10); }
td.TdClassName
{
border-color: #76DF0A;
}
.TagClassName
{
border-color: #76DF0A;
}
</style>