Shades of Mantis #7EC043
Tints of Mantis #7EC043
RGB
CMYK
RGB Variations
Color information
#7EC043 (or 0x7EC043) is known color: Mantis. HEX triplet: 7E, C0 and 43. RGB value is (126,192,67). Sum of RGB (Red+Green+Blue) = 126+192+67=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC043 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC043 is #813FBC. Grayscale: #9E9E9E. Windows color (decimal): -8470461 or 4440190. OLE color: 4440190.
HSL color Cylindrical-coordinate representation of color #7EC043: hue angle of 91.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EC043 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 67 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.25 |
| HSL | 91.68º | 0.5% | 0.51% | - |
| HSV(B) | 91.68º | 0.65% | 0.75% | - |
| XYZ | 28.47 | 42.54 | 12.02 | - |
| YUV | 158.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 67 | 0.34 | 0 | 0.65 | 0.25 | 91.68 | 0.5 | 0.51 |
| Hex | 7E | C0 | 43 | 22 | 0 | 41 | 19 | 5C | 32 | 33 |
| Octal | 176 | 300 | 103 | 42 | 0 | 101 | 31 | 134 | 62 | 63 |
| Binary | 1111110 | 11000000 | 1000011 | 100010 | 0 | 1000001 | 11001 | 1011100 | 110010 | 110011 |
Color Harmonies of #7EC043
Complementary color
Monochromatic Colors of #7EC043
Black with #7EC043
Text Example
Text Example
White with #7EC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC043; }
p { color: rgb(126,192,67); }
H1.HeaderClassName
{
color: #7EC043;
}
.AnyTagClassName
{
color: #7EC043;
}
</style>
background-color css
<style>
a { background-color: #7EC043; }
a { background-color: rgb(126,192,67); }
div.DivClassName
{
background-color: #7EC043;
}
.BgClassName
{
background-color: #7EC043;
}
</style>
border-color css
<style>
span { border-color: #7EC043; }
span { border-color: rgb(126,192,67); }
td.TdClassName
{
border-color: #7EC043;
}
.TagClassName
{
border-color: #7EC043;
}
</style>