Shades of Mantis #7EC24A
Tints of Mantis #7EC24A
RGB
CMYK
RGB Variations
Color information
#7EC24A (or 0x7EC24A) is known color: Mantis. HEX triplet: 7E, C2 and 4A. RGB value is (126,194,74). Sum of RGB (Red+Green+Blue) = 126+194+74=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC24A is #813DB5. Grayscale: #A0A0A0. Windows color (decimal): -8469942 or 4899454. OLE color: 4899454.
HSL color Cylindrical-coordinate representation of color #7EC24A: hue angle of 94º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7EC24A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 74 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.24 |
| HSL | 94º | 0.5% | 0.53% | - |
| HSV(B) | 94º | 0.62% | 0.76% | - |
| XYZ | 29.13 | 43.51 | 13.34 | - |
| YUV | 159.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 74 | 0.35 | 0 | 0.62 | 0.24 | 94 | 0.5 | 0.53 |
| Hex | 7E | C2 | 4A | 23 | 0 | 3E | 18 | 5E | 32 | 35 |
| Octal | 176 | 302 | 112 | 43 | 0 | 76 | 30 | 136 | 62 | 65 |
| Binary | 1111110 | 11000010 | 1001010 | 100011 | 0 | 111110 | 11000 | 1011110 | 110010 | 110101 |
Color Harmonies of #7EC24A
Complementary color
Monochromatic Colors of #7EC24A
Black with #7EC24A
Text Example
Text Example
White with #7EC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC24A; }
p { color: rgb(126,194,74); }
H1.HeaderClassName
{
color: #7EC24A;
}
.AnyTagClassName
{
color: #7EC24A;
}
</style>
background-color css
<style>
a { background-color: #7EC24A; }
a { background-color: rgb(126,194,74); }
div.DivClassName
{
background-color: #7EC24A;
}
.BgClassName
{
background-color: #7EC24A;
}
</style>
border-color css
<style>
span { border-color: #7EC24A; }
span { border-color: rgb(126,194,74); }
td.TdClassName
{
border-color: #7EC24A;
}
.TagClassName
{
border-color: #7EC24A;
}
</style>