Shades of Lawn Green #76D205
Tints of Lawn Green #76D205
RGB
CMYK
RGB Variations
Color information
#76D205 (or 0x76D205) is known color: Lawn Green. HEX triplet: 76, D2 and 05. RGB value is (118,210,5). Sum of RGB (Red+Green+Blue) = 118+210+5=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #76D205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D205 is #892DFA. Grayscale: #9F9F9F. Windows color (decimal): -8990203 or 381558. OLE color: 381558.
HSL color Cylindrical-coordinate representation of color #76D205: hue angle of 86.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76D205 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 5 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.18 |
| HSL | 86.93º | 0.95% | 0.42% | - |
| HSV(B) | 86.93º | 0.98% | 0.82% | - |
| XYZ | 30.55 | 49.96 | 8.18 | - |
| YUV | 159.12 | 41.02 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 5 | 0.44 | 0 | 0.98 | 0.18 | 86.93 | 0.95 | 0.42 |
| Hex | 76 | D2 | 5 | 2C | 0 | 62 | 12 | 57 | 5F | 2A |
| Octal | 166 | 322 | 5 | 54 | 0 | 142 | 22 | 127 | 137 | 52 |
| Binary | 1110110 | 11010010 | 101 | 101100 | 0 | 1100010 | 10010 | 1010111 | 1011111 | 101010 |
Color Harmonies of #76D205
Complementary color
Monochromatic Colors of #76D205
Black with #76D205
Text Example
Text Example
White with #76D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D205; }
p { color: rgb(118,210,5); }
H1.HeaderClassName
{
color: #76D205;
}
.AnyTagClassName
{
color: #76D205;
}
</style>
background-color css
<style>
a { background-color: #76D205; }
a { background-color: rgb(118,210,5); }
div.DivClassName
{
background-color: #76D205;
}
.BgClassName
{
background-color: #76D205;
}
</style>
border-color css
<style>
span { border-color: #76D205; }
span { border-color: rgb(118,210,5); }
td.TdClassName
{
border-color: #76D205;
}
.TagClassName
{
border-color: #76D205;
}
</style>