Shades of Mantis #6EC355
Tints of Mantis #6EC355
RGB
CMYK
RGB Variations
Color information
#6EC355 (or 0x6EC355) is known color: Mantis. HEX triplet: 6E, C3 and 55. RGB value is (110,195,85). Sum of RGB (Red+Green+Blue) = 110+195+85=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC355 is #913CAA. Grayscale: #9D9D9D. Windows color (decimal): -9518251 or 5620590. OLE color: 5620590.
HSL color Cylindrical-coordinate representation of color #6EC355: hue angle of 106.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EC355 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 85 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.24 |
| HSL | 106.36º | 0.48% | 0.55% | - |
| HSV(B) | 106.36º | 0.56% | 0.76% | - |
| XYZ | 27.59 | 43 | 15.44 | - |
| YUV | 157.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 85 | 0.44 | 0 | 0.56 | 0.24 | 106.36 | 0.48 | 0.55 |
| Hex | 6E | C3 | 55 | 2C | 0 | 38 | 18 | 6A | 30 | 37 |
| Octal | 156 | 303 | 125 | 54 | 0 | 70 | 30 | 152 | 60 | 67 |
| Binary | 1101110 | 11000011 | 1010101 | 101100 | 0 | 111000 | 11000 | 1101010 | 110000 | 110111 |
Color Harmonies of #6EC355
Complementary color
Monochromatic Colors of #6EC355
Black with #6EC355
Text Example
Text Example
White with #6EC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC355; }
p { color: rgb(110,195,85); }
H1.HeaderClassName
{
color: #6EC355;
}
.AnyTagClassName
{
color: #6EC355;
}
</style>
background-color css
<style>
a { background-color: #6EC355; }
a { background-color: rgb(110,195,85); }
div.DivClassName
{
background-color: #6EC355;
}
.BgClassName
{
background-color: #6EC355;
}
</style>
border-color css
<style>
span { border-color: #6EC355; }
span { border-color: rgb(110,195,85); }
td.TdClassName
{
border-color: #6EC355;
}
.TagClassName
{
border-color: #6EC355;
}
</style>