Shades of Lawn Green #76D507
Tints of Lawn Green #76D507
RGB
CMYK
RGB Variations
Color information
#76D507 (or 0x76D507) is known color: Lawn Green. HEX triplet: 76, D5 and 07. RGB value is (118,213,7). Sum of RGB (Red+Green+Blue) = 118+213+7=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #76D507 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D507 is #892AF8. Grayscale: #A1A1A1. Windows color (decimal): -8989433 or 513398. OLE color: 513398.
HSL color Cylindrical-coordinate representation of color #76D507: hue angle of 87.67º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76D507 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 7 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.16 |
| HSL | 87.67º | 0.94% | 0.43% | - |
| HSV(B) | 87.67º | 0.97% | 0.84% | - |
| XYZ | 31.3 | 51.46 | 8.48 | - |
| YUV | 161.11 | 41.03 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 7 | 0.45 | 0 | 0.97 | 0.16 | 87.67 | 0.94 | 0.43 |
| Hex | 76 | D5 | 7 | 2D | 0 | 61 | 10 | 58 | 5E | 2B |
| Octal | 166 | 325 | 7 | 55 | 0 | 141 | 20 | 130 | 136 | 53 |
| Binary | 1110110 | 11010101 | 111 | 101101 | 0 | 1100001 | 10000 | 1011000 | 1011110 | 101011 |
Color Harmonies of #76D507
Complementary color
Monochromatic Colors of #76D507
Black with #76D507
Text Example
Text Example
White with #76D507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D507; }
p { color: rgb(118,213,7); }
H1.HeaderClassName
{
color: #76D507;
}
.AnyTagClassName
{
color: #76D507;
}
</style>
background-color css
<style>
a { background-color: #76D507; }
a { background-color: rgb(118,213,7); }
div.DivClassName
{
background-color: #76D507;
}
.BgClassName
{
background-color: #76D507;
}
</style>
border-color css
<style>
span { border-color: #76D507; }
span { border-color: rgb(118,213,7); }
td.TdClassName
{
border-color: #76D507;
}
.TagClassName
{
border-color: #76D507;
}
</style>