Shades of Lawn Green #6EDD01
Tints of Lawn Green #6EDD01
RGB
CMYK
RGB Variations
Color information
#6EDD01 (or 0x6EDD01) is known color: Lawn Green. HEX triplet: 6E, DD and 01. RGB value is (110,221,1). Sum of RGB (Red+Green+Blue) = 110+221+1=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EDD01 is #9122FE. Grayscale: #A3A3A3. Windows color (decimal): -9511679 or 122222. OLE color: 122222.
HSL color Cylindrical-coordinate representation of color #6EDD01: hue angle of 90.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6EDD01 is Cyan = 0.50, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 1 | - |
| CMYK | 0.50 | 0 | 1.00 | 0.13 |
| HSL | 90.27º | 0.99% | 0.44% | - |
| HSV(B) | 90.27º | 1% | 0.87% | - |
| XYZ | 32.29 | 55.03 | 8.95 | - |
| YUV | 162.73 | 36.73 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 1 | 0.50 | 0 | 1.00 | 0.13 | 90.27 | 0.99 | 0.44 |
| Hex | 6E | DD | 1 | 32 | 0 | 64 | D | 5A | 63 | 2C |
| Octal | 156 | 335 | 1 | 62 | 0 | 144 | 15 | 132 | 143 | 54 |
| Binary | 1101110 | 11011101 | 1 | 110010 | 0 | 1100100 | 1101 | 1011010 | 1100011 | 101100 |
Color Harmonies of #6EDD01
Complementary color
Monochromatic Colors of #6EDD01
Black with #6EDD01
Text Example
Text Example
White with #6EDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD01; }
p { color: rgb(110,221,1); }
H1.HeaderClassName
{
color: #6EDD01;
}
.AnyTagClassName
{
color: #6EDD01;
}
</style>
background-color css
<style>
a { background-color: #6EDD01; }
a { background-color: rgb(110,221,1); }
div.DivClassName
{
background-color: #6EDD01;
}
.BgClassName
{
background-color: #6EDD01;
}
</style>
border-color css
<style>
span { border-color: #6EDD01; }
span { border-color: rgb(110,221,1); }
td.TdClassName
{
border-color: #6EDD01;
}
.TagClassName
{
border-color: #6EDD01;
}
</style>