Shades of Lawn Green #76D50F
Tints of Lawn Green #76D50F
RGB
CMYK
RGB Variations
Color information
#76D50F (or 0x76D50F) is known color: Lawn Green. HEX triplet: 76, D5 and 0F. RGB value is (118,213,15). Sum of RGB (Red+Green+Blue) = 118+213+15=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #76D50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D50F is #892AF0. Grayscale: #A2A2A2. Windows color (decimal): -8989425 or 1037686. OLE color: 1037686.
HSL color Cylindrical-coordinate representation of color #76D50F: hue angle of 88.79º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76D50F is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 15 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.16 |
| HSL | 88.79º | 0.87% | 0.45% | - |
| HSV(B) | 88.79º | 0.93% | 0.84% | - |
| XYZ | 31.35 | 51.47 | 8.74 | - |
| YUV | 162.02 | 45.03 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 15 | 0.45 | 0 | 0.93 | 0.16 | 88.79 | 0.87 | 0.45 |
| Hex | 76 | D5 | F | 2D | 0 | 5D | 10 | 59 | 57 | 2D |
| Octal | 166 | 325 | 17 | 55 | 0 | 135 | 20 | 131 | 127 | 55 |
| Binary | 1110110 | 11010101 | 1111 | 101101 | 0 | 1011101 | 10000 | 1011001 | 1010111 | 101101 |
Color Harmonies of #76D50F
Complementary color
Monochromatic Colors of #76D50F
Black with #76D50F
Text Example
Text Example
White with #76D50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D50F; }
p { color: rgb(118,213,15); }
H1.HeaderClassName
{
color: #76D50F;
}
.AnyTagClassName
{
color: #76D50F;
}
</style>
background-color css
<style>
a { background-color: #76D50F; }
a { background-color: rgb(118,213,15); }
div.DivClassName
{
background-color: #76D50F;
}
.BgClassName
{
background-color: #76D50F;
}
</style>
border-color css
<style>
span { border-color: #76D50F; }
span { border-color: rgb(118,213,15); }
td.TdClassName
{
border-color: #76D50F;
}
.TagClassName
{
border-color: #76D50F;
}
</style>