Shades of Mantis #7ABA50
Tints of Mantis #7ABA50
RGB
CMYK
RGB Variations
Color information
#7ABA50 (or 0x7ABA50) is known color: Mantis. HEX triplet: 7A, BA and 50. RGB value is (122,186,80). Sum of RGB (Red+Green+Blue) = 122+186+80=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA50 is #8545AF. Grayscale: #9B9B9B. Windows color (decimal): -8734128 or 5290618. OLE color: 5290618.
HSL color Cylindrical-coordinate representation of color #7ABA50: hue angle of 96.23º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7ABA50 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 80 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.27 |
| HSL | 96.23º | 0.43% | 0.52% | - |
| HSV(B) | 96.23º | 0.57% | 0.73% | - |
| XYZ | 27.03 | 39.83 | 13.85 | - |
| YUV | 154.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 80 | 0.34 | 0 | 0.57 | 0.27 | 96.23 | 0.43 | 0.52 |
| Hex | 7A | BA | 50 | 22 | 0 | 39 | 1B | 60 | 2B | 34 |
| Octal | 172 | 272 | 120 | 42 | 0 | 71 | 33 | 140 | 53 | 64 |
| Binary | 1111010 | 10111010 | 1010000 | 100010 | 0 | 111001 | 11011 | 1100000 | 101011 | 110100 |
Color Harmonies of #7ABA50
Complementary color
Monochromatic Colors of #7ABA50
Black with #7ABA50
Text Example
Text Example
White with #7ABA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA50; }
p { color: rgb(122,186,80); }
H1.HeaderClassName
{
color: #7ABA50;
}
.AnyTagClassName
{
color: #7ABA50;
}
</style>
background-color css
<style>
a { background-color: #7ABA50; }
a { background-color: rgb(122,186,80); }
div.DivClassName
{
background-color: #7ABA50;
}
.BgClassName
{
background-color: #7ABA50;
}
</style>
border-color css
<style>
span { border-color: #7ABA50; }
span { border-color: rgb(122,186,80); }
td.TdClassName
{
border-color: #7ABA50;
}
.TagClassName
{
border-color: #7ABA50;
}
</style>