Shades of Mantis #7ABB4D
Tints of Mantis #7ABB4D
RGB
CMYK
RGB Variations
Color information
#7ABB4D (or 0x7ABB4D) is known color: Mantis. HEX triplet: 7A, BB and 4D. RGB value is (122,187,77). Sum of RGB (Red+Green+Blue) = 122+187+77=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABB4D is #8544B2. Grayscale: #9B9B9B. Windows color (decimal): -8733875 or 5094266. OLE color: 5094266.
HSL color Cylindrical-coordinate representation of color #7ABB4D: hue angle of 95.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7ABB4D is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 77 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.27 |
| HSL | 95.45º | 0.45% | 0.52% | - |
| HSV(B) | 95.45º | 0.59% | 0.73% | - |
| XYZ | 27.14 | 40.21 | 13.35 | - |
| YUV | 155.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 77 | 0.35 | 0 | 0.59 | 0.27 | 95.45 | 0.45 | 0.52 |
| Hex | 7A | BB | 4D | 23 | 0 | 3B | 1B | 5F | 2D | 34 |
| Octal | 172 | 273 | 115 | 43 | 0 | 73 | 33 | 137 | 55 | 64 |
| Binary | 1111010 | 10111011 | 1001101 | 100011 | 0 | 111011 | 11011 | 1011111 | 101101 | 110100 |
Color Harmonies of #7ABB4D
Complementary color
Monochromatic Colors of #7ABB4D
Black with #7ABB4D
Text Example
Text Example
White with #7ABB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB4D; }
p { color: rgb(122,187,77); }
H1.HeaderClassName
{
color: #7ABB4D;
}
.AnyTagClassName
{
color: #7ABB4D;
}
</style>
background-color css
<style>
a { background-color: #7ABB4D; }
a { background-color: rgb(122,187,77); }
div.DivClassName
{
background-color: #7ABB4D;
}
.BgClassName
{
background-color: #7ABB4D;
}
</style>
border-color css
<style>
span { border-color: #7ABB4D; }
span { border-color: rgb(122,187,77); }
td.TdClassName
{
border-color: #7ABB4D;
}
.TagClassName
{
border-color: #7ABB4D;
}
</style>