Shades of Lawn Green #7ED50D
Tints of Lawn Green #7ED50D
RGB
CMYK
RGB Variations
Color information
#7ED50D (or 0x7ED50D) is known color: Lawn Green. HEX triplet: 7E, D5 and 0D. RGB value is (126,213,13). Sum of RGB (Red+Green+Blue) = 126+213+13=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 213 (83.59% from 255 or 60.51% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED50D is #812AF2. Grayscale: #A4A4A4. Windows color (decimal): -8465139 or 906622. OLE color: 906622.
HSL color Cylindrical-coordinate representation of color #7ED50D: hue angle of 86.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7ED50D is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 13 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.16 |
| HSL | 86.1º | 0.88% | 0.44% | - |
| HSV(B) | 86.1º | 0.94% | 0.84% | - |
| XYZ | 32.47 | 52.05 | 8.72 | - |
| YUV | 164.19 | 42.68 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 13 | 0.41 | 0 | 0.94 | 0.16 | 86.1 | 0.88 | 0.44 |
| Hex | 7E | D5 | D | 29 | 0 | 5E | 10 | 56 | 58 | 2C |
| Octal | 176 | 325 | 15 | 51 | 0 | 136 | 20 | 126 | 130 | 54 |
| Binary | 1111110 | 11010101 | 1101 | 101001 | 0 | 1011110 | 10000 | 1010110 | 1011000 | 101100 |
Color Harmonies of #7ED50D
Complementary color
Monochromatic Colors of #7ED50D
Black with #7ED50D
Text Example
Text Example
White with #7ED50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED50D; }
p { color: rgb(126,213,13); }
H1.HeaderClassName
{
color: #7ED50D;
}
.AnyTagClassName
{
color: #7ED50D;
}
</style>
background-color css
<style>
a { background-color: #7ED50D; }
a { background-color: rgb(126,213,13); }
div.DivClassName
{
background-color: #7ED50D;
}
.BgClassName
{
background-color: #7ED50D;
}
</style>
border-color css
<style>
span { border-color: #7ED50D; }
span { border-color: rgb(126,213,13); }
td.TdClassName
{
border-color: #7ED50D;
}
.TagClassName
{
border-color: #7ED50D;
}
</style>