Shades of Mantis #7EC04D
Tints of Mantis #7EC04D
RGB
CMYK
RGB Variations
Color information
#7EC04D (or 0x7EC04D) is known color: Mantis. HEX triplet: 7E, C0 and 4D. RGB value is (126,192,77). Sum of RGB (Red+Green+Blue) = 126+192+77=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC04D is #813FB2. Grayscale: #9F9F9F. Windows color (decimal): -8470451 or 5095550. OLE color: 5095550.
HSL color Cylindrical-coordinate representation of color #7EC04D: hue angle of 94.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EC04D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 77 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.25 |
| HSL | 94.43º | 0.48% | 0.53% | - |
| HSV(B) | 94.43º | 0.6% | 0.75% | - |
| XYZ | 28.79 | 42.67 | 13.74 | - |
| YUV | 159.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 77 | 0.34 | 0 | 0.60 | 0.25 | 94.43 | 0.48 | 0.53 |
| Hex | 7E | C0 | 4D | 22 | 0 | 3C | 19 | 5E | 30 | 35 |
| Octal | 176 | 300 | 115 | 42 | 0 | 74 | 31 | 136 | 60 | 65 |
| Binary | 1111110 | 11000000 | 1001101 | 100010 | 0 | 111100 | 11001 | 1011110 | 110000 | 110101 |
Color Harmonies of #7EC04D
Complementary color
Monochromatic Colors of #7EC04D
Black with #7EC04D
Text Example
Text Example
White with #7EC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC04D; }
p { color: rgb(126,192,77); }
H1.HeaderClassName
{
color: #7EC04D;
}
.AnyTagClassName
{
color: #7EC04D;
}
</style>
background-color css
<style>
a { background-color: #7EC04D; }
a { background-color: rgb(126,192,77); }
div.DivClassName
{
background-color: #7EC04D;
}
.BgClassName
{
background-color: #7EC04D;
}
</style>
border-color css
<style>
span { border-color: #7EC04D; }
span { border-color: rgb(126,192,77); }
td.TdClassName
{
border-color: #7EC04D;
}
.TagClassName
{
border-color: #7EC04D;
}
</style>