Shades of Mantis #6EC655
Tints of Mantis #6EC655
RGB
CMYK
RGB Variations
Color information
#6EC655 (or 0x6EC655) is known color: Mantis. HEX triplet: 6E, C6 and 55. RGB value is (110,198,85). Sum of RGB (Red+Green+Blue) = 110+198+85=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC655 is #9139AA. Grayscale: #9F9F9F. Windows color (decimal): -9517483 or 5621358. OLE color: 5621358.
HSL color Cylindrical-coordinate representation of color #6EC655: hue angle of 106.73º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EC655 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 85 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.22 |
| HSL | 106.73º | 0.5% | 0.55% | - |
| HSV(B) | 106.73º | 0.57% | 0.78% | - |
| XYZ | 28.26 | 44.36 | 15.67 | - |
| YUV | 158.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 85 | 0.44 | 0 | 0.57 | 0.22 | 106.73 | 0.5 | 0.55 |
| Hex | 6E | C6 | 55 | 2C | 0 | 39 | 16 | 6B | 32 | 37 |
| Octal | 156 | 306 | 125 | 54 | 0 | 71 | 26 | 153 | 62 | 67 |
| Binary | 1101110 | 11000110 | 1010101 | 101100 | 0 | 111001 | 10110 | 1101011 | 110010 | 110111 |
Color Harmonies of #6EC655
Complementary color
Monochromatic Colors of #6EC655
Black with #6EC655
Text Example
Text Example
White with #6EC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC655; }
p { color: rgb(110,198,85); }
H1.HeaderClassName
{
color: #6EC655;
}
.AnyTagClassName
{
color: #6EC655;
}
</style>
background-color css
<style>
a { background-color: #6EC655; }
a { background-color: rgb(110,198,85); }
div.DivClassName
{
background-color: #6EC655;
}
.BgClassName
{
background-color: #6EC655;
}
</style>
border-color css
<style>
span { border-color: #6EC655; }
span { border-color: rgb(110,198,85); }
td.TdClassName
{
border-color: #6EC655;
}
.TagClassName
{
border-color: #6EC655;
}
</style>