Shades of Mantis #7EBC4C
Tints of Mantis #7EBC4C
RGB
CMYK
RGB Variations
Color information
#7EBC4C (or 0x7EBC4C) is known color: Mantis. HEX triplet: 7E, BC and 4C. RGB value is (126,188,76). Sum of RGB (Red+Green+Blue) = 126+188+76=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC4C is #8143B3. Grayscale: #9D9D9D. Windows color (decimal): -8471476 or 5028990. OLE color: 5028990.
HSL color Cylindrical-coordinate representation of color #7EBC4C: hue angle of 93.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EBC4C is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 76 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.26 |
| HSL | 93.21º | 0.46% | 0.52% | - |
| HSV(B) | 93.21º | 0.6% | 0.74% | - |
| XYZ | 27.89 | 40.92 | 13.27 | - |
| YUV | 156.69 | 82.46 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 76 | 0.33 | 0 | 0.60 | 0.26 | 93.21 | 0.46 | 0.52 |
| Hex | 7E | BC | 4C | 21 | 0 | 3C | 1A | 5D | 2E | 34 |
| Octal | 176 | 274 | 114 | 41 | 0 | 74 | 32 | 135 | 56 | 64 |
| Binary | 1111110 | 10111100 | 1001100 | 100001 | 0 | 111100 | 11010 | 1011101 | 101110 | 110100 |
Color Harmonies of #7EBC4C
Complementary color
Monochromatic Colors of #7EBC4C
Black with #7EBC4C
Text Example
Text Example
White with #7EBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC4C; }
p { color: rgb(126,188,76); }
H1.HeaderClassName
{
color: #7EBC4C;
}
.AnyTagClassName
{
color: #7EBC4C;
}
</style>
background-color css
<style>
a { background-color: #7EBC4C; }
a { background-color: rgb(126,188,76); }
div.DivClassName
{
background-color: #7EBC4C;
}
.BgClassName
{
background-color: #7EBC4C;
}
</style>
border-color css
<style>
span { border-color: #7EBC4C; }
span { border-color: rgb(126,188,76); }
td.TdClassName
{
border-color: #7EBC4C;
}
.TagClassName
{
border-color: #7EBC4C;
}
</style>