Shades of Mantis #7AB553
Tints of Mantis #7AB553
RGB
CMYK
RGB Variations
Color information
#7AB553 (or 0x7AB553) is known color: Mantis. HEX triplet: 7A, B5 and 53. RGB value is (122,181,83). Sum of RGB (Red+Green+Blue) = 122+181+83=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB553 is #854AAC. Grayscale: #989898. Windows color (decimal): -8735405 or 5485946. OLE color: 5485946.
HSL color Cylindrical-coordinate representation of color #7AB553: hue angle of 96.12º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AB553 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 83 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.29 |
| HSL | 96.12º | 0.4% | 0.52% | - |
| HSV(B) | 96.12º | 0.54% | 0.71% | - |
| XYZ | 26.11 | 37.81 | 14.11 | - |
| YUV | 152.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 83 | 0.33 | 0 | 0.54 | 0.29 | 96.12 | 0.4 | 0.52 |
| Hex | 7A | B5 | 53 | 21 | 0 | 36 | 1D | 60 | 28 | 34 |
| Octal | 172 | 265 | 123 | 41 | 0 | 66 | 35 | 140 | 50 | 64 |
| Binary | 1111010 | 10110101 | 1010011 | 100001 | 0 | 110110 | 11101 | 1100000 | 101000 | 110100 |
Color Harmonies of #7AB553
Complementary color
Monochromatic Colors of #7AB553
Black with #7AB553
Text Example
Text Example
White with #7AB553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB553; }
p { color: rgb(122,181,83); }
H1.HeaderClassName
{
color: #7AB553;
}
.AnyTagClassName
{
color: #7AB553;
}
</style>
background-color css
<style>
a { background-color: #7AB553; }
a { background-color: rgb(122,181,83); }
div.DivClassName
{
background-color: #7AB553;
}
.BgClassName
{
background-color: #7AB553;
}
</style>
border-color css
<style>
span { border-color: #7AB553; }
span { border-color: rgb(122,181,83); }
td.TdClassName
{
border-color: #7AB553;
}
.TagClassName
{
border-color: #7AB553;
}
</style>