Shades of Mantis #7ABC4A
Tints of Mantis #7ABC4A
RGB
CMYK
RGB Variations
Color information
#7ABC4A (or 0x7ABC4A) is known color: Mantis. HEX triplet: 7A, BC and 4A. RGB value is (122,188,74). Sum of RGB (Red+Green+Blue) = 122+188+74=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC4A is #8543B5. Grayscale: #9B9B9B. Windows color (decimal): -8733622 or 4897914. OLE color: 4897914.
HSL color Cylindrical-coordinate representation of color #7ABC4A: hue angle of 94.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ABC4A is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 74 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.26 |
| HSL | 94.74º | 0.46% | 0.51% | - |
| HSV(B) | 94.74º | 0.61% | 0.74% | - |
| XYZ | 27.25 | 40.6 | 12.88 | - |
| YUV | 155.27 | 82.13 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 74 | 0.35 | 0 | 0.61 | 0.26 | 94.74 | 0.46 | 0.51 |
| Hex | 7A | BC | 4A | 23 | 0 | 3D | 1A | 5F | 2E | 33 |
| Octal | 172 | 274 | 112 | 43 | 0 | 75 | 32 | 137 | 56 | 63 |
| Binary | 1111010 | 10111100 | 1001010 | 100011 | 0 | 111101 | 11010 | 1011111 | 101110 | 110011 |
Color Harmonies of #7ABC4A
Complementary color
Monochromatic Colors of #7ABC4A
Black with #7ABC4A
Text Example
Text Example
White with #7ABC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC4A; }
p { color: rgb(122,188,74); }
H1.HeaderClassName
{
color: #7ABC4A;
}
.AnyTagClassName
{
color: #7ABC4A;
}
</style>
background-color css
<style>
a { background-color: #7ABC4A; }
a { background-color: rgb(122,188,74); }
div.DivClassName
{
background-color: #7ABC4A;
}
.BgClassName
{
background-color: #7ABC4A;
}
</style>
border-color css
<style>
span { border-color: #7ABC4A; }
span { border-color: rgb(122,188,74); }
td.TdClassName
{
border-color: #7ABC4A;
}
.TagClassName
{
border-color: #7ABC4A;
}
</style>