Shades of Lawn Green #76D502
Tints of Lawn Green #76D502
RGB
CMYK
RGB Variations
Color information
#76D502 (or 0x76D502) is known color: Lawn Green. HEX triplet: 76, D5 and 02. RGB value is (118,213,2). Sum of RGB (Red+Green+Blue) = 118+213+2=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #76D502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D502 is #892AFD. Grayscale: #A1A1A1. Windows color (decimal): -8989438 or 185718. OLE color: 185718.
HSL color Cylindrical-coordinate representation of color #76D502: hue angle of 87.01º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76D502 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.16 |
| HSL | 87.01º | 0.98% | 0.42% | - |
| HSV(B) | 87.01º | 0.99% | 0.84% | - |
| XYZ | 31.28 | 51.44 | 8.34 | - |
| YUV | 160.54 | 38.53 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 2 | 0.45 | 0 | 0.99 | 0.16 | 87.01 | 0.98 | 0.42 |
| Hex | 76 | D5 | 2 | 2D | 0 | 63 | 10 | 57 | 62 | 2A |
| Octal | 166 | 325 | 2 | 55 | 0 | 143 | 20 | 127 | 142 | 52 |
| Binary | 1110110 | 11010101 | 10 | 101101 | 0 | 1100011 | 10000 | 1010111 | 1100010 | 101010 |
Color Harmonies of #76D502
Complementary color
Monochromatic Colors of #76D502
Black with #76D502
Text Example
Text Example
White with #76D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D502; }
p { color: rgb(118,213,2); }
H1.HeaderClassName
{
color: #76D502;
}
.AnyTagClassName
{
color: #76D502;
}
</style>
background-color css
<style>
a { background-color: #76D502; }
a { background-color: rgb(118,213,2); }
div.DivClassName
{
background-color: #76D502;
}
.BgClassName
{
background-color: #76D502;
}
</style>
border-color css
<style>
span { border-color: #76D502; }
span { border-color: rgb(118,213,2); }
td.TdClassName
{
border-color: #76D502;
}
.TagClassName
{
border-color: #76D502;
}
</style>