Shades of Mantis #7ABC5D
Tints of Mantis #7ABC5D
RGB
CMYK
RGB Variations
Color information
#7ABC5D (or 0x7ABC5D) is known color: Mantis. HEX triplet: 7A, BC and 5D. RGB value is (122,188,93). Sum of RGB (Red+Green+Blue) = 122+188+93=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABC5D is #8543A2. Grayscale: #9D9D9D. Windows color (decimal): -8733603 or 6143098. OLE color: 6143098.
HSL color Cylindrical-coordinate representation of color #7ABC5D: hue angle of 101.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ABC5D is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 93 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.26 |
| HSL | 101.68º | 0.41% | 0.55% | - |
| HSV(B) | 101.68º | 0.51% | 0.74% | - |
| XYZ | 27.99 | 40.89 | 16.77 | - |
| YUV | 157.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 93 | 0.35 | 0 | 0.51 | 0.26 | 101.68 | 0.41 | 0.55 |
| Hex | 7A | BC | 5D | 23 | 0 | 33 | 1A | 66 | 29 | 37 |
| Octal | 172 | 274 | 135 | 43 | 0 | 63 | 32 | 146 | 51 | 67 |
| Binary | 1111010 | 10111100 | 1011101 | 100011 | 0 | 110011 | 11010 | 1100110 | 101001 | 110111 |
Color Harmonies of #7ABC5D
Complementary color
Monochromatic Colors of #7ABC5D
Black with #7ABC5D
Text Example
Text Example
White with #7ABC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC5D; }
p { color: rgb(122,188,93); }
H1.HeaderClassName
{
color: #7ABC5D;
}
.AnyTagClassName
{
color: #7ABC5D;
}
</style>
background-color css
<style>
a { background-color: #7ABC5D; }
a { background-color: rgb(122,188,93); }
div.DivClassName
{
background-color: #7ABC5D;
}
.BgClassName
{
background-color: #7ABC5D;
}
</style>
border-color css
<style>
span { border-color: #7ABC5D; }
span { border-color: rgb(122,188,93); }
td.TdClassName
{
border-color: #7ABC5D;
}
.TagClassName
{
border-color: #7ABC5D;
}
</style>