Shades of Mantis #7ABA57
Tints of Mantis #7ABA57
RGB
CMYK
RGB Variations
Color information
#7ABA57 (or 0x7ABA57) is known color: Mantis. HEX triplet: 7A, BA and 57. RGB value is (122,186,87). Sum of RGB (Red+Green+Blue) = 122+186+87=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA57 is #8545A8. Grayscale: #9B9B9B. Windows color (decimal): -8734121 or 5749370. OLE color: 5749370.
HSL color Cylindrical-coordinate representation of color #7ABA57: hue angle of 98.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7ABA57 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 87 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.27 |
| HSL | 98.79º | 0.42% | 0.54% | - |
| HSV(B) | 98.79º | 0.53% | 0.73% | - |
| XYZ | 27.31 | 39.94 | 15.29 | - |
| YUV | 155.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 87 | 0.34 | 0 | 0.53 | 0.27 | 98.79 | 0.42 | 0.54 |
| Hex | 7A | BA | 57 | 22 | 0 | 35 | 1B | 63 | 2A | 36 |
| Octal | 172 | 272 | 127 | 42 | 0 | 65 | 33 | 143 | 52 | 66 |
| Binary | 1111010 | 10111010 | 1010111 | 100010 | 0 | 110101 | 11011 | 1100011 | 101010 | 110110 |
Color Harmonies of #7ABA57
Complementary color
Monochromatic Colors of #7ABA57
Black with #7ABA57
Text Example
Text Example
White with #7ABA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA57; }
p { color: rgb(122,186,87); }
H1.HeaderClassName
{
color: #7ABA57;
}
.AnyTagClassName
{
color: #7ABA57;
}
</style>
background-color css
<style>
a { background-color: #7ABA57; }
a { background-color: rgb(122,186,87); }
div.DivClassName
{
background-color: #7ABA57;
}
.BgClassName
{
background-color: #7ABA57;
}
</style>
border-color css
<style>
span { border-color: #7ABA57; }
span { border-color: rgb(122,186,87); }
td.TdClassName
{
border-color: #7ABA57;
}
.TagClassName
{
border-color: #7ABA57;
}
</style>