Shades of Lawn Green #7ED306
Tints of Lawn Green #7ED306
RGB
CMYK
RGB Variations
Color information
#7ED306 (or 0x7ED306) is known color: Lawn Green. HEX triplet: 7E, D3 and 06. RGB value is (126,211,6). Sum of RGB (Red+Green+Blue) = 126+211+6=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 211 (82.81% from 255 or 61.52% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED306 is #812CF9. Grayscale: #A2A2A2. Windows color (decimal): -8465658 or 447358. OLE color: 447358.
HSL color Cylindrical-coordinate representation of color #7ED306: hue angle of 84.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7ED306 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 6 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.17 |
| HSL | 84.88º | 0.94% | 0.43% | - |
| HSV(B) | 84.88º | 0.97% | 0.83% | - |
| XYZ | 31.93 | 51.04 | 8.34 | - |
| YUV | 162.22 | 39.84 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 6 | 0.40 | 0 | 0.97 | 0.17 | 84.88 | 0.94 | 0.43 |
| Hex | 7E | D3 | 6 | 28 | 0 | 61 | 11 | 55 | 5E | 2B |
| Octal | 176 | 323 | 6 | 50 | 0 | 141 | 21 | 125 | 136 | 53 |
| Binary | 1111110 | 11010011 | 110 | 101000 | 0 | 1100001 | 10001 | 1010101 | 1011110 | 101011 |
Color Harmonies of #7ED306
Complementary color
Monochromatic Colors of #7ED306
Black with #7ED306
Text Example
Text Example
White with #7ED306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED306; }
p { color: rgb(126,211,6); }
H1.HeaderClassName
{
color: #7ED306;
}
.AnyTagClassName
{
color: #7ED306;
}
</style>
background-color css
<style>
a { background-color: #7ED306; }
a { background-color: rgb(126,211,6); }
div.DivClassName
{
background-color: #7ED306;
}
.BgClassName
{
background-color: #7ED306;
}
</style>
border-color css
<style>
span { border-color: #7ED306; }
span { border-color: rgb(126,211,6); }
td.TdClassName
{
border-color: #7ED306;
}
.TagClassName
{
border-color: #7ED306;
}
</style>