Shades of Mantis #7AD759
Tints of Mantis #7AD759
RGB
CMYK
RGB Variations
Color information
#7AD759 (or 0x7AD759) is known color: Mantis. HEX triplet: 7A, D7 and 59. RGB value is (122,215,89). Sum of RGB (Red+Green+Blue) = 122+215+89=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD759 is #8528A6. Grayscale: #ADADAD. Windows color (decimal): -8726695 or 5887866. OLE color: 5887866.
HSL color Cylindrical-coordinate representation of color #7AD759: hue angle of 104.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AD759 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 89 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.16 |
| HSL | 104.29º | 0.61% | 0.6% | - |
| HSV(B) | 104.29º | 0.59% | 0.84% | - |
| XYZ | 34.13 | 53.46 | 17.97 | - |
| YUV | 172.83 | 80.69 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 89 | 0.43 | 0 | 0.59 | 0.16 | 104.29 | 0.61 | 0.6 |
| Hex | 7A | D7 | 59 | 2B | 0 | 3B | 10 | 68 | 3D | 3C |
| Octal | 172 | 327 | 131 | 53 | 0 | 73 | 20 | 150 | 75 | 74 |
| Binary | 1111010 | 11010111 | 1011001 | 101011 | 0 | 111011 | 10000 | 1101000 | 111101 | 111100 |
Color Harmonies of #7AD759
Complementary color
Monochromatic Colors of #7AD759
Black with #7AD759
Text Example
Text Example
White with #7AD759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD759; }
p { color: rgb(122,215,89); }
H1.HeaderClassName
{
color: #7AD759;
}
.AnyTagClassName
{
color: #7AD759;
}
</style>
background-color css
<style>
a { background-color: #7AD759; }
a { background-color: rgb(122,215,89); }
div.DivClassName
{
background-color: #7AD759;
}
.BgClassName
{
background-color: #7AD759;
}
</style>
border-color css
<style>
span { border-color: #7AD759; }
span { border-color: rgb(122,215,89); }
td.TdClassName
{
border-color: #7AD759;
}
.TagClassName
{
border-color: #7AD759;
}
</style>