Shades of Lawn Green #76D701
Tints of Lawn Green #76D701
RGB
CMYK
RGB Variations
Color information
#76D701 (or 0x76D701) is known color: Lawn Green. HEX triplet: 76, D7 and 01. RGB value is (118,215,1). Sum of RGB (Red+Green+Blue) = 118+215+1=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #76D701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D701 is #8928FE. Grayscale: #A2A2A2. Windows color (decimal): -8988927 or 120694. OLE color: 120694.
HSL color Cylindrical-coordinate representation of color #76D701: hue angle of 87.2º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76D701 is Cyan = 0.45, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 215 | 1 | - |
| CMYK | 0.45 | 0 | 1.00 | 0.16 |
| HSL | 87.2º | 0.99% | 0.42% | - |
| HSV(B) | 87.2º | 1% | 0.84% | - |
| XYZ | 31.78 | 52.45 | 8.48 | - |
| YUV | 161.6 | 37.36 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 215 | 1 | 0.45 | 0 | 1.00 | 0.16 | 87.2 | 0.99 | 0.42 |
| Hex | 76 | D7 | 1 | 2D | 0 | 64 | 10 | 57 | 63 | 2A |
| Octal | 166 | 327 | 1 | 55 | 0 | 144 | 20 | 127 | 143 | 52 |
| Binary | 1110110 | 11010111 | 1 | 101101 | 0 | 1100100 | 10000 | 1010111 | 1100011 | 101010 |
Color Harmonies of #76D701
Complementary color
Monochromatic Colors of #76D701
Black with #76D701
Text Example
Text Example
White with #76D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D701; }
p { color: rgb(118,215,1); }
H1.HeaderClassName
{
color: #76D701;
}
.AnyTagClassName
{
color: #76D701;
}
</style>
background-color css
<style>
a { background-color: #76D701; }
a { background-color: rgb(118,215,1); }
div.DivClassName
{
background-color: #76D701;
}
.BgClassName
{
background-color: #76D701;
}
</style>
border-color css
<style>
span { border-color: #76D701; }
span { border-color: rgb(118,215,1); }
td.TdClassName
{
border-color: #76D701;
}
.TagClassName
{
border-color: #76D701;
}
</style>