Shades of Mantis #7AC74D
Tints of Mantis #7AC74D
RGB
CMYK
RGB Variations
Color information
#7AC74D (or 0x7AC74D) is known color: Mantis. HEX triplet: 7A, C7 and 4D. RGB value is (122,199,77). Sum of RGB (Red+Green+Blue) = 122+199+77=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #7AC74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC74D is #8538B2. Grayscale: #A2A2A2. Windows color (decimal): -8730803 or 5097338. OLE color: 5097338.
HSL color Cylindrical-coordinate representation of color #7AC74D: hue angle of 97.87º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AC74D is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 199 | 77 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.22 |
| HSL | 97.87º | 0.52% | 0.54% | - |
| HSV(B) | 97.87º | 0.61% | 0.78% | - |
| XYZ | 29.79 | 45.52 | 14.24 | - |
| YUV | 162.07 | 79.99 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 199 | 77 | 0.39 | 0 | 0.61 | 0.22 | 97.87 | 0.52 | 0.54 |
| Hex | 7A | C7 | 4D | 27 | 0 | 3D | 16 | 62 | 34 | 36 |
| Octal | 172 | 307 | 115 | 47 | 0 | 75 | 26 | 142 | 64 | 66 |
| Binary | 1111010 | 11000111 | 1001101 | 100111 | 0 | 111101 | 10110 | 1100010 | 110100 | 110110 |
Color Harmonies of #7AC74D
Complementary color
Monochromatic Colors of #7AC74D
Black with #7AC74D
Text Example
Text Example
White with #7AC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC74D; }
p { color: rgb(122,199,77); }
H1.HeaderClassName
{
color: #7AC74D;
}
.AnyTagClassName
{
color: #7AC74D;
}
</style>
background-color css
<style>
a { background-color: #7AC74D; }
a { background-color: rgb(122,199,77); }
div.DivClassName
{
background-color: #7AC74D;
}
.BgClassName
{
background-color: #7AC74D;
}
</style>
border-color css
<style>
span { border-color: #7AC74D; }
span { border-color: rgb(122,199,77); }
td.TdClassName
{
border-color: #7AC74D;
}
.TagClassName
{
border-color: #7AC74D;
}
</style>