Shades of Mantis #7EC050
Tints of Mantis #7EC050
RGB
CMYK
RGB Variations
Color information
#7EC050 (or 0x7EC050) is known color: Mantis. HEX triplet: 7E, C0 and 50. RGB value is (126,192,80). Sum of RGB (Red+Green+Blue) = 126+192+80=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC050 is #813FAF. Grayscale: #9F9F9F. Windows color (decimal): -8470448 or 5292158. OLE color: 5292158.
HSL color Cylindrical-coordinate representation of color #7EC050: hue angle of 95.36º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EC050 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 80 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.25 |
| HSL | 95.36º | 0.47% | 0.53% | - |
| HSV(B) | 95.36º | 0.58% | 0.75% | - |
| XYZ | 28.9 | 42.71 | 14.31 | - |
| YUV | 159.5 | 83.13 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 80 | 0.34 | 0 | 0.58 | 0.25 | 95.36 | 0.47 | 0.53 |
| Hex | 7E | C0 | 50 | 22 | 0 | 3A | 19 | 5F | 2F | 35 |
| Octal | 176 | 300 | 120 | 42 | 0 | 72 | 31 | 137 | 57 | 65 |
| Binary | 1111110 | 11000000 | 1010000 | 100010 | 0 | 111010 | 11001 | 1011111 | 101111 | 110101 |
Color Harmonies of #7EC050
Complementary color
Monochromatic Colors of #7EC050
Black with #7EC050
Text Example
Text Example
White with #7EC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC050; }
p { color: rgb(126,192,80); }
H1.HeaderClassName
{
color: #7EC050;
}
.AnyTagClassName
{
color: #7EC050;
}
</style>
background-color css
<style>
a { background-color: #7EC050; }
a { background-color: rgb(126,192,80); }
div.DivClassName
{
background-color: #7EC050;
}
.BgClassName
{
background-color: #7EC050;
}
</style>
border-color css
<style>
span { border-color: #7EC050; }
span { border-color: rgb(126,192,80); }
td.TdClassName
{
border-color: #7EC050;
}
.TagClassName
{
border-color: #7EC050;
}
</style>