Shades of Lawn Green #7ED50B
Tints of Lawn Green #7ED50B
RGB
CMYK
RGB Variations
Color information
#7ED50B (or 0x7ED50B) is known color: Lawn Green. HEX triplet: 7E, D5 and 0B. RGB value is (126,213,11). Sum of RGB (Red+Green+Blue) = 126+213+11=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED50B is #812AF4. Grayscale: #A4A4A4. Windows color (decimal): -8465141 or 775550. OLE color: 775550.
HSL color Cylindrical-coordinate representation of color #7ED50B: hue angle of 85.84º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7ED50B is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 11 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.16 |
| HSL | 85.84º | 0.9% | 0.44% | - |
| HSV(B) | 85.84º | 0.95% | 0.84% | - |
| XYZ | 32.46 | 52.05 | 8.65 | - |
| YUV | 163.96 | 41.68 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 11 | 0.41 | 0 | 0.95 | 0.16 | 85.84 | 0.9 | 0.44 |
| Hex | 7E | D5 | B | 29 | 0 | 5F | 10 | 56 | 5A | 2C |
| Octal | 176 | 325 | 13 | 51 | 0 | 137 | 20 | 126 | 132 | 54 |
| Binary | 1111110 | 11010101 | 1011 | 101001 | 0 | 1011111 | 10000 | 1010110 | 1011010 | 101100 |
Color Harmonies of #7ED50B
Complementary color
Monochromatic Colors of #7ED50B
Black with #7ED50B
Text Example
Text Example
White with #7ED50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED50B; }
p { color: rgb(126,213,11); }
H1.HeaderClassName
{
color: #7ED50B;
}
.AnyTagClassName
{
color: #7ED50B;
}
</style>
background-color css
<style>
a { background-color: #7ED50B; }
a { background-color: rgb(126,213,11); }
div.DivClassName
{
background-color: #7ED50B;
}
.BgClassName
{
background-color: #7ED50B;
}
</style>
border-color css
<style>
span { border-color: #7ED50B; }
span { border-color: rgb(126,213,11); }
td.TdClassName
{
border-color: #7ED50B;
}
.TagClassName
{
border-color: #7ED50B;
}
</style>