Shades of Mantis #7EC552
Tints of Mantis #7EC552
RGB
CMYK
RGB Variations
Color information
#7EC552 (or 0x7EC552) is known color: Mantis. HEX triplet: 7E, C5 and 52. RGB value is (126,197,82). Sum of RGB (Red+Green+Blue) = 126+197+82=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC552 is #813AAD. Grayscale: #A3A3A3. Windows color (decimal): -8469166 or 5424510. OLE color: 5424510.
HSL color Cylindrical-coordinate representation of color #7EC552: hue angle of 97.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EC552 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 82 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.23 |
| HSL | 97.04º | 0.5% | 0.55% | - |
| HSV(B) | 97.04º | 0.58% | 0.77% | - |
| XYZ | 30.09 | 44.98 | 15.08 | - |
| YUV | 162.66 | 82.48 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 82 | 0.36 | 0 | 0.58 | 0.23 | 97.04 | 0.5 | 0.55 |
| Hex | 7E | C5 | 52 | 24 | 0 | 3A | 17 | 61 | 32 | 37 |
| Octal | 176 | 305 | 122 | 44 | 0 | 72 | 27 | 141 | 62 | 67 |
| Binary | 1111110 | 11000101 | 1010010 | 100100 | 0 | 111010 | 10111 | 1100001 | 110010 | 110111 |
Color Harmonies of #7EC552
Complementary color
Monochromatic Colors of #7EC552
Black with #7EC552
Text Example
Text Example
White with #7EC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC552; }
p { color: rgb(126,197,82); }
H1.HeaderClassName
{
color: #7EC552;
}
.AnyTagClassName
{
color: #7EC552;
}
</style>
background-color css
<style>
a { background-color: #7EC552; }
a { background-color: rgb(126,197,82); }
div.DivClassName
{
background-color: #7EC552;
}
.BgClassName
{
background-color: #7EC552;
}
</style>
border-color css
<style>
span { border-color: #7EC552; }
span { border-color: rgb(126,197,82); }
td.TdClassName
{
border-color: #7EC552;
}
.TagClassName
{
border-color: #7EC552;
}
</style>