Shades of Mantis #7EBA55
Tints of Mantis #7EBA55
RGB
CMYK
RGB Variations
Color information
#7EBA55 (or 0x7EBA55) is known color: Mantis. HEX triplet: 7E, BA and 55. RGB value is (126,186,85). Sum of RGB (Red+Green+Blue) = 126+186+85=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBA55 is #8145AA. Grayscale: #9C9C9C. Windows color (decimal): -8471979 or 5618302. OLE color: 5618302.
HSL color Cylindrical-coordinate representation of color #7EBA55: hue angle of 95.64º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EBA55 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 85 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.27 |
| HSL | 95.64º | 0.42% | 0.53% | - |
| HSV(B) | 95.64º | 0.54% | 0.73% | - |
| XYZ | 27.8 | 40.21 | 14.89 | - |
| YUV | 156.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 85 | 0.32 | 0 | 0.54 | 0.27 | 95.64 | 0.42 | 0.53 |
| Hex | 7E | BA | 55 | 20 | 0 | 36 | 1B | 60 | 2A | 35 |
| Octal | 176 | 272 | 125 | 40 | 0 | 66 | 33 | 140 | 52 | 65 |
| Binary | 1111110 | 10111010 | 1010101 | 100000 | 0 | 110110 | 11011 | 1100000 | 101010 | 110101 |
Color Harmonies of #7EBA55
Complementary color
Monochromatic Colors of #7EBA55
Black with #7EBA55
Text Example
Text Example
White with #7EBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA55; }
p { color: rgb(126,186,85); }
H1.HeaderClassName
{
color: #7EBA55;
}
.AnyTagClassName
{
color: #7EBA55;
}
</style>
background-color css
<style>
a { background-color: #7EBA55; }
a { background-color: rgb(126,186,85); }
div.DivClassName
{
background-color: #7EBA55;
}
.BgClassName
{
background-color: #7EBA55;
}
</style>
border-color css
<style>
span { border-color: #7EBA55; }
span { border-color: rgb(126,186,85); }
td.TdClassName
{
border-color: #7EBA55;
}
.TagClassName
{
border-color: #7EBA55;
}
</style>