Shades of Mantis #7EEC49
Tints of Mantis #7EEC49
RGB
CMYK
RGB Variations
Color information
#7EEC49 (or 0x7EEC49) is known color: Mantis. HEX triplet: 7E, EC and 49. RGB value is (126,236,73). Sum of RGB (Red+Green+Blue) = 126+236+73=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #7EEC49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEC49 is #8113B6. Grayscale: #B9B9B9. Windows color (decimal): -8459191 or 4844670. OLE color: 4844670.
HSL color Cylindrical-coordinate representation of color #7EEC49: hue angle of 100.49º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7EEC49 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 73 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.07 |
| HSL | 100.49º | 0.81% | 0.61% | - |
| HSV(B) | 100.49º | 0.69% | 0.93% | - |
| XYZ | 39.8 | 64.91 | 16.73 | - |
| YUV | 184.53 | 65.06 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 73 | 0.47 | 0 | 0.69 | 0.07 | 100.49 | 0.81 | 0.61 |
| Hex | 7E | EC | 49 | 2F | 0 | 45 | 7 | 64 | 51 | 3D |
| Octal | 176 | 354 | 111 | 57 | 0 | 105 | 7 | 144 | 121 | 75 |
| Binary | 1111110 | 11101100 | 1001001 | 101111 | 0 | 1000101 | 111 | 1100100 | 1010001 | 111101 |
Color Harmonies of #7EEC49
Complementary color
Monochromatic Colors of #7EEC49
Black with #7EEC49
Text Example
Text Example
White with #7EEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEC49; }
p { color: rgb(126,236,73); }
H1.HeaderClassName
{
color: #7EEC49;
}
.AnyTagClassName
{
color: #7EEC49;
}
</style>
background-color css
<style>
a { background-color: #7EEC49; }
a { background-color: rgb(126,236,73); }
div.DivClassName
{
background-color: #7EEC49;
}
.BgClassName
{
background-color: #7EEC49;
}
</style>
border-color css
<style>
span { border-color: #7EEC49; }
span { border-color: rgb(126,236,73); }
td.TdClassName
{
border-color: #7EEC49;
}
.TagClassName
{
border-color: #7EEC49;
}
</style>