Shades of Mantis #7EC14A
Tints of Mantis #7EC14A
RGB
CMYK
RGB Variations
Color information
#7EC14A (or 0x7EC14A) is known color: Mantis. HEX triplet: 7E, C1 and 4A. RGB value is (126,193,74). Sum of RGB (Red+Green+Blue) = 126+193+74=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC14A is #813EB5. Grayscale: #9F9F9F. Windows color (decimal): -8470198 or 4899198. OLE color: 4899198.
HSL color Cylindrical-coordinate representation of color #7EC14A: hue angle of 93.78º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7EC14A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 74 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.24 |
| HSL | 93.78º | 0.49% | 0.52% | - |
| HSV(B) | 93.78º | 0.62% | 0.76% | - |
| XYZ | 28.91 | 43.07 | 13.27 | - |
| YUV | 159.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 74 | 0.35 | 0 | 0.62 | 0.24 | 93.78 | 0.49 | 0.52 |
| Hex | 7E | C1 | 4A | 23 | 0 | 3E | 18 | 5E | 31 | 34 |
| Octal | 176 | 301 | 112 | 43 | 0 | 76 | 30 | 136 | 61 | 64 |
| Binary | 1111110 | 11000001 | 1001010 | 100011 | 0 | 111110 | 11000 | 1011110 | 110001 | 110100 |
Color Harmonies of #7EC14A
Complementary color
Monochromatic Colors of #7EC14A
Black with #7EC14A
Text Example
Text Example
White with #7EC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC14A; }
p { color: rgb(126,193,74); }
H1.HeaderClassName
{
color: #7EC14A;
}
.AnyTagClassName
{
color: #7EC14A;
}
</style>
background-color css
<style>
a { background-color: #7EC14A; }
a { background-color: rgb(126,193,74); }
div.DivClassName
{
background-color: #7EC14A;
}
.BgClassName
{
background-color: #7EC14A;
}
</style>
border-color css
<style>
span { border-color: #7EC14A; }
span { border-color: rgb(126,193,74); }
td.TdClassName
{
border-color: #7EC14A;
}
.TagClassName
{
border-color: #7EC14A;
}
</style>