Shades of Lawn Green #6EDD14
Tints of Lawn Green #6EDD14
RGB
CMYK
RGB Variations
Color information
#6EDD14 (or 0x6EDD14) is known color: Lawn Green. HEX triplet: 6E, DD and 14. RGB value is (110,221,20). Sum of RGB (Red+Green+Blue) = 110+221+20=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EDD14 is #9122EB. Grayscale: #A5A5A5. Windows color (decimal): -9511660 or 1367406. OLE color: 1367406.
HSL color Cylindrical-coordinate representation of color #6EDD14: hue angle of 93.13º 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 #6EDD14 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 20 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.13 |
| HSL | 93.13º | 0.83% | 0.47% | - |
| HSV(B) | 93.13º | 0.91% | 0.87% | - |
| XYZ | 32.41 | 55.08 | 9.58 | - |
| YUV | 164.9 | 46.23 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 20 | 0.50 | 0 | 0.91 | 0.13 | 93.13 | 0.83 | 0.47 |
| Hex | 6E | DD | 14 | 32 | 0 | 5B | D | 5D | 53 | 2F |
| Octal | 156 | 335 | 24 | 62 | 0 | 133 | 15 | 135 | 123 | 57 |
| Binary | 1101110 | 11011101 | 10100 | 110010 | 0 | 1011011 | 1101 | 1011101 | 1010011 | 101111 |
Color Harmonies of #6EDD14
Complementary color
Monochromatic Colors of #6EDD14
Black with #6EDD14
Text Example
Text Example
White with #6EDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD14; }
p { color: rgb(110,221,20); }
H1.HeaderClassName
{
color: #6EDD14;
}
.AnyTagClassName
{
color: #6EDD14;
}
</style>
background-color css
<style>
a { background-color: #6EDD14; }
a { background-color: rgb(110,221,20); }
div.DivClassName
{
background-color: #6EDD14;
}
.BgClassName
{
background-color: #6EDD14;
}
</style>
border-color css
<style>
span { border-color: #6EDD14; }
span { border-color: rgb(110,221,20); }
td.TdClassName
{
border-color: #6EDD14;
}
.TagClassName
{
border-color: #6EDD14;
}
</style>