Shades of Mantis #7ABA55
Tints of Mantis #7ABA55
RGB
CMYK
RGB Variations
Color information
#7ABA55 (or 0x7ABA55) is known color: Mantis. HEX triplet: 7A, BA and 55. RGB value is (122,186,85). Sum of RGB (Red+Green+Blue) = 122+186+85=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA55 is #8545AA. Grayscale: #9B9B9B. Windows color (decimal): -8734123 or 5618298. OLE color: 5618298.
HSL color Cylindrical-coordinate representation of color #7ABA55: hue angle of 98.02º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7ABA55 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 85 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.27 |
| HSL | 98.02º | 0.42% | 0.53% | - |
| HSV(B) | 98.02º | 0.54% | 0.73% | - |
| XYZ | 27.22 | 39.91 | 14.86 | - |
| YUV | 155.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 85 | 0.34 | 0 | 0.54 | 0.27 | 98.02 | 0.42 | 0.53 |
| Hex | 7A | BA | 55 | 22 | 0 | 36 | 1B | 62 | 2A | 35 |
| Octal | 172 | 272 | 125 | 42 | 0 | 66 | 33 | 142 | 52 | 65 |
| Binary | 1111010 | 10111010 | 1010101 | 100010 | 0 | 110110 | 11011 | 1100010 | 101010 | 110101 |
Color Harmonies of #7ABA55
Complementary color
Monochromatic Colors of #7ABA55
Black with #7ABA55
Text Example
Text Example
White with #7ABA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA55; }
p { color: rgb(122,186,85); }
H1.HeaderClassName
{
color: #7ABA55;
}
.AnyTagClassName
{
color: #7ABA55;
}
</style>
background-color css
<style>
a { background-color: #7ABA55; }
a { background-color: rgb(122,186,85); }
div.DivClassName
{
background-color: #7ABA55;
}
.BgClassName
{
background-color: #7ABA55;
}
</style>
border-color css
<style>
span { border-color: #7ABA55; }
span { border-color: rgb(122,186,85); }
td.TdClassName
{
border-color: #7ABA55;
}
.TagClassName
{
border-color: #7ABA55;
}
</style>