Shades of Mantis #7EC150
Tints of Mantis #7EC150
RGB
CMYK
RGB Variations
Color information
#7EC150 (or 0x7EC150) is known color: Mantis. HEX triplet: 7E, C1 and 50. RGB value is (126,193,80). Sum of RGB (Red+Green+Blue) = 126+193+80=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC150 is #813EAF. Grayscale: #A0A0A0. Windows color (decimal): -8470192 or 5292414. OLE color: 5292414.
HSL color Cylindrical-coordinate representation of color #7EC150: hue angle of 95.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7EC150 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 80 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.24 |
| HSL | 95.58º | 0.48% | 0.54% | - |
| HSV(B) | 95.58º | 0.59% | 0.76% | - |
| XYZ | 29.12 | 43.15 | 14.38 | - |
| YUV | 160.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 80 | 0.35 | 0 | 0.59 | 0.24 | 95.58 | 0.48 | 0.54 |
| Hex | 7E | C1 | 50 | 23 | 0 | 3B | 18 | 60 | 30 | 36 |
| Octal | 176 | 301 | 120 | 43 | 0 | 73 | 30 | 140 | 60 | 66 |
| Binary | 1111110 | 11000001 | 1010000 | 100011 | 0 | 111011 | 11000 | 1100000 | 110000 | 110110 |
Color Harmonies of #7EC150
Complementary color
Monochromatic Colors of #7EC150
Black with #7EC150
Text Example
Text Example
White with #7EC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC150; }
p { color: rgb(126,193,80); }
H1.HeaderClassName
{
color: #7EC150;
}
.AnyTagClassName
{
color: #7EC150;
}
</style>
background-color css
<style>
a { background-color: #7EC150; }
a { background-color: rgb(126,193,80); }
div.DivClassName
{
background-color: #7EC150;
}
.BgClassName
{
background-color: #7EC150;
}
</style>
border-color css
<style>
span { border-color: #7EC150; }
span { border-color: rgb(126,193,80); }
td.TdClassName
{
border-color: #7EC150;
}
.TagClassName
{
border-color: #7EC150;
}
</style>