Shades of Mantis #7EC452
Tints of Mantis #7EC452
RGB
CMYK
RGB Variations
Color information
#7EC452 (or 0x7EC452) is known color: Mantis. HEX triplet: 7E, C4 and 52. RGB value is (126,196,82). Sum of RGB (Red+Green+Blue) = 126+196+82=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC452 is #813BAD. Grayscale: #A2A2A2. Windows color (decimal): -8469422 or 5424254. OLE color: 5424254.
HSL color Cylindrical-coordinate representation of color #7EC452: hue angle of 96.84º degrees, saturation: 0.49, 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 #7EC452 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 82 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.23 |
| HSL | 96.84º | 0.49% | 0.55% | - |
| HSV(B) | 96.84º | 0.58% | 0.77% | - |
| XYZ | 29.87 | 44.52 | 15 | - |
| YUV | 162.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 82 | 0.36 | 0 | 0.58 | 0.23 | 96.84 | 0.49 | 0.55 |
| Hex | 7E | C4 | 52 | 24 | 0 | 3A | 17 | 61 | 31 | 37 |
| Octal | 176 | 304 | 122 | 44 | 0 | 72 | 27 | 141 | 61 | 67 |
| Binary | 1111110 | 11000100 | 1010010 | 100100 | 0 | 111010 | 10111 | 1100001 | 110001 | 110111 |
Color Harmonies of #7EC452
Complementary color
Monochromatic Colors of #7EC452
Black with #7EC452
Text Example
Text Example
White with #7EC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC452; }
p { color: rgb(126,196,82); }
H1.HeaderClassName
{
color: #7EC452;
}
.AnyTagClassName
{
color: #7EC452;
}
</style>
background-color css
<style>
a { background-color: #7EC452; }
a { background-color: rgb(126,196,82); }
div.DivClassName
{
background-color: #7EC452;
}
.BgClassName
{
background-color: #7EC452;
}
</style>
border-color css
<style>
span { border-color: #7EC452; }
span { border-color: rgb(126,196,82); }
td.TdClassName
{
border-color: #7EC452;
}
.TagClassName
{
border-color: #7EC452;
}
</style>