Shades of Mantis #7ED84D
Tints of Mantis #7ED84D
RGB
CMYK
RGB Variations
Color information
#7ED84D (or 0x7ED84D) is known color: Mantis. HEX triplet: 7E, D8 and 4D. RGB value is (126,216,77). Sum of RGB (Red+Green+Blue) = 126+216+77=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED84D is #8127B2. Grayscale: #ADADAD. Windows color (decimal): -8464307 or 5101694. OLE color: 5101694.
HSL color Cylindrical-coordinate representation of color #7ED84D: hue angle of 98.85º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ED84D is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 77 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.15 |
| HSL | 98.85º | 0.64% | 0.57% | - |
| HSV(B) | 98.85º | 0.64% | 0.85% | - |
| XYZ | 34.5 | 54.08 | 15.64 | - |
| YUV | 173.24 | 73.68 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 77 | 0.42 | 0 | 0.64 | 0.15 | 98.85 | 0.64 | 0.57 |
| Hex | 7E | D8 | 4D | 2A | 0 | 40 | F | 63 | 40 | 39 |
| Octal | 176 | 330 | 115 | 52 | 0 | 100 | 17 | 143 | 100 | 71 |
| Binary | 1111110 | 11011000 | 1001101 | 101010 | 0 | 1000000 | 1111 | 1100011 | 1000000 | 111001 |
Color Harmonies of #7ED84D
Complementary color
Monochromatic Colors of #7ED84D
Black with #7ED84D
Text Example
Text Example
White with #7ED84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED84D; }
p { color: rgb(126,216,77); }
H1.HeaderClassName
{
color: #7ED84D;
}
.AnyTagClassName
{
color: #7ED84D;
}
</style>
background-color css
<style>
a { background-color: #7ED84D; }
a { background-color: rgb(126,216,77); }
div.DivClassName
{
background-color: #7ED84D;
}
.BgClassName
{
background-color: #7ED84D;
}
</style>
border-color css
<style>
span { border-color: #7ED84D; }
span { border-color: rgb(126,216,77); }
td.TdClassName
{
border-color: #7ED84D;
}
.TagClassName
{
border-color: #7ED84D;
}
</style>