Shades of Mantis #7AB55D
Tints of Mantis #7AB55D
RGB
CMYK
RGB Variations
Color information
#7AB55D (or 0x7AB55D) is known color: Mantis. HEX triplet: 7A, B5 and 5D. RGB value is (122,181,93). Sum of RGB (Red+Green+Blue) = 122+181+93=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB55D is #854AA2. Grayscale: #999999. Windows color (decimal): -8735395 or 6141306. OLE color: 6141306.
HSL color Cylindrical-coordinate representation of color #7AB55D: hue angle of 100.23º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AB55D is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 93 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.29 |
| HSL | 100.23º | 0.37% | 0.54% | - |
| HSV(B) | 100.23º | 0.49% | 0.71% | - |
| XYZ | 26.53 | 37.98 | 16.29 | - |
| YUV | 153.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 93 | 0.33 | 0 | 0.49 | 0.29 | 100.23 | 0.37 | 0.54 |
| Hex | 7A | B5 | 5D | 21 | 0 | 31 | 1D | 64 | 25 | 36 |
| Octal | 172 | 265 | 135 | 41 | 0 | 61 | 35 | 144 | 45 | 66 |
| Binary | 1111010 | 10110101 | 1011101 | 100001 | 0 | 110001 | 11101 | 1100100 | 100101 | 110110 |
Color Harmonies of #7AB55D
Complementary color
Monochromatic Colors of #7AB55D
Black with #7AB55D
Text Example
Text Example
White with #7AB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB55D; }
p { color: rgb(122,181,93); }
H1.HeaderClassName
{
color: #7AB55D;
}
.AnyTagClassName
{
color: #7AB55D;
}
</style>
background-color css
<style>
a { background-color: #7AB55D; }
a { background-color: rgb(122,181,93); }
div.DivClassName
{
background-color: #7AB55D;
}
.BgClassName
{
background-color: #7AB55D;
}
</style>
border-color css
<style>
span { border-color: #7AB55D; }
span { border-color: rgb(122,181,93); }
td.TdClassName
{
border-color: #7AB55D;
}
.TagClassName
{
border-color: #7AB55D;
}
</style>