Shades of Mantis #7EBA41
Tints of Mantis #7EBA41
RGB
CMYK
RGB Variations
Color information
#7EBA41 (or 0x7EBA41) is known color: Mantis. HEX triplet: 7E, BA and 41. RGB value is (126,186,65). Sum of RGB (Red+Green+Blue) = 126+186+65=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA41 is #8145BE. Grayscale: #9A9A9A. Windows color (decimal): -8471999 or 4307582. OLE color: 4307582.
HSL color Cylindrical-coordinate representation of color #7EBA41: hue angle of 89.75º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EBA41 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 65 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.27 |
| HSL | 89.75º | 0.48% | 0.49% | - |
| HSV(B) | 89.75º | 0.65% | 0.73% | - |
| XYZ | 27.12 | 39.94 | 11.28 | - |
| YUV | 154.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 65 | 0.32 | 0 | 0.65 | 0.27 | 89.75 | 0.48 | 0.49 |
| Hex | 7E | BA | 41 | 20 | 0 | 41 | 1B | 5A | 30 | 31 |
| Octal | 176 | 272 | 101 | 40 | 0 | 101 | 33 | 132 | 60 | 61 |
| Binary | 1111110 | 10111010 | 1000001 | 100000 | 0 | 1000001 | 11011 | 1011010 | 110000 | 110001 |
Color Harmonies of #7EBA41
Complementary color
Monochromatic Colors of #7EBA41
Black with #7EBA41
Text Example
Text Example
White with #7EBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA41; }
p { color: rgb(126,186,65); }
H1.HeaderClassName
{
color: #7EBA41;
}
.AnyTagClassName
{
color: #7EBA41;
}
</style>
background-color css
<style>
a { background-color: #7EBA41; }
a { background-color: rgb(126,186,65); }
div.DivClassName
{
background-color: #7EBA41;
}
.BgClassName
{
background-color: #7EBA41;
}
</style>
border-color css
<style>
span { border-color: #7EBA41; }
span { border-color: rgb(126,186,65); }
td.TdClassName
{
border-color: #7EBA41;
}
.TagClassName
{
border-color: #7EBA41;
}
</style>