Shades of Mantis #7AB54A
Tints of Mantis #7AB54A
RGB
CMYK
RGB Variations
Color information
#7AB54A (or 0x7AB54A) is known color: Mantis. HEX triplet: 7A, B5 and 4A. RGB value is (122,181,74). Sum of RGB (Red+Green+Blue) = 122+181+74=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB54A is #854AB5. Grayscale: #979797. Windows color (decimal): -8735414 or 4896122. OLE color: 4896122.
HSL color Cylindrical-coordinate representation of color #7AB54A: hue angle of 93.08º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AB54A is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 74 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.29 |
| HSL | 93.08º | 0.42% | 0.5% | - |
| HSV(B) | 93.08º | 0.59% | 0.71% | - |
| XYZ | 25.79 | 37.68 | 12.39 | - |
| YUV | 151.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 74 | 0.33 | 0 | 0.59 | 0.29 | 93.08 | 0.42 | 0.5 |
| Hex | 7A | B5 | 4A | 21 | 0 | 3B | 1D | 5D | 2A | 32 |
| Octal | 172 | 265 | 112 | 41 | 0 | 73 | 35 | 135 | 52 | 62 |
| Binary | 1111010 | 10110101 | 1001010 | 100001 | 0 | 111011 | 11101 | 1011101 | 101010 | 110010 |
Color Harmonies of #7AB54A
Complementary color
Monochromatic Colors of #7AB54A
Black with #7AB54A
Text Example
Text Example
White with #7AB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB54A; }
p { color: rgb(122,181,74); }
H1.HeaderClassName
{
color: #7AB54A;
}
.AnyTagClassName
{
color: #7AB54A;
}
</style>
background-color css
<style>
a { background-color: #7AB54A; }
a { background-color: rgb(122,181,74); }
div.DivClassName
{
background-color: #7AB54A;
}
.BgClassName
{
background-color: #7AB54A;
}
</style>
border-color css
<style>
span { border-color: #7AB54A; }
span { border-color: rgb(122,181,74); }
td.TdClassName
{
border-color: #7AB54A;
}
.TagClassName
{
border-color: #7AB54A;
}
</style>