Shades of Mantis #6ECB50
Tints of Mantis #6ECB50
RGB
CMYK
RGB Variations
Color information
#6ECB50 (or 0x6ECB50) is known color: Mantis. HEX triplet: 6E, CB and 50. RGB value is (110,203,80). Sum of RGB (Red+Green+Blue) = 110+203+80=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECB50 is #9134AF. Grayscale: #A1A1A1. Windows color (decimal): -9516208 or 5294958. OLE color: 5294958.
HSL color Cylindrical-coordinate representation of color #6ECB50: hue angle of 105.37º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ECB50 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 80 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.20 |
| HSL | 105.37º | 0.54% | 0.55% | - |
| HSV(B) | 105.37º | 0.61% | 0.8% | - |
| XYZ | 29.23 | 46.61 | 15.04 | - |
| YUV | 161.17 | 82.19 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 80 | 0.46 | 0 | 0.61 | 0.20 | 105.37 | 0.54 | 0.55 |
| Hex | 6E | CB | 50 | 2E | 0 | 3D | 14 | 69 | 36 | 37 |
| Octal | 156 | 313 | 120 | 56 | 0 | 75 | 24 | 151 | 66 | 67 |
| Binary | 1101110 | 11001011 | 1010000 | 101110 | 0 | 111101 | 10100 | 1101001 | 110110 | 110111 |
Color Harmonies of #6ECB50
Complementary color
Monochromatic Colors of #6ECB50
Black with #6ECB50
Text Example
Text Example
White with #6ECB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECB50; }
p { color: rgb(110,203,80); }
H1.HeaderClassName
{
color: #6ECB50;
}
.AnyTagClassName
{
color: #6ECB50;
}
</style>
background-color css
<style>
a { background-color: #6ECB50; }
a { background-color: rgb(110,203,80); }
div.DivClassName
{
background-color: #6ECB50;
}
.BgClassName
{
background-color: #6ECB50;
}
</style>
border-color css
<style>
span { border-color: #6ECB50; }
span { border-color: rgb(110,203,80); }
td.TdClassName
{
border-color: #6ECB50;
}
.TagClassName
{
border-color: #6ECB50;
}
</style>