Shades of Lawn Green #76E101
Tints of Lawn Green #76E101
RGB
CMYK
RGB Variations
Color information
#76E101 (or 0x76E101) is known color: Lawn Green. HEX triplet: 76, E1 and 01. RGB value is (118,225,1). Sum of RGB (Red+Green+Blue) = 118+225+1=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 225 (88.28% from 255 or 65.41% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 225 - color contains mainly: green. Hex color #76E101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76E101 is #891EFE. Grayscale: #A8A8A8. Windows color (decimal): -8986367 or 123254. OLE color: 123254.
HSL color Cylindrical-coordinate representation of color #76E101: hue angle of 88.66º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76E101 is Cyan = 0.48, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 1 | - |
| CMYK | 0.48 | 0 | 1.00 | 0.12 |
| HSL | 88.66º | 0.99% | 0.44% | - |
| HSV(B) | 88.66º | 1% | 0.88% | - |
| XYZ | 34.4 | 57.7 | 9.35 | - |
| YUV | 167.47 | 34.05 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 1 | 0.48 | 0 | 1.00 | 0.12 | 88.66 | 0.99 | 0.44 |
| Hex | 76 | E1 | 1 | 30 | 0 | 64 | C | 59 | 63 | 2C |
| Octal | 166 | 341 | 1 | 60 | 0 | 144 | 14 | 131 | 143 | 54 |
| Binary | 1110110 | 11100001 | 1 | 110000 | 0 | 1100100 | 1100 | 1011001 | 1100011 | 101100 |
Color Harmonies of #76E101
Complementary color
Monochromatic Colors of #76E101
Black with #76E101
Text Example
Text Example
White with #76E101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E101; }
p { color: rgb(118,225,1); }
H1.HeaderClassName
{
color: #76E101;
}
.AnyTagClassName
{
color: #76E101;
}
</style>
background-color css
<style>
a { background-color: #76E101; }
a { background-color: rgb(118,225,1); }
div.DivClassName
{
background-color: #76E101;
}
.BgClassName
{
background-color: #76E101;
}
</style>
border-color css
<style>
span { border-color: #76E101; }
span { border-color: rgb(118,225,1); }
td.TdClassName
{
border-color: #76E101;
}
.TagClassName
{
border-color: #76E101;
}
</style>