Shades of Mantis #7EC34A
Tints of Mantis #7EC34A
RGB
CMYK
RGB Variations
Color information
#7EC34A (or 0x7EC34A) is known color: Mantis. HEX triplet: 7E, C3 and 4A. RGB value is (126,195,74). Sum of RGB (Red+Green+Blue) = 126+195+74=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC34A is #813CB5. Grayscale: #A0A0A0. Windows color (decimal): -8469686 or 4899710. OLE color: 4899710.
HSL color Cylindrical-coordinate representation of color #7EC34A: hue angle of 94.21º 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 #7EC34A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 74 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.24 |
| HSL | 94.21º | 0.5% | 0.53% | - |
| HSV(B) | 94.21º | 0.62% | 0.76% | - |
| XYZ | 29.36 | 43.96 | 13.42 | - |
| YUV | 160.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 74 | 0.35 | 0 | 0.62 | 0.24 | 94.21 | 0.5 | 0.53 |
| Hex | 7E | C3 | 4A | 23 | 0 | 3E | 18 | 5E | 32 | 35 |
| Octal | 176 | 303 | 112 | 43 | 0 | 76 | 30 | 136 | 62 | 65 |
| Binary | 1111110 | 11000011 | 1001010 | 100011 | 0 | 111110 | 11000 | 1011110 | 110010 | 110101 |
Color Harmonies of #7EC34A
Complementary color
Monochromatic Colors of #7EC34A
Black with #7EC34A
Text Example
Text Example
White with #7EC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC34A; }
p { color: rgb(126,195,74); }
H1.HeaderClassName
{
color: #7EC34A;
}
.AnyTagClassName
{
color: #7EC34A;
}
</style>
background-color css
<style>
a { background-color: #7EC34A; }
a { background-color: rgb(126,195,74); }
div.DivClassName
{
background-color: #7EC34A;
}
.BgClassName
{
background-color: #7EC34A;
}
</style>
border-color css
<style>
span { border-color: #7EC34A; }
span { border-color: rgb(126,195,74); }
td.TdClassName
{
border-color: #7EC34A;
}
.TagClassName
{
border-color: #7EC34A;
}
</style>