Shades of Mantis #7EC149
Tints of Mantis #7EC149
RGB
CMYK
RGB Variations
Color information
#7EC149 (or 0x7EC149) is known color: Mantis. HEX triplet: 7E, C1 and 49. RGB value is (126,193,73). Sum of RGB (Red+Green+Blue) = 126+193+73=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC149 is #813EB6. Grayscale: #9F9F9F. Windows color (decimal): -8470199 or 4833662. OLE color: 4833662.
HSL color Cylindrical-coordinate representation of color #7EC149: hue angle of 93.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7EC149 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 73 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.24 |
| HSL | 93.5º | 0.49% | 0.52% | - |
| HSV(B) | 93.5º | 0.62% | 0.76% | - |
| XYZ | 28.88 | 43.06 | 13.09 | - |
| YUV | 159.29 | 79.3 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 73 | 0.35 | 0 | 0.62 | 0.24 | 93.5 | 0.49 | 0.52 |
| Hex | 7E | C1 | 49 | 23 | 0 | 3E | 18 | 5E | 31 | 34 |
| Octal | 176 | 301 | 111 | 43 | 0 | 76 | 30 | 136 | 61 | 64 |
| Binary | 1111110 | 11000001 | 1001001 | 100011 | 0 | 111110 | 11000 | 1011110 | 110001 | 110100 |
Color Harmonies of #7EC149
Complementary color
Monochromatic Colors of #7EC149
Black with #7EC149
Text Example
Text Example
White with #7EC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC149; }
p { color: rgb(126,193,73); }
H1.HeaderClassName
{
color: #7EC149;
}
.AnyTagClassName
{
color: #7EC149;
}
</style>
background-color css
<style>
a { background-color: #7EC149; }
a { background-color: rgb(126,193,73); }
div.DivClassName
{
background-color: #7EC149;
}
.BgClassName
{
background-color: #7EC149;
}
</style>
border-color css
<style>
span { border-color: #7EC149; }
span { border-color: rgb(126,193,73); }
td.TdClassName
{
border-color: #7EC149;
}
.TagClassName
{
border-color: #7EC149;
}
</style>