Shades of Mantis #7EBA42
Tints of Mantis #7EBA42
RGB
CMYK
RGB Variations
Color information
#7EBA42 (or 0x7EBA42) is known color: Mantis. HEX triplet: 7E, BA and 42. RGB value is (126,186,66). Sum of RGB (Red+Green+Blue) = 126+186+66=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA42 is #8145BD. Grayscale: #9A9A9A. Windows color (decimal): -8471998 or 4373118. OLE color: 4373118.
HSL color Cylindrical-coordinate representation of color #7EBA42: hue angle of 90º 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 #7EBA42 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 66 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.27 |
| HSL | 90º | 0.48% | 0.49% | - |
| HSV(B) | 90º | 0.65% | 0.73% | - |
| XYZ | 27.15 | 39.95 | 11.43 | - |
| YUV | 154.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 66 | 0.32 | 0 | 0.65 | 0.27 | 90 | 0.48 | 0.49 |
| Hex | 7E | BA | 42 | 20 | 0 | 41 | 1B | 5A | 30 | 31 |
| Octal | 176 | 272 | 102 | 40 | 0 | 101 | 33 | 132 | 60 | 61 |
| Binary | 1111110 | 10111010 | 1000010 | 100000 | 0 | 1000001 | 11011 | 1011010 | 110000 | 110001 |
Color Harmonies of #7EBA42
Complementary color
Monochromatic Colors of #7EBA42
Black with #7EBA42
Text Example
Text Example
White with #7EBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA42; }
p { color: rgb(126,186,66); }
H1.HeaderClassName
{
color: #7EBA42;
}
.AnyTagClassName
{
color: #7EBA42;
}
</style>
background-color css
<style>
a { background-color: #7EBA42; }
a { background-color: rgb(126,186,66); }
div.DivClassName
{
background-color: #7EBA42;
}
.BgClassName
{
background-color: #7EBA42;
}
</style>
border-color css
<style>
span { border-color: #7EBA42; }
span { border-color: rgb(126,186,66); }
td.TdClassName
{
border-color: #7EBA42;
}
.TagClassName
{
border-color: #7EBA42;
}
</style>