Shades of Mantis #7EB84D
Tints of Mantis #7EB84D
RGB
CMYK
RGB Variations
Color information
#7EB84D (or 0x7EB84D) is known color: Mantis. HEX triplet: 7E, B8 and 4D. RGB value is (126,184,77). Sum of RGB (Red+Green+Blue) = 126+184+77=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB84D is #8147B2. Grayscale: #9A9A9A. Windows color (decimal): -8472499 or 5093502. OLE color: 5093502.
HSL color Cylindrical-coordinate representation of color #7EB84D: hue angle of 92.52º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EB84D is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 184 | 77 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.28 |
| HSL | 92.52º | 0.43% | 0.51% | - |
| HSV(B) | 92.52º | 0.58% | 0.72% | - |
| XYZ | 27.08 | 39.25 | 13.17 | - |
| YUV | 154.46 | 84.28 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 77 | 0.32 | 0 | 0.58 | 0.28 | 92.52 | 0.43 | 0.51 |
| Hex | 7E | B8 | 4D | 20 | 0 | 3A | 1C | 5D | 2B | 33 |
| Octal | 176 | 270 | 115 | 40 | 0 | 72 | 34 | 135 | 53 | 63 |
| Binary | 1111110 | 10111000 | 1001101 | 100000 | 0 | 111010 | 11100 | 1011101 | 101011 | 110011 |
Color Harmonies of #7EB84D
Complementary color
Monochromatic Colors of #7EB84D
Black with #7EB84D
Text Example
Text Example
White with #7EB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB84D; }
p { color: rgb(126,184,77); }
H1.HeaderClassName
{
color: #7EB84D;
}
.AnyTagClassName
{
color: #7EB84D;
}
</style>
background-color css
<style>
a { background-color: #7EB84D; }
a { background-color: rgb(126,184,77); }
div.DivClassName
{
background-color: #7EB84D;
}
.BgClassName
{
background-color: #7EB84D;
}
</style>
border-color css
<style>
span { border-color: #7EB84D; }
span { border-color: rgb(126,184,77); }
td.TdClassName
{
border-color: #7EB84D;
}
.TagClassName
{
border-color: #7EB84D;
}
</style>