Shades of Mantis #6ED14D
Tints of Mantis #6ED14D
RGB
CMYK
RGB Variations
Color information
#6ED14D (or 0x6ED14D) is known color: Mantis. HEX triplet: 6E, D1 and 4D. RGB value is (110,209,77). Sum of RGB (Red+Green+Blue) = 110+209+77=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED14D is #912EB2. Grayscale: #A4A4A4. Windows color (decimal): -9514675 or 5099886. OLE color: 5099886.
HSL color Cylindrical-coordinate representation of color #6ED14D: hue angle of 105º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6ED14D is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 77 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.18 |
| HSL | 105º | 0.59% | 0.56% | - |
| HSV(B) | 105º | 0.63% | 0.82% | - |
| XYZ | 30.57 | 49.45 | 14.96 | - |
| YUV | 164.35 | 78.7 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 77 | 0.47 | 0 | 0.63 | 0.18 | 105 | 0.59 | 0.56 |
| Hex | 6E | D1 | 4D | 2F | 0 | 3F | 12 | 69 | 3B | 38 |
| Octal | 156 | 321 | 115 | 57 | 0 | 77 | 22 | 151 | 73 | 70 |
| Binary | 1101110 | 11010001 | 1001101 | 101111 | 0 | 111111 | 10010 | 1101001 | 111011 | 111000 |
Color Harmonies of #6ED14D
Complementary color
Monochromatic Colors of #6ED14D
Black with #6ED14D
Text Example
Text Example
White with #6ED14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED14D; }
p { color: rgb(110,209,77); }
H1.HeaderClassName
{
color: #6ED14D;
}
.AnyTagClassName
{
color: #6ED14D;
}
</style>
background-color css
<style>
a { background-color: #6ED14D; }
a { background-color: rgb(110,209,77); }
div.DivClassName
{
background-color: #6ED14D;
}
.BgClassName
{
background-color: #6ED14D;
}
</style>
border-color css
<style>
span { border-color: #6ED14D; }
span { border-color: rgb(110,209,77); }
td.TdClassName
{
border-color: #6ED14D;
}
.TagClassName
{
border-color: #6ED14D;
}
</style>