Shades of Mantis #7ABE5D
Tints of Mantis #7ABE5D
RGB
CMYK
RGB Variations
Color information
#7ABE5D (or 0x7ABE5D) is known color: Mantis. HEX triplet: 7A, BE and 5D. RGB value is (122,190,93). Sum of RGB (Red+Green+Blue) = 122+190+93=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE5D is #8541A2. Grayscale: #9E9E9E. Windows color (decimal): -8733091 or 6143610. OLE color: 6143610.
HSL color Cylindrical-coordinate representation of color #7ABE5D: hue angle of 102.06º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ABE5D is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 93 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.25 |
| HSL | 102.06º | 0.43% | 0.55% | - |
| HSV(B) | 102.06º | 0.51% | 0.75% | - |
| XYZ | 28.42 | 41.75 | 16.92 | - |
| YUV | 158.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 93 | 0.36 | 0 | 0.51 | 0.25 | 102.06 | 0.43 | 0.55 |
| Hex | 7A | BE | 5D | 24 | 0 | 33 | 19 | 66 | 2B | 37 |
| Octal | 172 | 276 | 135 | 44 | 0 | 63 | 31 | 146 | 53 | 67 |
| Binary | 1111010 | 10111110 | 1011101 | 100100 | 0 | 110011 | 11001 | 1100110 | 101011 | 110111 |
Color Harmonies of #7ABE5D
Complementary color
Monochromatic Colors of #7ABE5D
Black with #7ABE5D
Text Example
Text Example
White with #7ABE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE5D; }
p { color: rgb(122,190,93); }
H1.HeaderClassName
{
color: #7ABE5D;
}
.AnyTagClassName
{
color: #7ABE5D;
}
</style>
background-color css
<style>
a { background-color: #7ABE5D; }
a { background-color: rgb(122,190,93); }
div.DivClassName
{
background-color: #7ABE5D;
}
.BgClassName
{
background-color: #7ABE5D;
}
</style>
border-color css
<style>
span { border-color: #7ABE5D; }
span { border-color: rgb(122,190,93); }
td.TdClassName
{
border-color: #7ABE5D;
}
.TagClassName
{
border-color: #7ABE5D;
}
</style>