Shades of Lawn Green #6ED612
Tints of Lawn Green #6ED612
RGB
CMYK
RGB Variations
Color information
#6ED612 (or 0x6ED612) is known color: Lawn Green. HEX triplet: 6E, D6 and 12. RGB value is (110,214,18). Sum of RGB (Red+Green+Blue) = 110+214+18=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ED612 is #9129ED. Grayscale: #A1A1A1. Windows color (decimal): -9513454 or 1234542. OLE color: 1234542.
HSL color Cylindrical-coordinate representation of color #6ED612: hue angle of 91.84º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6ED612 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 18 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.16 |
| HSL | 91.84º | 0.84% | 0.45% | - |
| HSV(B) | 91.84º | 0.92% | 0.84% | - |
| XYZ | 30.59 | 51.45 | 8.89 | - |
| YUV | 160.56 | 47.54 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 18 | 0.49 | 0 | 0.92 | 0.16 | 91.84 | 0.84 | 0.45 |
| Hex | 6E | D6 | 12 | 31 | 0 | 5C | 10 | 5C | 54 | 2D |
| Octal | 156 | 326 | 22 | 61 | 0 | 134 | 20 | 134 | 124 | 55 |
| Binary | 1101110 | 11010110 | 10010 | 110001 | 0 | 1011100 | 10000 | 1011100 | 1010100 | 101101 |
Color Harmonies of #6ED612
Complementary color
Monochromatic Colors of #6ED612
Black with #6ED612
Text Example
Text Example
White with #6ED612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED612; }
p { color: rgb(110,214,18); }
H1.HeaderClassName
{
color: #6ED612;
}
.AnyTagClassName
{
color: #6ED612;
}
</style>
background-color css
<style>
a { background-color: #6ED612; }
a { background-color: rgb(110,214,18); }
div.DivClassName
{
background-color: #6ED612;
}
.BgClassName
{
background-color: #6ED612;
}
</style>
border-color css
<style>
span { border-color: #6ED612; }
span { border-color: rgb(110,214,18); }
td.TdClassName
{
border-color: #6ED612;
}
.TagClassName
{
border-color: #6ED612;
}
</style>