Shades of Mantis #7EB74C
Tints of Mantis #7EB74C
RGB
CMYK
RGB Variations
Color information
#7EB74C (or 0x7EB74C) is known color: Mantis. HEX triplet: 7E, B7 and 4C. RGB value is (126,183,76). Sum of RGB (Red+Green+Blue) = 126+183+76=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB74C is #8148B3. Grayscale: #9A9A9A. Windows color (decimal): -8472756 or 5027710. OLE color: 5027710.
HSL color Cylindrical-coordinate representation of color #7EB74C: hue angle of 91.96º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EB74C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 183 | 76 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.28 |
| HSL | 91.96º | 0.43% | 0.51% | - |
| HSV(B) | 91.96º | 0.58% | 0.72% | - |
| XYZ | 26.84 | 38.82 | 12.92 | - |
| YUV | 153.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 183 | 76 | 0.31 | 0 | 0.58 | 0.28 | 91.96 | 0.43 | 0.51 |
| Hex | 7E | B7 | 4C | 1F | 0 | 3A | 1C | 5C | 2B | 33 |
| Octal | 176 | 267 | 114 | 37 | 0 | 72 | 34 | 134 | 53 | 63 |
| Binary | 1111110 | 10110111 | 1001100 | 11111 | 0 | 111010 | 11100 | 1011100 | 101011 | 110011 |
Color Harmonies of #7EB74C
Complementary color
Monochromatic Colors of #7EB74C
Black with #7EB74C
Text Example
Text Example
White with #7EB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB74C; }
p { color: rgb(126,183,76); }
H1.HeaderClassName
{
color: #7EB74C;
}
.AnyTagClassName
{
color: #7EB74C;
}
</style>
background-color css
<style>
a { background-color: #7EB74C; }
a { background-color: rgb(126,183,76); }
div.DivClassName
{
background-color: #7EB74C;
}
.BgClassName
{
background-color: #7EB74C;
}
</style>
border-color css
<style>
span { border-color: #7EB74C; }
span { border-color: rgb(126,183,76); }
td.TdClassName
{
border-color: #7EB74C;
}
.TagClassName
{
border-color: #7EB74C;
}
</style>