Shades of Lawn Green #76D612
Tints of Lawn Green #76D612
RGB
CMYK
RGB Variations
Color information
#76D612 (or 0x76D612) is known color: Lawn Green. HEX triplet: 76, D6 and 12. RGB value is (118,214,18). Sum of RGB (Red+Green+Blue) = 118+214+18=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #76D612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D612 is #8929ED. Grayscale: #A3A3A3. Windows color (decimal): -8989166 or 1234550. OLE color: 1234550.
HSL color Cylindrical-coordinate representation of color #76D612: hue angle of 89.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76D612 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 18 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.16 |
| HSL | 89.39º | 0.84% | 0.45% | - |
| HSV(B) | 89.39º | 0.92% | 0.84% | - |
| XYZ | 31.63 | 51.99 | 8.94 | - |
| YUV | 162.95 | 46.2 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 18 | 0.45 | 0 | 0.92 | 0.16 | 89.39 | 0.84 | 0.45 |
| Hex | 76 | D6 | 12 | 2D | 0 | 5C | 10 | 59 | 54 | 2D |
| Octal | 166 | 326 | 22 | 55 | 0 | 134 | 20 | 131 | 124 | 55 |
| Binary | 1110110 | 11010110 | 10010 | 101101 | 0 | 1011100 | 10000 | 1011001 | 1010100 | 101101 |
Color Harmonies of #76D612
Complementary color
Monochromatic Colors of #76D612
Black with #76D612
Text Example
Text Example
White with #76D612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D612; }
p { color: rgb(118,214,18); }
H1.HeaderClassName
{
color: #76D612;
}
.AnyTagClassName
{
color: #76D612;
}
</style>
background-color css
<style>
a { background-color: #76D612; }
a { background-color: rgb(118,214,18); }
div.DivClassName
{
background-color: #76D612;
}
.BgClassName
{
background-color: #76D612;
}
</style>
border-color css
<style>
span { border-color: #76D612; }
span { border-color: rgb(118,214,18); }
td.TdClassName
{
border-color: #76D612;
}
.TagClassName
{
border-color: #76D612;
}
</style>