Shades of Mantis #7EB256
Tints of Mantis #7EB256
RGB
CMYK
RGB Variations
Color information
#7EB256 (or 0x7EB256) is known color: Mantis. HEX triplet: 7E, B2 and 56. RGB value is (126,178,86). Sum of RGB (Red+Green+Blue) = 126+178+86=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB256 is #814DA9. Grayscale: #989898. Windows color (decimal): -8474026 or 5681790. OLE color: 5681790.
HSL color Cylindrical-coordinate representation of color #7EB256: hue angle of 93.91º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EB256 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 178 | 86 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.30 |
| HSL | 93.91º | 0.37% | 0.52% | - |
| HSV(B) | 93.91º | 0.52% | 0.7% | - |
| XYZ | 26.2 | 36.95 | 14.55 | - |
| YUV | 151.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 178 | 86 | 0.29 | 0 | 0.52 | 0.30 | 93.91 | 0.37 | 0.52 |
| Hex | 7E | B2 | 56 | 1D | 0 | 34 | 1E | 5E | 25 | 34 |
| Octal | 176 | 262 | 126 | 35 | 0 | 64 | 36 | 136 | 45 | 64 |
| Binary | 1111110 | 10110010 | 1010110 | 11101 | 0 | 110100 | 11110 | 1011110 | 100101 | 110100 |
Color Harmonies of #7EB256
Complementary color
Monochromatic Colors of #7EB256
Black with #7EB256
Text Example
Text Example
White with #7EB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB256; }
p { color: rgb(126,178,86); }
H1.HeaderClassName
{
color: #7EB256;
}
.AnyTagClassName
{
color: #7EB256;
}
</style>
background-color css
<style>
a { background-color: #7EB256; }
a { background-color: rgb(126,178,86); }
div.DivClassName
{
background-color: #7EB256;
}
.BgClassName
{
background-color: #7EB256;
}
</style>
border-color css
<style>
span { border-color: #7EB256; }
span { border-color: rgb(126,178,86); }
td.TdClassName
{
border-color: #7EB256;
}
.TagClassName
{
border-color: #7EB256;
}
</style>