Shades of Mantis #6EC956
Tints of Mantis #6EC956
RGB
CMYK
RGB Variations
Color information
#6EC956 (or 0x6EC956) is known color: Mantis. HEX triplet: 6E, C9 and 56. RGB value is (110,201,86). Sum of RGB (Red+Green+Blue) = 110+201+86=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC956 is #9136A9. Grayscale: #A1A1A1. Windows color (decimal): -9516714 or 5687662. OLE color: 5687662.
HSL color Cylindrical-coordinate representation of color #6EC956: hue angle of 107.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EC956 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 86 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.21 |
| HSL | 107.48º | 0.52% | 0.56% | - |
| HSV(B) | 107.48º | 0.57% | 0.79% | - |
| XYZ | 29 | 45.76 | 16.11 | - |
| YUV | 160.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 86 | 0.45 | 0 | 0.57 | 0.21 | 107.48 | 0.52 | 0.56 |
| Hex | 6E | C9 | 56 | 2D | 0 | 39 | 15 | 6B | 34 | 38 |
| Octal | 156 | 311 | 126 | 55 | 0 | 71 | 25 | 153 | 64 | 70 |
| Binary | 1101110 | 11001001 | 1010110 | 101101 | 0 | 111001 | 10101 | 1101011 | 110100 | 111000 |
Color Harmonies of #6EC956
Complementary color
Monochromatic Colors of #6EC956
Black with #6EC956
Text Example
Text Example
White with #6EC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC956; }
p { color: rgb(110,201,86); }
H1.HeaderClassName
{
color: #6EC956;
}
.AnyTagClassName
{
color: #6EC956;
}
</style>
background-color css
<style>
a { background-color: #6EC956; }
a { background-color: rgb(110,201,86); }
div.DivClassName
{
background-color: #6EC956;
}
.BgClassName
{
background-color: #6EC956;
}
</style>
border-color css
<style>
span { border-color: #6EC956; }
span { border-color: rgb(110,201,86); }
td.TdClassName
{
border-color: #6EC956;
}
.TagClassName
{
border-color: #6EC956;
}
</style>