Shades of Mantis #7EC054
Tints of Mantis #7EC054
RGB
CMYK
RGB Variations
Color information
#7EC054 (or 0x7EC054) is known color: Mantis. HEX triplet: 7E, C0 and 54. RGB value is (126,192,84). Sum of RGB (Red+Green+Blue) = 126+192+84=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC054 is #813FAB. Grayscale: #A0A0A0. Windows color (decimal): -8470444 or 5554302. OLE color: 5554302.
HSL color Cylindrical-coordinate representation of color #7EC054: hue angle of 96.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EC054 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 84 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.25 |
| HSL | 96.67º | 0.46% | 0.54% | - |
| HSV(B) | 96.67º | 0.56% | 0.75% | - |
| XYZ | 29.05 | 42.77 | 15.11 | - |
| YUV | 159.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 84 | 0.34 | 0 | 0.56 | 0.25 | 96.67 | 0.46 | 0.54 |
| Hex | 7E | C0 | 54 | 22 | 0 | 38 | 19 | 61 | 2E | 36 |
| Octal | 176 | 300 | 124 | 42 | 0 | 70 | 31 | 141 | 56 | 66 |
| Binary | 1111110 | 11000000 | 1010100 | 100010 | 0 | 111000 | 11001 | 1100001 | 101110 | 110110 |
Color Harmonies of #7EC054
Complementary color
Monochromatic Colors of #7EC054
Black with #7EC054
Text Example
Text Example
White with #7EC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC054; }
p { color: rgb(126,192,84); }
H1.HeaderClassName
{
color: #7EC054;
}
.AnyTagClassName
{
color: #7EC054;
}
</style>
background-color css
<style>
a { background-color: #7EC054; }
a { background-color: rgb(126,192,84); }
div.DivClassName
{
background-color: #7EC054;
}
.BgClassName
{
background-color: #7EC054;
}
</style>
border-color css
<style>
span { border-color: #7EC054; }
span { border-color: rgb(126,192,84); }
td.TdClassName
{
border-color: #7EC054;
}
.TagClassName
{
border-color: #7EC054;
}
</style>