Shades of Mantis #7ED94D
Tints of Mantis #7ED94D
RGB
CMYK
RGB Variations
Color information
#7ED94D (or 0x7ED94D) is known color: Mantis. HEX triplet: 7E, D9 and 4D. RGB value is (126,217,77). Sum of RGB (Red+Green+Blue) = 126+217+77=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED94D is #8126B2. Grayscale: #AEAEAE. Windows color (decimal): -8464051 or 5101950. OLE color: 5101950.
HSL color Cylindrical-coordinate representation of color #7ED94D: hue angle of 99º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ED94D is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 77 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.15 |
| HSL | 99º | 0.65% | 0.58% | - |
| HSV(B) | 99º | 0.65% | 0.85% | - |
| XYZ | 34.76 | 54.6 | 15.73 | - |
| YUV | 173.83 | 73.35 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 77 | 0.42 | 0 | 0.65 | 0.15 | 99 | 0.65 | 0.58 |
| Hex | 7E | D9 | 4D | 2A | 0 | 41 | F | 63 | 41 | 3A |
| Octal | 176 | 331 | 115 | 52 | 0 | 101 | 17 | 143 | 101 | 72 |
| Binary | 1111110 | 11011001 | 1001101 | 101010 | 0 | 1000001 | 1111 | 1100011 | 1000001 | 111010 |
Color Harmonies of #7ED94D
Complementary color
Monochromatic Colors of #7ED94D
Black with #7ED94D
Text Example
Text Example
White with #7ED94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED94D; }
p { color: rgb(126,217,77); }
H1.HeaderClassName
{
color: #7ED94D;
}
.AnyTagClassName
{
color: #7ED94D;
}
</style>
background-color css
<style>
a { background-color: #7ED94D; }
a { background-color: rgb(126,217,77); }
div.DivClassName
{
background-color: #7ED94D;
}
.BgClassName
{
background-color: #7ED94D;
}
</style>
border-color css
<style>
span { border-color: #7ED94D; }
span { border-color: rgb(126,217,77); }
td.TdClassName
{
border-color: #7ED94D;
}
.TagClassName
{
border-color: #7ED94D;
}
</style>