Shades of Mantis #6EC556
Tints of Mantis #6EC556
RGB
CMYK
RGB Variations
Color information
#6EC556 (or 0x6EC556) is known color: Mantis. HEX triplet: 6E, C5 and 56. RGB value is (110,197,86). Sum of RGB (Red+Green+Blue) = 110+197+86=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC556 is #913AA9. Grayscale: #9E9E9E. Windows color (decimal): -9517738 or 5686638. OLE color: 5686638.
HSL color Cylindrical-coordinate representation of color #6EC556: hue angle of 107.03º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EC556 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 86 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.23 |
| HSL | 107.03º | 0.49% | 0.55% | - |
| HSV(B) | 107.03º | 0.56% | 0.77% | - |
| XYZ | 28.08 | 43.92 | 15.8 | - |
| YUV | 158.33 | 87.18 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 86 | 0.44 | 0 | 0.56 | 0.23 | 107.03 | 0.49 | 0.55 |
| Hex | 6E | C5 | 56 | 2C | 0 | 38 | 17 | 6B | 31 | 37 |
| Octal | 156 | 305 | 126 | 54 | 0 | 70 | 27 | 153 | 61 | 67 |
| Binary | 1101110 | 11000101 | 1010110 | 101100 | 0 | 111000 | 10111 | 1101011 | 110001 | 110111 |
Color Harmonies of #6EC556
Complementary color
Monochromatic Colors of #6EC556
Black with #6EC556
Text Example
Text Example
White with #6EC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC556; }
p { color: rgb(110,197,86); }
H1.HeaderClassName
{
color: #6EC556;
}
.AnyTagClassName
{
color: #6EC556;
}
</style>
background-color css
<style>
a { background-color: #6EC556; }
a { background-color: rgb(110,197,86); }
div.DivClassName
{
background-color: #6EC556;
}
.BgClassName
{
background-color: #6EC556;
}
</style>
border-color css
<style>
span { border-color: #6EC556; }
span { border-color: rgb(110,197,86); }
td.TdClassName
{
border-color: #6EC556;
}
.TagClassName
{
border-color: #6EC556;
}
</style>