Shades of Mantis #7EBC40
Tints of Mantis #7EBC40
RGB
CMYK
RGB Variations
Color information
#7EBC40 (or 0x7EBC40) is known color: Mantis. HEX triplet: 7E, BC and 40. RGB value is (126,188,64). Sum of RGB (Red+Green+Blue) = 126+188+64=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC40 is #8143BF. Grayscale: #9B9B9B. Windows color (decimal): -8471488 or 4242558. OLE color: 4242558.
HSL color Cylindrical-coordinate representation of color #7EBC40: hue angle of 90º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7EBC40 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 64 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.26 |
| HSL | 90º | 0.49% | 0.49% | - |
| HSV(B) | 90º | 0.66% | 0.74% | - |
| XYZ | 27.51 | 40.77 | 11.27 | - |
| YUV | 155.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 64 | 0.33 | 0 | 0.66 | 0.26 | 90 | 0.49 | 0.49 |
| Hex | 7E | BC | 40 | 21 | 0 | 42 | 1A | 5A | 31 | 31 |
| Octal | 176 | 274 | 100 | 41 | 0 | 102 | 32 | 132 | 61 | 61 |
| Binary | 1111110 | 10111100 | 1000000 | 100001 | 0 | 1000010 | 11010 | 1011010 | 110001 | 110001 |
Color Harmonies of #7EBC40
Complementary color
Monochromatic Colors of #7EBC40
Black with #7EBC40
Text Example
Text Example
White with #7EBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC40; }
p { color: rgb(126,188,64); }
H1.HeaderClassName
{
color: #7EBC40;
}
.AnyTagClassName
{
color: #7EBC40;
}
</style>
background-color css
<style>
a { background-color: #7EBC40; }
a { background-color: rgb(126,188,64); }
div.DivClassName
{
background-color: #7EBC40;
}
.BgClassName
{
background-color: #7EBC40;
}
</style>
border-color css
<style>
span { border-color: #7EBC40; }
span { border-color: rgb(126,188,64); }
td.TdClassName
{
border-color: #7EBC40;
}
.TagClassName
{
border-color: #7EBC40;
}
</style>