Shades of Mantis #7ACB56
Tints of Mantis #7ACB56
RGB
CMYK
RGB Variations
Color information
#7ACB56 (or 0x7ACB56) is known color: Mantis. HEX triplet: 7A, CB and 56. RGB value is (122,203,86). Sum of RGB (Red+Green+Blue) = 122+203+86=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB56 is #8534A9. Grayscale: #A5A5A5. Windows color (decimal): -8729770 or 5688186. OLE color: 5688186.
HSL color Cylindrical-coordinate representation of color #7ACB56: hue angle of 101.54º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ACB56 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 86 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.20 |
| HSL | 101.54º | 0.53% | 0.57% | - |
| HSV(B) | 101.54º | 0.58% | 0.8% | - |
| XYZ | 31.06 | 47.52 | 16.34 | - |
| YUV | 165.44 | 83.16 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 86 | 0.40 | 0 | 0.58 | 0.20 | 101.54 | 0.53 | 0.57 |
| Hex | 7A | CB | 56 | 28 | 0 | 3A | 14 | 66 | 35 | 39 |
| Octal | 172 | 313 | 126 | 50 | 0 | 72 | 24 | 146 | 65 | 71 |
| Binary | 1111010 | 11001011 | 1010110 | 101000 | 0 | 111010 | 10100 | 1100110 | 110101 | 111001 |
Color Harmonies of #7ACB56
Complementary color
Monochromatic Colors of #7ACB56
Black with #7ACB56
Text Example
Text Example
White with #7ACB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB56; }
p { color: rgb(122,203,86); }
H1.HeaderClassName
{
color: #7ACB56;
}
.AnyTagClassName
{
color: #7ACB56;
}
</style>
background-color css
<style>
a { background-color: #7ACB56; }
a { background-color: rgb(122,203,86); }
div.DivClassName
{
background-color: #7ACB56;
}
.BgClassName
{
background-color: #7ACB56;
}
</style>
border-color css
<style>
span { border-color: #7ACB56; }
span { border-color: rgb(122,203,86); }
td.TdClassName
{
border-color: #7ACB56;
}
.TagClassName
{
border-color: #7ACB56;
}
</style>