Shades of Mantis #7ED84E
Tints of Mantis #7ED84E
RGB
CMYK
RGB Variations
Color information
#7ED84E (or 0x7ED84E) is known color: Mantis. HEX triplet: 7E, D8 and 4E. RGB value is (126,216,78). Sum of RGB (Red+Green+Blue) = 126+216+78=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED84E is #8127B1. Grayscale: #ADADAD. Windows color (decimal): -8464306 or 5167230. OLE color: 5167230.
HSL color Cylindrical-coordinate representation of color #7ED84E: hue angle of 99.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ED84E is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 78 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.15 |
| HSL | 99.13º | 0.64% | 0.58% | - |
| HSV(B) | 99.13º | 0.64% | 0.85% | - |
| XYZ | 34.54 | 54.1 | 15.83 | - |
| YUV | 173.36 | 74.18 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 78 | 0.42 | 0 | 0.64 | 0.15 | 99.13 | 0.64 | 0.58 |
| Hex | 7E | D8 | 4E | 2A | 0 | 40 | F | 63 | 40 | 3A |
| Octal | 176 | 330 | 116 | 52 | 0 | 100 | 17 | 143 | 100 | 72 |
| Binary | 1111110 | 11011000 | 1001110 | 101010 | 0 | 1000000 | 1111 | 1100011 | 1000000 | 111010 |
Color Harmonies of #7ED84E
Complementary color
Monochromatic Colors of #7ED84E
Black with #7ED84E
Text Example
Text Example
White with #7ED84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED84E; }
p { color: rgb(126,216,78); }
H1.HeaderClassName
{
color: #7ED84E;
}
.AnyTagClassName
{
color: #7ED84E;
}
</style>
background-color css
<style>
a { background-color: #7ED84E; }
a { background-color: rgb(126,216,78); }
div.DivClassName
{
background-color: #7ED84E;
}
.BgClassName
{
background-color: #7ED84E;
}
</style>
border-color css
<style>
span { border-color: #7ED84E; }
span { border-color: rgb(126,216,78); }
td.TdClassName
{
border-color: #7ED84E;
}
.TagClassName
{
border-color: #7ED84E;
}
</style>