Shades of Lawn Green #76DA12
Tints of Lawn Green #76DA12
RGB
CMYK
RGB Variations
Color information
#76DA12 (or 0x76DA12) is known color: Lawn Green. HEX triplet: 76, DA and 12. RGB value is (118,218,18). Sum of RGB (Red+Green+Blue) = 118+218+18=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 218 (85.55% from 255 or 61.58% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76DA12 is #8925ED. Grayscale: #A6A6A6. Windows color (decimal): -8988142 or 1235574. OLE color: 1235574.
HSL color Cylindrical-coordinate representation of color #76DA12: hue angle of 90º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76DA12 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 18 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.15 |
| HSL | 90º | 0.85% | 0.46% | - |
| HSV(B) | 90º | 0.92% | 0.85% | - |
| XYZ | 32.65 | 54.04 | 9.28 | - |
| YUV | 165.3 | 44.87 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 18 | 0.46 | 0 | 0.92 | 0.15 | 90 | 0.85 | 0.46 |
| Hex | 76 | DA | 12 | 2E | 0 | 5C | F | 5A | 55 | 2E |
| Octal | 166 | 332 | 22 | 56 | 0 | 134 | 17 | 132 | 125 | 56 |
| Binary | 1110110 | 11011010 | 10010 | 101110 | 0 | 1011100 | 1111 | 1011010 | 1010101 | 101110 |
Color Harmonies of #76DA12
Complementary color
Monochromatic Colors of #76DA12
Black with #76DA12
Text Example
Text Example
White with #76DA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DA12; }
p { color: rgb(118,218,18); }
H1.HeaderClassName
{
color: #76DA12;
}
.AnyTagClassName
{
color: #76DA12;
}
</style>
background-color css
<style>
a { background-color: #76DA12; }
a { background-color: rgb(118,218,18); }
div.DivClassName
{
background-color: #76DA12;
}
.BgClassName
{
background-color: #76DA12;
}
</style>
border-color css
<style>
span { border-color: #76DA12; }
span { border-color: rgb(118,218,18); }
td.TdClassName
{
border-color: #76DA12;
}
.TagClassName
{
border-color: #76DA12;
}
</style>