Shades of Mantis #7ABA51
Tints of Mantis #7ABA51
RGB
CMYK
RGB Variations
Color information
#7ABA51 (or 0x7ABA51) is known color: Mantis. HEX triplet: 7A, BA and 51. RGB value is (122,186,81). Sum of RGB (Red+Green+Blue) = 122+186+81=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA51 is #8545AE. Grayscale: #9B9B9B. Windows color (decimal): -8734127 or 5356154. OLE color: 5356154.
HSL color Cylindrical-coordinate representation of color #7ABA51: hue angle of 96.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7ABA51 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 81 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.27 |
| HSL | 96.57º | 0.43% | 0.52% | - |
| HSV(B) | 96.57º | 0.56% | 0.73% | - |
| XYZ | 27.07 | 39.85 | 14.05 | - |
| YUV | 154.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 81 | 0.34 | 0 | 0.56 | 0.27 | 96.57 | 0.43 | 0.52 |
| Hex | 7A | BA | 51 | 22 | 0 | 38 | 1B | 61 | 2B | 34 |
| Octal | 172 | 272 | 121 | 42 | 0 | 70 | 33 | 141 | 53 | 64 |
| Binary | 1111010 | 10111010 | 1010001 | 100010 | 0 | 111000 | 11011 | 1100001 | 101011 | 110100 |
Color Harmonies of #7ABA51
Complementary color
Monochromatic Colors of #7ABA51
Black with #7ABA51
Text Example
Text Example
White with #7ABA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA51; }
p { color: rgb(122,186,81); }
H1.HeaderClassName
{
color: #7ABA51;
}
.AnyTagClassName
{
color: #7ABA51;
}
</style>
background-color css
<style>
a { background-color: #7ABA51; }
a { background-color: rgb(122,186,81); }
div.DivClassName
{
background-color: #7ABA51;
}
.BgClassName
{
background-color: #7ABA51;
}
</style>
border-color css
<style>
span { border-color: #7ABA51; }
span { border-color: rgb(122,186,81); }
td.TdClassName
{
border-color: #7ABA51;
}
.TagClassName
{
border-color: #7ABA51;
}
</style>