Shades of Lawn Green #6EE414
Tints of Lawn Green #6EE414
RGB
CMYK
RGB Variations
Color information
#6EE414 (or 0x6EE414) is known color: Lawn Green. HEX triplet: 6E, E4 and 14. RGB value is (110,228,20). Sum of RGB (Red+Green+Blue) = 110+228+20=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 228 (89.45% from 255 or 63.69% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 228 - color contains mainly: green. Hex color #6EE414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EE414 is #911BEB. Grayscale: #A9A9A9. Windows color (decimal): -9509868 or 1369198. OLE color: 1369198.
HSL color Cylindrical-coordinate representation of color #6EE414: hue angle of 94.04º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EE414 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 228 | 20 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.11 |
| HSL | 94.04º | 0.84% | 0.49% | - |
| HSV(B) | 94.04º | 0.91% | 0.89% | - |
| XYZ | 34.3 | 58.85 | 10.21 | - |
| YUV | 169.01 | 43.91 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 228 | 20 | 0.52 | 0 | 0.91 | 0.11 | 94.04 | 0.84 | 0.49 |
| Hex | 6E | E4 | 14 | 34 | 0 | 5B | B | 5E | 54 | 31 |
| Octal | 156 | 344 | 24 | 64 | 0 | 133 | 13 | 136 | 124 | 61 |
| Binary | 1101110 | 11100100 | 10100 | 110100 | 0 | 1011011 | 1011 | 1011110 | 1010100 | 110001 |
Color Harmonies of #6EE414
Complementary color
Monochromatic Colors of #6EE414
Black with #6EE414
Text Example
Text Example
White with #6EE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE414; }
p { color: rgb(110,228,20); }
H1.HeaderClassName
{
color: #6EE414;
}
.AnyTagClassName
{
color: #6EE414;
}
</style>
background-color css
<style>
a { background-color: #6EE414; }
a { background-color: rgb(110,228,20); }
div.DivClassName
{
background-color: #6EE414;
}
.BgClassName
{
background-color: #6EE414;
}
</style>
border-color css
<style>
span { border-color: #6EE414; }
span { border-color: rgb(110,228,20); }
td.TdClassName
{
border-color: #6EE414;
}
.TagClassName
{
border-color: #6EE414;
}
</style>