Shades of Mantis #7EC047
Tints of Mantis #7EC047
RGB
CMYK
RGB Variations
Color information
#7EC047 (or 0x7EC047) is known color: Mantis. HEX triplet: 7E, C0 and 47. RGB value is (126,192,71). Sum of RGB (Red+Green+Blue) = 126+192+71=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC047 is #813FB8. Grayscale: #9E9E9E. Windows color (decimal): -8470457 or 4702334. OLE color: 4702334.
HSL color Cylindrical-coordinate representation of color #7EC047: hue angle of 92.73º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7EC047 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 71 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.25 |
| HSL | 92.73º | 0.49% | 0.52% | - |
| HSV(B) | 92.73º | 0.63% | 0.75% | - |
| XYZ | 28.59 | 42.59 | 12.67 | - |
| YUV | 158.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 71 | 0.34 | 0 | 0.63 | 0.25 | 92.73 | 0.49 | 0.52 |
| Hex | 7E | C0 | 47 | 22 | 0 | 3F | 19 | 5D | 31 | 34 |
| Octal | 176 | 300 | 107 | 42 | 0 | 77 | 31 | 135 | 61 | 64 |
| Binary | 1111110 | 11000000 | 1000111 | 100010 | 0 | 111111 | 11001 | 1011101 | 110001 | 110100 |
Color Harmonies of #7EC047
Complementary color
Monochromatic Colors of #7EC047
Black with #7EC047
Text Example
Text Example
White with #7EC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC047; }
p { color: rgb(126,192,71); }
H1.HeaderClassName
{
color: #7EC047;
}
.AnyTagClassName
{
color: #7EC047;
}
</style>
background-color css
<style>
a { background-color: #7EC047; }
a { background-color: rgb(126,192,71); }
div.DivClassName
{
background-color: #7EC047;
}
.BgClassName
{
background-color: #7EC047;
}
</style>
border-color css
<style>
span { border-color: #7EC047; }
span { border-color: rgb(126,192,71); }
td.TdClassName
{
border-color: #7EC047;
}
.TagClassName
{
border-color: #7EC047;
}
</style>