Shades of Mantis #7AB54D
Tints of Mantis #7AB54D
RGB
CMYK
RGB Variations
Color information
#7AB54D (or 0x7AB54D) is known color: Mantis. HEX triplet: 7A, B5 and 4D. RGB value is (122,181,77). Sum of RGB (Red+Green+Blue) = 122+181+77=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB54D is #854AB2. Grayscale: #979797. Windows color (decimal): -8735411 or 5092730. OLE color: 5092730.
HSL color Cylindrical-coordinate representation of color #7AB54D: hue angle of 94.04º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AB54D is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 77 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.29 |
| HSL | 94.04º | 0.41% | 0.51% | - |
| HSV(B) | 94.04º | 0.57% | 0.71% | - |
| XYZ | 25.89 | 37.72 | 12.94 | - |
| YUV | 151.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 77 | 0.33 | 0 | 0.57 | 0.29 | 94.04 | 0.41 | 0.51 |
| Hex | 7A | B5 | 4D | 21 | 0 | 39 | 1D | 5E | 29 | 33 |
| Octal | 172 | 265 | 115 | 41 | 0 | 71 | 35 | 136 | 51 | 63 |
| Binary | 1111010 | 10110101 | 1001101 | 100001 | 0 | 111001 | 11101 | 1011110 | 101001 | 110011 |
Color Harmonies of #7AB54D
Complementary color
Monochromatic Colors of #7AB54D
Black with #7AB54D
Text Example
Text Example
White with #7AB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB54D; }
p { color: rgb(122,181,77); }
H1.HeaderClassName
{
color: #7AB54D;
}
.AnyTagClassName
{
color: #7AB54D;
}
</style>
background-color css
<style>
a { background-color: #7AB54D; }
a { background-color: rgb(122,181,77); }
div.DivClassName
{
background-color: #7AB54D;
}
.BgClassName
{
background-color: #7AB54D;
}
</style>
border-color css
<style>
span { border-color: #7AB54D; }
span { border-color: rgb(122,181,77); }
td.TdClassName
{
border-color: #7AB54D;
}
.TagClassName
{
border-color: #7AB54D;
}
</style>