Shades of Mantis #6EC950
Tints of Mantis #6EC950
RGB
CMYK
RGB Variations
Color information
#6EC950 (or 0x6EC950) is known color: Mantis. HEX triplet: 6E, C9 and 50. RGB value is (110,201,80). Sum of RGB (Red+Green+Blue) = 110+201+80=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC950 is #9136AF. Grayscale: #A0A0A0. Windows color (decimal): -9516720 or 5294446. OLE color: 5294446.
HSL color Cylindrical-coordinate representation of color #6EC950: hue angle of 105.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6EC950 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 80 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.21 |
| HSL | 105.12º | 0.53% | 0.55% | - |
| HSV(B) | 105.12º | 0.6% | 0.79% | - |
| XYZ | 28.77 | 45.67 | 14.89 | - |
| YUV | 160 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 80 | 0.45 | 0 | 0.60 | 0.21 | 105.12 | 0.53 | 0.55 |
| Hex | 6E | C9 | 50 | 2D | 0 | 3C | 15 | 69 | 35 | 37 |
| Octal | 156 | 311 | 120 | 55 | 0 | 74 | 25 | 151 | 65 | 67 |
| Binary | 1101110 | 11001001 | 1010000 | 101101 | 0 | 111100 | 10101 | 1101001 | 110101 | 110111 |
Color Harmonies of #6EC950
Complementary color
Monochromatic Colors of #6EC950
Black with #6EC950
Text Example
Text Example
White with #6EC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC950; }
p { color: rgb(110,201,80); }
H1.HeaderClassName
{
color: #6EC950;
}
.AnyTagClassName
{
color: #6EC950;
}
</style>
background-color css
<style>
a { background-color: #6EC950; }
a { background-color: rgb(110,201,80); }
div.DivClassName
{
background-color: #6EC950;
}
.BgClassName
{
background-color: #6EC950;
}
</style>
border-color css
<style>
span { border-color: #6EC950; }
span { border-color: rgb(110,201,80); }
td.TdClassName
{
border-color: #6EC950;
}
.TagClassName
{
border-color: #6EC950;
}
</style>