Shades of Mantis #6EC856
Tints of Mantis #6EC856
RGB
CMYK
RGB Variations
Color information
#6EC856 (or 0x6EC856) is known color: Mantis. HEX triplet: 6E, C8 and 56. RGB value is (110,200,86). Sum of RGB (Red+Green+Blue) = 110+200+86=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC856 is #9137A9. Grayscale: #A0A0A0. Windows color (decimal): -9516970 or 5687406. OLE color: 5687406.
HSL color Cylindrical-coordinate representation of color #6EC856: hue angle of 107.37º 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 #6EC856 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 86 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.22 |
| HSL | 107.37º | 0.51% | 0.56% | - |
| HSV(B) | 107.37º | 0.57% | 0.78% | - |
| XYZ | 28.76 | 45.3 | 16.03 | - |
| YUV | 160.09 | 86.18 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 86 | 0.45 | 0 | 0.57 | 0.22 | 107.37 | 0.51 | 0.56 |
| Hex | 6E | C8 | 56 | 2D | 0 | 39 | 16 | 6B | 33 | 38 |
| Octal | 156 | 310 | 126 | 55 | 0 | 71 | 26 | 153 | 63 | 70 |
| Binary | 1101110 | 11001000 | 1010110 | 101101 | 0 | 111001 | 10110 | 1101011 | 110011 | 111000 |
Color Harmonies of #6EC856
Complementary color
Monochromatic Colors of #6EC856
Black with #6EC856
Text Example
Text Example
White with #6EC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC856; }
p { color: rgb(110,200,86); }
H1.HeaderClassName
{
color: #6EC856;
}
.AnyTagClassName
{
color: #6EC856;
}
</style>
background-color css
<style>
a { background-color: #6EC856; }
a { background-color: rgb(110,200,86); }
div.DivClassName
{
background-color: #6EC856;
}
.BgClassName
{
background-color: #6EC856;
}
</style>
border-color css
<style>
span { border-color: #6EC856; }
span { border-color: rgb(110,200,86); }
td.TdClassName
{
border-color: #6EC856;
}
.TagClassName
{
border-color: #6EC856;
}
</style>