Shades of Mantis #7EC546
Tints of Mantis #7EC546
RGB
CMYK
RGB Variations
Color information
#7EC546 (or 0x7EC546) is known color: Mantis. HEX triplet: 7E, C5 and 46. RGB value is (126,197,70). Sum of RGB (Red+Green+Blue) = 126+197+70=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC546 is #813AB9. Grayscale: #A1A1A1. Windows color (decimal): -8469178 or 4638078. OLE color: 4638078.
HSL color Cylindrical-coordinate representation of color #7EC546: hue angle of 93.54º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7EC546 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 70 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.23 |
| HSL | 93.54º | 0.52% | 0.52% | - |
| HSV(B) | 93.54º | 0.64% | 0.77% | - |
| XYZ | 29.68 | 44.81 | 12.88 | - |
| YUV | 161.29 | 76.48 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 70 | 0.36 | 0 | 0.64 | 0.23 | 93.54 | 0.52 | 0.52 |
| Hex | 7E | C5 | 46 | 24 | 0 | 40 | 17 | 5E | 34 | 34 |
| Octal | 176 | 305 | 106 | 44 | 0 | 100 | 27 | 136 | 64 | 64 |
| Binary | 1111110 | 11000101 | 1000110 | 100100 | 0 | 1000000 | 10111 | 1011110 | 110100 | 110100 |
Color Harmonies of #7EC546
Complementary color
Monochromatic Colors of #7EC546
Black with #7EC546
Text Example
Text Example
White with #7EC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC546; }
p { color: rgb(126,197,70); }
H1.HeaderClassName
{
color: #7EC546;
}
.AnyTagClassName
{
color: #7EC546;
}
</style>
background-color css
<style>
a { background-color: #7EC546; }
a { background-color: rgb(126,197,70); }
div.DivClassName
{
background-color: #7EC546;
}
.BgClassName
{
background-color: #7EC546;
}
</style>
border-color css
<style>
span { border-color: #7EC546; }
span { border-color: rgb(126,197,70); }
td.TdClassName
{
border-color: #7EC546;
}
.TagClassName
{
border-color: #7EC546;
}
</style>