Shades of Mantis #7AD34D
Tints of Mantis #7AD34D
RGB
CMYK
RGB Variations
Color information
#7AD34D (or 0x7AD34D) is known color: Mantis. HEX triplet: 7A, D3 and 4D. RGB value is (122,211,77). Sum of RGB (Red+Green+Blue) = 122+211+77=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD34D is #852CB2. Grayscale: #A9A9A9. Windows color (decimal): -8727731 or 5100410. OLE color: 5100410.
HSL color Cylindrical-coordinate representation of color #7AD34D: hue angle of 99.85º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AD34D is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 77 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.17 |
| HSL | 99.85º | 0.6% | 0.56% | - |
| HSV(B) | 99.85º | 0.64% | 0.83% | - |
| XYZ | 32.66 | 51.26 | 15.19 | - |
| YUV | 169.11 | 76.01 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 77 | 0.42 | 0 | 0.64 | 0.17 | 99.85 | 0.6 | 0.56 |
| Hex | 7A | D3 | 4D | 2A | 0 | 40 | 11 | 64 | 3C | 38 |
| Octal | 172 | 323 | 115 | 52 | 0 | 100 | 21 | 144 | 74 | 70 |
| Binary | 1111010 | 11010011 | 1001101 | 101010 | 0 | 1000000 | 10001 | 1100100 | 111100 | 111000 |
Color Harmonies of #7AD34D
Complementary color
Monochromatic Colors of #7AD34D
Black with #7AD34D
Text Example
Text Example
White with #7AD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD34D; }
p { color: rgb(122,211,77); }
H1.HeaderClassName
{
color: #7AD34D;
}
.AnyTagClassName
{
color: #7AD34D;
}
</style>
background-color css
<style>
a { background-color: #7AD34D; }
a { background-color: rgb(122,211,77); }
div.DivClassName
{
background-color: #7AD34D;
}
.BgClassName
{
background-color: #7AD34D;
}
</style>
border-color css
<style>
span { border-color: #7AD34D; }
span { border-color: rgb(122,211,77); }
td.TdClassName
{
border-color: #7AD34D;
}
.TagClassName
{
border-color: #7AD34D;
}
</style>