Shades of Lawn Green #6EDC16
Tints of Lawn Green #6EDC16
RGB
CMYK
RGB Variations
Color information
#6EDC16 (or 0x6EDC16) is known color: Lawn Green. HEX triplet: 6E, DC and 16. RGB value is (110,220,22). Sum of RGB (Red+Green+Blue) = 110+220+22=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EDC16 is #9123E9. Grayscale: #A5A5A5. Windows color (decimal): -9511914 or 1498222. OLE color: 1498222.
HSL color Cylindrical-coordinate representation of color #6EDC16: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EDC16 is Cyan = 0.50, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 22 | - |
| CMYK | 0.50 | 0 | 0.9 | 0.14 |
| HSL | 93.33º | 0.82% | 0.47% | - |
| HSV(B) | 93.33º | 0.9% | 0.86% | - |
| XYZ | 32.17 | 54.56 | 9.59 | - |
| YUV | 164.54 | 47.56 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 22 | 0.50 | 0 | 0.9 | 0.14 | 93.33 | 0.82 | 0.47 |
| Hex | 6E | DC | 16 | 32 | 0 | 5A | E | 5D | 52 | 2F |
| Octal | 156 | 334 | 26 | 62 | 0 | 132 | 16 | 135 | 122 | 57 |
| Binary | 1101110 | 11011100 | 10110 | 110010 | 0 | 1011010 | 1110 | 1011101 | 1010010 | 101111 |
Color Harmonies of #6EDC16
Complementary color
Monochromatic Colors of #6EDC16
Black with #6EDC16
Text Example
Text Example
White with #6EDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC16; }
p { color: rgb(110,220,22); }
H1.HeaderClassName
{
color: #6EDC16;
}
.AnyTagClassName
{
color: #6EDC16;
}
</style>
background-color css
<style>
a { background-color: #6EDC16; }
a { background-color: rgb(110,220,22); }
div.DivClassName
{
background-color: #6EDC16;
}
.BgClassName
{
background-color: #6EDC16;
}
</style>
border-color css
<style>
span { border-color: #6EDC16; }
span { border-color: rgb(110,220,22); }
td.TdClassName
{
border-color: #6EDC16;
}
.TagClassName
{
border-color: #6EDC16;
}
</style>