Shades of Mantis #7ABE5E
Tints of Mantis #7ABE5E
RGB
CMYK
RGB Variations
Color information
#7ABE5E (or 0x7ABE5E) is known color: Mantis. HEX triplet: 7A, BE and 5E. RGB value is (122,190,94). Sum of RGB (Red+Green+Blue) = 122+190+94=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE5E is #8541A1. Grayscale: #9F9F9F. Windows color (decimal): -8733090 or 6209146. OLE color: 6209146.
HSL color Cylindrical-coordinate representation of color #7ABE5E: hue angle of 102.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ABE5E is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 94 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.25 |
| HSL | 102.5º | 0.42% | 0.56% | - |
| HSV(B) | 102.5º | 0.51% | 0.75% | - |
| XYZ | 28.46 | 41.77 | 17.15 | - |
| YUV | 158.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 94 | 0.36 | 0 | 0.51 | 0.25 | 102.5 | 0.42 | 0.56 |
| Hex | 7A | BE | 5E | 24 | 0 | 33 | 19 | 66 | 2A | 38 |
| Octal | 172 | 276 | 136 | 44 | 0 | 63 | 31 | 146 | 52 | 70 |
| Binary | 1111010 | 10111110 | 1011110 | 100100 | 0 | 110011 | 11001 | 1100110 | 101010 | 111000 |
Color Harmonies of #7ABE5E
Complementary color
Monochromatic Colors of #7ABE5E
Black with #7ABE5E
Text Example
Text Example
White with #7ABE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE5E; }
p { color: rgb(122,190,94); }
H1.HeaderClassName
{
color: #7ABE5E;
}
.AnyTagClassName
{
color: #7ABE5E;
}
</style>
background-color css
<style>
a { background-color: #7ABE5E; }
a { background-color: rgb(122,190,94); }
div.DivClassName
{
background-color: #7ABE5E;
}
.BgClassName
{
background-color: #7ABE5E;
}
</style>
border-color css
<style>
span { border-color: #7ABE5E; }
span { border-color: rgb(122,190,94); }
td.TdClassName
{
border-color: #7ABE5E;
}
.TagClassName
{
border-color: #7ABE5E;
}
</style>