Shades of Lawn Green #7ED50C
Tints of Lawn Green #7ED50C
RGB
CMYK
RGB Variations
Color information
#7ED50C (or 0x7ED50C) is known color: Lawn Green. HEX triplet: 7E, D5 and 0C. RGB value is (126,213,12). Sum of RGB (Red+Green+Blue) = 126+213+12=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED50C is #812AF3. Grayscale: #A4A4A4. Windows color (decimal): -8465140 or 841086. OLE color: 841086.
HSL color Cylindrical-coordinate representation of color #7ED50C: hue angle of 85.97º degrees, saturation: 0.89, 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 #7ED50C is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 12 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.16 |
| HSL | 85.97º | 0.89% | 0.44% | - |
| HSV(B) | 85.97º | 0.94% | 0.84% | - |
| XYZ | 32.46 | 52.05 | 8.68 | - |
| YUV | 164.07 | 42.18 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 12 | 0.41 | 0 | 0.94 | 0.16 | 85.97 | 0.89 | 0.44 |
| Hex | 7E | D5 | C | 29 | 0 | 5E | 10 | 56 | 59 | 2C |
| Octal | 176 | 325 | 14 | 51 | 0 | 136 | 20 | 126 | 131 | 54 |
| Binary | 1111110 | 11010101 | 1100 | 101001 | 0 | 1011110 | 10000 | 1010110 | 1011001 | 101100 |
Color Harmonies of #7ED50C
Complementary color
Monochromatic Colors of #7ED50C
Black with #7ED50C
Text Example
Text Example
White with #7ED50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED50C; }
p { color: rgb(126,213,12); }
H1.HeaderClassName
{
color: #7ED50C;
}
.AnyTagClassName
{
color: #7ED50C;
}
</style>
background-color css
<style>
a { background-color: #7ED50C; }
a { background-color: rgb(126,213,12); }
div.DivClassName
{
background-color: #7ED50C;
}
.BgClassName
{
background-color: #7ED50C;
}
</style>
border-color css
<style>
span { border-color: #7ED50C; }
span { border-color: rgb(126,213,12); }
td.TdClassName
{
border-color: #7ED50C;
}
.TagClassName
{
border-color: #7ED50C;
}
</style>