Shades of Mantis #7EBB4E
Tints of Mantis #7EBB4E
RGB
CMYK
RGB Variations
Color information
#7EBB4E (or 0x7EBB4E) is known color: Mantis. HEX triplet: 7E, BB and 4E. RGB value is (126,187,78). Sum of RGB (Red+Green+Blue) = 126+187+78=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBB4E is #8144B1. Grayscale: #9C9C9C. Windows color (decimal): -8471730 or 5159806. OLE color: 5159806.
HSL color Cylindrical-coordinate representation of color #7EBB4E: hue angle of 93.58º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EBB4E is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 78 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.27 |
| HSL | 93.58º | 0.44% | 0.52% | - |
| HSV(B) | 93.58º | 0.58% | 0.73% | - |
| XYZ | 27.75 | 40.53 | 13.57 | - |
| YUV | 156.34 | 83.79 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 78 | 0.33 | 0 | 0.58 | 0.27 | 93.58 | 0.44 | 0.52 |
| Hex | 7E | BB | 4E | 21 | 0 | 3A | 1B | 5E | 2C | 34 |
| Octal | 176 | 273 | 116 | 41 | 0 | 72 | 33 | 136 | 54 | 64 |
| Binary | 1111110 | 10111011 | 1001110 | 100001 | 0 | 111010 | 11011 | 1011110 | 101100 | 110100 |
Color Harmonies of #7EBB4E
Complementary color
Monochromatic Colors of #7EBB4E
Black with #7EBB4E
Text Example
Text Example
White with #7EBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB4E; }
p { color: rgb(126,187,78); }
H1.HeaderClassName
{
color: #7EBB4E;
}
.AnyTagClassName
{
color: #7EBB4E;
}
</style>
background-color css
<style>
a { background-color: #7EBB4E; }
a { background-color: rgb(126,187,78); }
div.DivClassName
{
background-color: #7EBB4E;
}
.BgClassName
{
background-color: #7EBB4E;
}
</style>
border-color css
<style>
span { border-color: #7EBB4E; }
span { border-color: rgb(126,187,78); }
td.TdClassName
{
border-color: #7EBB4E;
}
.TagClassName
{
border-color: #7EBB4E;
}
</style>