Shades of Mantis #7ED14A
Tints of Mantis #7ED14A
RGB
CMYK
RGB Variations
Color information
#7ED14A (or 0x7ED14A) is known color: Mantis. HEX triplet: 7E, D1 and 4A. RGB value is (126,209,74). Sum of RGB (Red+Green+Blue) = 126+209+74=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED14A is #812EB5. Grayscale: #A9A9A9. Windows color (decimal): -8466102 or 4903294. OLE color: 4903294.
HSL color Cylindrical-coordinate representation of color #7ED14A: hue angle of 96.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ED14A is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 74 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.18 |
| HSL | 96.89º | 0.59% | 0.55% | - |
| HSV(B) | 96.89º | 0.65% | 0.82% | - |
| XYZ | 32.64 | 50.53 | 14.51 | - |
| YUV | 168.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 74 | 0.40 | 0 | 0.65 | 0.18 | 96.89 | 0.59 | 0.55 |
| Hex | 7E | D1 | 4A | 28 | 0 | 41 | 12 | 61 | 3B | 37 |
| Octal | 176 | 321 | 112 | 50 | 0 | 101 | 22 | 141 | 73 | 67 |
| Binary | 1111110 | 11010001 | 1001010 | 101000 | 0 | 1000001 | 10010 | 1100001 | 111011 | 110111 |
Color Harmonies of #7ED14A
Complementary color
Monochromatic Colors of #7ED14A
Black with #7ED14A
Text Example
Text Example
White with #7ED14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED14A; }
p { color: rgb(126,209,74); }
H1.HeaderClassName
{
color: #7ED14A;
}
.AnyTagClassName
{
color: #7ED14A;
}
</style>
background-color css
<style>
a { background-color: #7ED14A; }
a { background-color: rgb(126,209,74); }
div.DivClassName
{
background-color: #7ED14A;
}
.BgClassName
{
background-color: #7ED14A;
}
</style>
border-color css
<style>
span { border-color: #7ED14A; }
span { border-color: rgb(126,209,74); }
td.TdClassName
{
border-color: #7ED14A;
}
.TagClassName
{
border-color: #7ED14A;
}
</style>