Shades of Mantis #7EBC56
Tints of Mantis #7EBC56
RGB
CMYK
RGB Variations
Color information
#7EBC56 (or 0x7EBC56) is known color: Mantis. HEX triplet: 7E, BC and 56. RGB value is (126,188,86). Sum of RGB (Red+Green+Blue) = 126+188+86=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBC56 is #8143A9. Grayscale: #9E9E9E. Windows color (decimal): -8471466 or 5684350. OLE color: 5684350.
HSL color Cylindrical-coordinate representation of color #7EBC56: hue angle of 96.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EBC56 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 86 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.26 |
| HSL | 96.47º | 0.43% | 0.54% | - |
| HSV(B) | 96.47º | 0.54% | 0.74% | - |
| XYZ | 28.27 | 41.07 | 15.24 | - |
| YUV | 157.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 86 | 0.33 | 0 | 0.54 | 0.26 | 96.47 | 0.43 | 0.54 |
| Hex | 7E | BC | 56 | 21 | 0 | 36 | 1A | 60 | 2B | 36 |
| Octal | 176 | 274 | 126 | 41 | 0 | 66 | 32 | 140 | 53 | 66 |
| Binary | 1111110 | 10111100 | 1010110 | 100001 | 0 | 110110 | 11010 | 1100000 | 101011 | 110110 |
Color Harmonies of #7EBC56
Complementary color
Monochromatic Colors of #7EBC56
Black with #7EBC56
Text Example
Text Example
White with #7EBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC56; }
p { color: rgb(126,188,86); }
H1.HeaderClassName
{
color: #7EBC56;
}
.AnyTagClassName
{
color: #7EBC56;
}
</style>
background-color css
<style>
a { background-color: #7EBC56; }
a { background-color: rgb(126,188,86); }
div.DivClassName
{
background-color: #7EBC56;
}
.BgClassName
{
background-color: #7EBC56;
}
</style>
border-color css
<style>
span { border-color: #7EBC56; }
span { border-color: rgb(126,188,86); }
td.TdClassName
{
border-color: #7EBC56;
}
.TagClassName
{
border-color: #7EBC56;
}
</style>