Shades of Lawn Green #7EDD14
Tints of Lawn Green #7EDD14
RGB
CMYK
RGB Variations
Color information
#7EDD14 (or 0x7EDD14) is known color: Lawn Green. HEX triplet: 7E, DD and 14. RGB value is (126,221,20). Sum of RGB (Red+Green+Blue) = 126+221+20=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EDD14 is #8122EB. Grayscale: #AAAAAA. Windows color (decimal): -8463084 or 1367422. OLE color: 1367422.
HSL color Cylindrical-coordinate representation of color #7EDD14: hue angle of 88.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EDD14 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 20 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.13 |
| HSL | 88.36º | 0.83% | 0.47% | - |
| HSV(B) | 88.36º | 0.91% | 0.87% | - |
| XYZ | 34.59 | 56.2 | 9.69 | - |
| YUV | 169.68 | 43.53 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 20 | 0.43 | 0 | 0.91 | 0.13 | 88.36 | 0.83 | 0.47 |
| Hex | 7E | DD | 14 | 2B | 0 | 5B | D | 58 | 53 | 2F |
| Octal | 176 | 335 | 24 | 53 | 0 | 133 | 15 | 130 | 123 | 57 |
| Binary | 1111110 | 11011101 | 10100 | 101011 | 0 | 1011011 | 1101 | 1011000 | 1010011 | 101111 |
Color Harmonies of #7EDD14
Complementary color
Monochromatic Colors of #7EDD14
Black with #7EDD14
Text Example
Text Example
White with #7EDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD14; }
p { color: rgb(126,221,20); }
H1.HeaderClassName
{
color: #7EDD14;
}
.AnyTagClassName
{
color: #7EDD14;
}
</style>
background-color css
<style>
a { background-color: #7EDD14; }
a { background-color: rgb(126,221,20); }
div.DivClassName
{
background-color: #7EDD14;
}
.BgClassName
{
background-color: #7EDD14;
}
</style>
border-color css
<style>
span { border-color: #7EDD14; }
span { border-color: rgb(126,221,20); }
td.TdClassName
{
border-color: #7EDD14;
}
.TagClassName
{
border-color: #7EDD14;
}
</style>