Shades of Mantis #6ECE50
Tints of Mantis #6ECE50
RGB
CMYK
RGB Variations
Color information
#6ECE50 (or 0x6ECE50) is known color: Mantis. HEX triplet: 6E, CE and 50. RGB value is (110,206,80). Sum of RGB (Red+Green+Blue) = 110+206+80=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECE50 is #9131AF. Grayscale: #A3A3A3. Windows color (decimal): -9515440 or 5295726. OLE color: 5295726.
HSL color Cylindrical-coordinate representation of color #6ECE50: hue angle of 105.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ECE50 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 80 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.19 |
| HSL | 105.71º | 0.56% | 0.56% | - |
| HSV(B) | 105.71º | 0.61% | 0.81% | - |
| XYZ | 29.95 | 48.04 | 15.28 | - |
| YUV | 162.93 | 81.2 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 80 | 0.47 | 0 | 0.61 | 0.19 | 105.71 | 0.56 | 0.56 |
| Hex | 6E | CE | 50 | 2F | 0 | 3D | 13 | 6A | 38 | 38 |
| Octal | 156 | 316 | 120 | 57 | 0 | 75 | 23 | 152 | 70 | 70 |
| Binary | 1101110 | 11001110 | 1010000 | 101111 | 0 | 111101 | 10011 | 1101010 | 111000 | 111000 |
Color Harmonies of #6ECE50
Complementary color
Monochromatic Colors of #6ECE50
Black with #6ECE50
Text Example
Text Example
White with #6ECE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECE50; }
p { color: rgb(110,206,80); }
H1.HeaderClassName
{
color: #6ECE50;
}
.AnyTagClassName
{
color: #6ECE50;
}
</style>
background-color css
<style>
a { background-color: #6ECE50; }
a { background-color: rgb(110,206,80); }
div.DivClassName
{
background-color: #6ECE50;
}
.BgClassName
{
background-color: #6ECE50;
}
</style>
border-color css
<style>
span { border-color: #6ECE50; }
span { border-color: rgb(110,206,80); }
td.TdClassName
{
border-color: #6ECE50;
}
.TagClassName
{
border-color: #6ECE50;
}
</style>