Shades of Mantis #7EC648
Tints of Mantis #7EC648
RGB
CMYK
RGB Variations
Color information
#7EC648 (or 0x7EC648) is known color: Mantis. HEX triplet: 7E, C6 and 48. RGB value is (126,198,72). Sum of RGB (Red+Green+Blue) = 126+198+72=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC648 is #8139B7. Grayscale: #A2A2A2. Windows color (decimal): -8468920 or 4769406. OLE color: 4769406.
HSL color Cylindrical-coordinate representation of color #7EC648: hue angle of 94.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7EC648 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 72 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.22 |
| HSL | 94.29º | 0.53% | 0.53% | - |
| HSV(B) | 94.29º | 0.64% | 0.78% | - |
| XYZ | 29.97 | 45.29 | 13.29 | - |
| YUV | 162.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 72 | 0.36 | 0 | 0.64 | 0.22 | 94.29 | 0.53 | 0.53 |
| Hex | 7E | C6 | 48 | 24 | 0 | 40 | 16 | 5E | 34 | 35 |
| Octal | 176 | 306 | 110 | 44 | 0 | 100 | 26 | 136 | 64 | 65 |
| Binary | 1111110 | 11000110 | 1001000 | 100100 | 0 | 1000000 | 10110 | 1011110 | 110100 | 110101 |
Color Harmonies of #7EC648
Complementary color
Monochromatic Colors of #7EC648
Black with #7EC648
Text Example
Text Example
White with #7EC648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC648; }
p { color: rgb(126,198,72); }
H1.HeaderClassName
{
color: #7EC648;
}
.AnyTagClassName
{
color: #7EC648;
}
</style>
background-color css
<style>
a { background-color: #7EC648; }
a { background-color: rgb(126,198,72); }
div.DivClassName
{
background-color: #7EC648;
}
.BgClassName
{
background-color: #7EC648;
}
</style>
border-color css
<style>
span { border-color: #7EC648; }
span { border-color: rgb(126,198,72); }
td.TdClassName
{
border-color: #7EC648;
}
.TagClassName
{
border-color: #7EC648;
}
</style>