Shades of Mantis #7AD361
Tints of Mantis #7AD361
RGB
CMYK
RGB Variations
Color information
#7AD361 (or 0x7AD361) is known color: Mantis. HEX triplet: 7A, D3 and 61. RGB value is (122,211,97). Sum of RGB (Red+Green+Blue) = 122+211+97=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD361 is #852C9E. Grayscale: #ABABAB. Windows color (decimal): -8727711 or 6411130. OLE color: 6411130.
HSL color Cylindrical-coordinate representation of color #7AD361: hue angle of 106.84º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AD361 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 97 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.17 |
| HSL | 106.84º | 0.56% | 0.6% | - |
| HSV(B) | 106.84º | 0.54% | 0.83% | - |
| XYZ | 33.48 | 51.59 | 19.5 | - |
| YUV | 171.39 | 86.01 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 97 | 0.42 | 0 | 0.54 | 0.17 | 106.84 | 0.56 | 0.6 |
| Hex | 7A | D3 | 61 | 2A | 0 | 36 | 11 | 6B | 38 | 3C |
| Octal | 172 | 323 | 141 | 52 | 0 | 66 | 21 | 153 | 70 | 74 |
| Binary | 1111010 | 11010011 | 1100001 | 101010 | 0 | 110110 | 10001 | 1101011 | 111000 | 111100 |
Color Harmonies of #7AD361
Complementary color
Monochromatic Colors of #7AD361
Black with #7AD361
Text Example
Text Example
White with #7AD361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD361; }
p { color: rgb(122,211,97); }
H1.HeaderClassName
{
color: #7AD361;
}
.AnyTagClassName
{
color: #7AD361;
}
</style>
background-color css
<style>
a { background-color: #7AD361; }
a { background-color: rgb(122,211,97); }
div.DivClassName
{
background-color: #7AD361;
}
.BgClassName
{
background-color: #7AD361;
}
</style>
border-color css
<style>
span { border-color: #7AD361; }
span { border-color: rgb(122,211,97); }
td.TdClassName
{
border-color: #7AD361;
}
.TagClassName
{
border-color: #7AD361;
}
</style>