Shades of Lawn Green #7ED001
Tints of Lawn Green #7ED001
RGB
CMYK
RGB Variations
Color information
#7ED001 (or 0x7ED001) is known color: Lawn Green. HEX triplet: 7E, D0 and 01. RGB value is (126,208,1). Sum of RGB (Red+Green+Blue) = 126+208+1=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED001 is #812FFE. Grayscale: #A0A0A0. Windows color (decimal): -8466431 or 118910. OLE color: 118910.
HSL color Cylindrical-coordinate representation of color #7ED001: hue angle of 83.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ED001 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 1 | - |
| CMYK | 0.39 | 0 | 1.00 | 0.18 |
| HSL | 83.77º | 0.99% | 0.41% | - |
| HSV(B) | 83.77º | 1% | 0.82% | - |
| XYZ | 31.17 | 49.55 | 7.95 | - |
| YUV | 159.88 | 38.33 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 1 | 0.39 | 0 | 1.00 | 0.18 | 83.77 | 0.99 | 0.41 |
| Hex | 7E | D0 | 1 | 27 | 0 | 64 | 12 | 54 | 63 | 29 |
| Octal | 176 | 320 | 1 | 47 | 0 | 144 | 22 | 124 | 143 | 51 |
| Binary | 1111110 | 11010000 | 1 | 100111 | 0 | 1100100 | 10010 | 1010100 | 1100011 | 101001 |
Color Harmonies of #7ED001
Complementary color
Monochromatic Colors of #7ED001
Black with #7ED001
Text Example
Text Example
White with #7ED001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED001; }
p { color: rgb(126,208,1); }
H1.HeaderClassName
{
color: #7ED001;
}
.AnyTagClassName
{
color: #7ED001;
}
</style>
background-color css
<style>
a { background-color: #7ED001; }
a { background-color: rgb(126,208,1); }
div.DivClassName
{
background-color: #7ED001;
}
.BgClassName
{
background-color: #7ED001;
}
</style>
border-color css
<style>
span { border-color: #7ED001; }
span { border-color: rgb(126,208,1); }
td.TdClassName
{
border-color: #7ED001;
}
.TagClassName
{
border-color: #7ED001;
}
</style>