Shades of Mantis #7AC84D
Tints of Mantis #7AC84D
RGB
CMYK
RGB Variations
Color information
#7AC84D (or 0x7AC84D) is known color: Mantis. HEX triplet: 7A, C8 and 4D. RGB value is (122,200,77). Sum of RGB (Red+Green+Blue) = 122+200+77=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC84D is #8537B2. Grayscale: #A3A3A3. Windows color (decimal): -8730547 or 5097594. OLE color: 5097594.
HSL color Cylindrical-coordinate representation of color #7AC84D: hue angle of 98.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AC84D is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 77 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.22 |
| HSL | 98.05º | 0.53% | 0.54% | - |
| HSV(B) | 98.05º | 0.62% | 0.78% | - |
| XYZ | 30.02 | 45.98 | 14.31 | - |
| YUV | 162.66 | 79.66 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 77 | 0.39 | 0 | 0.62 | 0.22 | 98.05 | 0.53 | 0.54 |
| Hex | 7A | C8 | 4D | 27 | 0 | 3E | 16 | 62 | 35 | 36 |
| Octal | 172 | 310 | 115 | 47 | 0 | 76 | 26 | 142 | 65 | 66 |
| Binary | 1111010 | 11001000 | 1001101 | 100111 | 0 | 111110 | 10110 | 1100010 | 110101 | 110110 |
Color Harmonies of #7AC84D
Complementary color
Monochromatic Colors of #7AC84D
Black with #7AC84D
Text Example
Text Example
White with #7AC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC84D; }
p { color: rgb(122,200,77); }
H1.HeaderClassName
{
color: #7AC84D;
}
.AnyTagClassName
{
color: #7AC84D;
}
</style>
background-color css
<style>
a { background-color: #7AC84D; }
a { background-color: rgb(122,200,77); }
div.DivClassName
{
background-color: #7AC84D;
}
.BgClassName
{
background-color: #7AC84D;
}
</style>
border-color css
<style>
span { border-color: #7AC84D; }
span { border-color: rgb(122,200,77); }
td.TdClassName
{
border-color: #7AC84D;
}
.TagClassName
{
border-color: #7AC84D;
}
</style>