Shades of Mantis #7EBE56
Tints of Mantis #7EBE56
RGB
CMYK
RGB Variations
Color information
#7EBE56 (or 0x7EBE56) is known color: Mantis. HEX triplet: 7E, BE and 56. RGB value is (126,190,86). Sum of RGB (Red+Green+Blue) = 126+190+86=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBE56 is #8141A9. Grayscale: #9F9F9F. Windows color (decimal): -8470954 or 5684862. OLE color: 5684862.
HSL color Cylindrical-coordinate representation of color #7EBE56: hue angle of 96.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7EBE56 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 86 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.25 |
| HSL | 96.92º | 0.44% | 0.54% | - |
| HSV(B) | 96.92º | 0.55% | 0.75% | - |
| XYZ | 28.7 | 41.93 | 15.39 | - |
| YUV | 159.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 86 | 0.34 | 0 | 0.55 | 0.25 | 96.92 | 0.44 | 0.54 |
| Hex | 7E | BE | 56 | 22 | 0 | 37 | 19 | 61 | 2C | 36 |
| Octal | 176 | 276 | 126 | 42 | 0 | 67 | 31 | 141 | 54 | 66 |
| Binary | 1111110 | 10111110 | 1010110 | 100010 | 0 | 110111 | 11001 | 1100001 | 101100 | 110110 |
Color Harmonies of #7EBE56
Complementary color
Monochromatic Colors of #7EBE56
Black with #7EBE56
Text Example
Text Example
White with #7EBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE56; }
p { color: rgb(126,190,86); }
H1.HeaderClassName
{
color: #7EBE56;
}
.AnyTagClassName
{
color: #7EBE56;
}
</style>
background-color css
<style>
a { background-color: #7EBE56; }
a { background-color: rgb(126,190,86); }
div.DivClassName
{
background-color: #7EBE56;
}
.BgClassName
{
background-color: #7EBE56;
}
</style>
border-color css
<style>
span { border-color: #7EBE56; }
span { border-color: rgb(126,190,86); }
td.TdClassName
{
border-color: #7EBE56;
}
.TagClassName
{
border-color: #7EBE56;
}
</style>