Shades of Mantis #6EC858
Tints of Mantis #6EC858
RGB
CMYK
RGB Variations
Color information
#6EC858 (or 0x6EC858) is known color: Mantis. HEX triplet: 6E, C8 and 58. RGB value is (110,200,88). Sum of RGB (Red+Green+Blue) = 110+200+88=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC858 is #9137A7. Grayscale: #A0A0A0. Windows color (decimal): -9516968 or 5818478. OLE color: 5818478.
HSL color Cylindrical-coordinate representation of color #6EC858: hue angle of 108.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EC858 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 88 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.22 |
| HSL | 108.21º | 0.5% | 0.56% | - |
| HSV(B) | 108.21º | 0.56% | 0.78% | - |
| XYZ | 28.85 | 45.33 | 16.46 | - |
| YUV | 160.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 88 | 0.45 | 0 | 0.56 | 0.22 | 108.21 | 0.5 | 0.56 |
| Hex | 6E | C8 | 58 | 2D | 0 | 38 | 16 | 6C | 32 | 38 |
| Octal | 156 | 310 | 130 | 55 | 0 | 70 | 26 | 154 | 62 | 70 |
| Binary | 1101110 | 11001000 | 1011000 | 101101 | 0 | 111000 | 10110 | 1101100 | 110010 | 111000 |
Color Harmonies of #6EC858
Complementary color
Monochromatic Colors of #6EC858
Black with #6EC858
Text Example
Text Example
White with #6EC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC858; }
p { color: rgb(110,200,88); }
H1.HeaderClassName
{
color: #6EC858;
}
.AnyTagClassName
{
color: #6EC858;
}
</style>
background-color css
<style>
a { background-color: #6EC858; }
a { background-color: rgb(110,200,88); }
div.DivClassName
{
background-color: #6EC858;
}
.BgClassName
{
background-color: #6EC858;
}
</style>
border-color css
<style>
span { border-color: #6EC858; }
span { border-color: rgb(110,200,88); }
td.TdClassName
{
border-color: #6EC858;
}
.TagClassName
{
border-color: #6EC858;
}
</style>