Shades of Mantis #7AC050
Tints of Mantis #7AC050
RGB
CMYK
RGB Variations
Color information
#7AC050 (or 0x7AC050) is known color: Mantis. HEX triplet: 7A, C0 and 50. RGB value is (122,192,80). Sum of RGB (Red+Green+Blue) = 122+192+80=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC050 is #853FAF. Grayscale: #9E9E9E. Windows color (decimal): -8732592 or 5292154. OLE color: 5292154.
HSL color Cylindrical-coordinate representation of color #7AC050: hue angle of 97.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AC050 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 80 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.25 |
| HSL | 97.5º | 0.47% | 0.53% | - |
| HSV(B) | 97.5º | 0.58% | 0.75% | - |
| XYZ | 28.32 | 42.42 | 14.28 | - |
| YUV | 158.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 80 | 0.36 | 0 | 0.58 | 0.25 | 97.5 | 0.47 | 0.53 |
| Hex | 7A | C0 | 50 | 24 | 0 | 3A | 19 | 62 | 2F | 35 |
| Octal | 172 | 300 | 120 | 44 | 0 | 72 | 31 | 142 | 57 | 65 |
| Binary | 1111010 | 11000000 | 1010000 | 100100 | 0 | 111010 | 11001 | 1100010 | 101111 | 110101 |
Color Harmonies of #7AC050
Complementary color
Monochromatic Colors of #7AC050
Black with #7AC050
Text Example
Text Example
White with #7AC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC050; }
p { color: rgb(122,192,80); }
H1.HeaderClassName
{
color: #7AC050;
}
.AnyTagClassName
{
color: #7AC050;
}
</style>
background-color css
<style>
a { background-color: #7AC050; }
a { background-color: rgb(122,192,80); }
div.DivClassName
{
background-color: #7AC050;
}
.BgClassName
{
background-color: #7AC050;
}
</style>
border-color css
<style>
span { border-color: #7AC050; }
span { border-color: rgb(122,192,80); }
td.TdClassName
{
border-color: #7AC050;
}
.TagClassName
{
border-color: #7AC050;
}
</style>