Shades of Mantis #7ABC4E
Tints of Mantis #7ABC4E
RGB
CMYK
RGB Variations
Color information
#7ABC4E (or 0x7ABC4E) is known color: Mantis. HEX triplet: 7A, BC and 4E. RGB value is (122,188,78). Sum of RGB (Red+Green+Blue) = 122+188+78=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABC4E is #8543B1. Grayscale: #9C9C9C. Windows color (decimal): -8733618 or 5160058. OLE color: 5160058.
HSL color Cylindrical-coordinate representation of color #7ABC4E: hue angle of 96º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7ABC4E is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 78 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.26 |
| HSL | 96º | 0.45% | 0.52% | - |
| HSV(B) | 96º | 0.59% | 0.74% | - |
| XYZ | 27.38 | 40.65 | 13.61 | - |
| YUV | 155.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 78 | 0.35 | 0 | 0.59 | 0.26 | 96 | 0.45 | 0.52 |
| Hex | 7A | BC | 4E | 23 | 0 | 3B | 1A | 60 | 2D | 34 |
| Octal | 172 | 274 | 116 | 43 | 0 | 73 | 32 | 140 | 55 | 64 |
| Binary | 1111010 | 10111100 | 1001110 | 100011 | 0 | 111011 | 11010 | 1100000 | 101101 | 110100 |
Color Harmonies of #7ABC4E
Complementary color
Monochromatic Colors of #7ABC4E
Black with #7ABC4E
Text Example
Text Example
White with #7ABC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC4E; }
p { color: rgb(122,188,78); }
H1.HeaderClassName
{
color: #7ABC4E;
}
.AnyTagClassName
{
color: #7ABC4E;
}
</style>
background-color css
<style>
a { background-color: #7ABC4E; }
a { background-color: rgb(122,188,78); }
div.DivClassName
{
background-color: #7ABC4E;
}
.BgClassName
{
background-color: #7ABC4E;
}
</style>
border-color css
<style>
span { border-color: #7ABC4E; }
span { border-color: rgb(122,188,78); }
td.TdClassName
{
border-color: #7ABC4E;
}
.TagClassName
{
border-color: #7ABC4E;
}
</style>