Shades of Mantis #7ACC50
Tints of Mantis #7ACC50
RGB
CMYK
RGB Variations
Color information
#7ACC50 (or 0x7ACC50) is known color: Mantis. HEX triplet: 7A, CC and 50. RGB value is (122,204,80). Sum of RGB (Red+Green+Blue) = 122+204+80=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACC50 is #8533AF. Grayscale: #A5A5A5. Windows color (decimal): -8729520 or 5295226. OLE color: 5295226.
HSL color Cylindrical-coordinate representation of color #7ACC50: hue angle of 99.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ACC50 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 80 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.2 |
| HSL | 99.68º | 0.55% | 0.56% | - |
| HSV(B) | 99.68º | 0.61% | 0.8% | - |
| XYZ | 31.07 | 47.9 | 15.2 | - |
| YUV | 165.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 80 | 0.40 | 0 | 0.61 | 0.2 | 99.68 | 0.55 | 0.56 |
| Hex | 7A | CC | 50 | 28 | 0 | 3D | 14 | 64 | 37 | 38 |
| Octal | 172 | 314 | 120 | 50 | 0 | 75 | 24 | 144 | 67 | 70 |
| Binary | 1111010 | 11001100 | 1010000 | 101000 | 0 | 111101 | 10100 | 1100100 | 110111 | 111000 |
Color Harmonies of #7ACC50
Complementary color
Monochromatic Colors of #7ACC50
Black with #7ACC50
Text Example
Text Example
White with #7ACC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC50; }
p { color: rgb(122,204,80); }
H1.HeaderClassName
{
color: #7ACC50;
}
.AnyTagClassName
{
color: #7ACC50;
}
</style>
background-color css
<style>
a { background-color: #7ACC50; }
a { background-color: rgb(122,204,80); }
div.DivClassName
{
background-color: #7ACC50;
}
.BgClassName
{
background-color: #7ACC50;
}
</style>
border-color css
<style>
span { border-color: #7ACC50; }
span { border-color: rgb(122,204,80); }
td.TdClassName
{
border-color: #7ACC50;
}
.TagClassName
{
border-color: #7ACC50;
}
</style>