Shades of Mantis #7EBE4E
Tints of Mantis #7EBE4E
RGB
CMYK
RGB Variations
Color information
#7EBE4E (or 0x7EBE4E) is known color: Mantis. HEX triplet: 7E, BE and 4E. RGB value is (126,190,78). Sum of RGB (Red+Green+Blue) = 126+190+78=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBE4E is #8141B1. Grayscale: #9E9E9E. Windows color (decimal): -8470962 or 5160574. OLE color: 5160574.
HSL color Cylindrical-coordinate representation of color #7EBE4E: hue angle of 94.29º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7EBE4E is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 78 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.25 |
| HSL | 94.29º | 0.46% | 0.53% | - |
| HSV(B) | 94.29º | 0.59% | 0.75% | - |
| XYZ | 28.39 | 41.81 | 13.78 | - |
| YUV | 158.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 78 | 0.34 | 0 | 0.59 | 0.25 | 94.29 | 0.46 | 0.53 |
| Hex | 7E | BE | 4E | 22 | 0 | 3B | 19 | 5E | 2E | 35 |
| Octal | 176 | 276 | 116 | 42 | 0 | 73 | 31 | 136 | 56 | 65 |
| Binary | 1111110 | 10111110 | 1001110 | 100010 | 0 | 111011 | 11001 | 1011110 | 101110 | 110101 |
Color Harmonies of #7EBE4E
Complementary color
Monochromatic Colors of #7EBE4E
Black with #7EBE4E
Text Example
Text Example
White with #7EBE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE4E; }
p { color: rgb(126,190,78); }
H1.HeaderClassName
{
color: #7EBE4E;
}
.AnyTagClassName
{
color: #7EBE4E;
}
</style>
background-color css
<style>
a { background-color: #7EBE4E; }
a { background-color: rgb(126,190,78); }
div.DivClassName
{
background-color: #7EBE4E;
}
.BgClassName
{
background-color: #7EBE4E;
}
</style>
border-color css
<style>
span { border-color: #7EBE4E; }
span { border-color: rgb(126,190,78); }
td.TdClassName
{
border-color: #7EBE4E;
}
.TagClassName
{
border-color: #7EBE4E;
}
</style>