Shades of Mantis #7EBC5F
Tints of Mantis #7EBC5F
RGB
CMYK
RGB Variations
Color information
#7EBC5F (or 0x7EBC5F) is known color: Mantis. HEX triplet: 7E, BC and 5F. RGB value is (126,188,95). Sum of RGB (Red+Green+Blue) = 126+188+95=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBC5F is #8143A0. Grayscale: #9F9F9F. Windows color (decimal): -8471457 or 6274174. OLE color: 6274174.
HSL color Cylindrical-coordinate representation of color #7EBC5F: hue angle of 100º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EBC5F is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 95 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.26 |
| HSL | 100º | 0.41% | 0.55% | - |
| HSV(B) | 100º | 0.49% | 0.74% | - |
| XYZ | 28.65 | 41.23 | 17.27 | - |
| YUV | 158.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 95 | 0.33 | 0 | 0.49 | 0.26 | 100 | 0.41 | 0.55 |
| Hex | 7E | BC | 5F | 21 | 0 | 31 | 1A | 64 | 29 | 37 |
| Octal | 176 | 274 | 137 | 41 | 0 | 61 | 32 | 144 | 51 | 67 |
| Binary | 1111110 | 10111100 | 1011111 | 100001 | 0 | 110001 | 11010 | 1100100 | 101001 | 110111 |
Color Harmonies of #7EBC5F
Complementary color
Monochromatic Colors of #7EBC5F
Black with #7EBC5F
Text Example
Text Example
White with #7EBC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC5F; }
p { color: rgb(126,188,95); }
H1.HeaderClassName
{
color: #7EBC5F;
}
.AnyTagClassName
{
color: #7EBC5F;
}
</style>
background-color css
<style>
a { background-color: #7EBC5F; }
a { background-color: rgb(126,188,95); }
div.DivClassName
{
background-color: #7EBC5F;
}
.BgClassName
{
background-color: #7EBC5F;
}
</style>
border-color css
<style>
span { border-color: #7EBC5F; }
span { border-color: rgb(126,188,95); }
td.TdClassName
{
border-color: #7EBC5F;
}
.TagClassName
{
border-color: #7EBC5F;
}
</style>