Shades of Mantis #6EC855
Tints of Mantis #6EC855
RGB
CMYK
RGB Variations
Color information
#6EC855 (or 0x6EC855) is known color: Mantis. HEX triplet: 6E, C8 and 55. RGB value is (110,200,85). Sum of RGB (Red+Green+Blue) = 110+200+85=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC855 is #9137AA. Grayscale: #A0A0A0. Windows color (decimal): -9516971 or 5621870. OLE color: 5621870.
HSL color Cylindrical-coordinate representation of color #6EC855: hue angle of 106.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EC855 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 85 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.22 |
| HSL | 106.96º | 0.51% | 0.56% | - |
| HSV(B) | 106.96º | 0.58% | 0.78% | - |
| XYZ | 28.72 | 45.28 | 15.82 | - |
| YUV | 159.98 | 85.68 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 85 | 0.45 | 0 | 0.58 | 0.22 | 106.96 | 0.51 | 0.56 |
| Hex | 6E | C8 | 55 | 2D | 0 | 3A | 16 | 6B | 33 | 38 |
| Octal | 156 | 310 | 125 | 55 | 0 | 72 | 26 | 153 | 63 | 70 |
| Binary | 1101110 | 11001000 | 1010101 | 101101 | 0 | 111010 | 10110 | 1101011 | 110011 | 111000 |
Color Harmonies of #6EC855
Complementary color
Monochromatic Colors of #6EC855
Black with #6EC855
Text Example
Text Example
White with #6EC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC855; }
p { color: rgb(110,200,85); }
H1.HeaderClassName
{
color: #6EC855;
}
.AnyTagClassName
{
color: #6EC855;
}
</style>
background-color css
<style>
a { background-color: #6EC855; }
a { background-color: rgb(110,200,85); }
div.DivClassName
{
background-color: #6EC855;
}
.BgClassName
{
background-color: #6EC855;
}
</style>
border-color css
<style>
span { border-color: #6EC855; }
span { border-color: rgb(110,200,85); }
td.TdClassName
{
border-color: #6EC855;
}
.TagClassName
{
border-color: #6EC855;
}
</style>