Shades of Mantis #7AD957
Tints of Mantis #7AD957
RGB
CMYK
RGB Variations
Color information
#7AD957 (or 0x7AD957) is known color: Mantis. HEX triplet: 7A, D9 and 57. RGB value is (122,217,87). Sum of RGB (Red+Green+Blue) = 122+217+87=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD957 is #8526A8. Grayscale: #AEAEAE. Windows color (decimal): -8726185 or 5757306. OLE color: 5757306.
HSL color Cylindrical-coordinate representation of color #7AD957: hue angle of 103.85º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AD957 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 87 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.15 |
| HSL | 103.85º | 0.63% | 0.6% | - |
| HSV(B) | 103.85º | 0.6% | 0.85% | - |
| XYZ | 34.56 | 54.45 | 17.71 | - |
| YUV | 173.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 87 | 0.44 | 0 | 0.60 | 0.15 | 103.85 | 0.63 | 0.6 |
| Hex | 7A | D9 | 57 | 2C | 0 | 3C | F | 68 | 3F | 3C |
| Octal | 172 | 331 | 127 | 54 | 0 | 74 | 17 | 150 | 77 | 74 |
| Binary | 1111010 | 11011001 | 1010111 | 101100 | 0 | 111100 | 1111 | 1101000 | 111111 | 111100 |
Color Harmonies of #7AD957
Complementary color
Monochromatic Colors of #7AD957
Black with #7AD957
Text Example
Text Example
White with #7AD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD957; }
p { color: rgb(122,217,87); }
H1.HeaderClassName
{
color: #7AD957;
}
.AnyTagClassName
{
color: #7AD957;
}
</style>
background-color css
<style>
a { background-color: #7AD957; }
a { background-color: rgb(122,217,87); }
div.DivClassName
{
background-color: #7AD957;
}
.BgClassName
{
background-color: #7AD957;
}
</style>
border-color css
<style>
span { border-color: #7AD957; }
span { border-color: rgb(122,217,87); }
td.TdClassName
{
border-color: #7AD957;
}
.TagClassName
{
border-color: #7AD957;
}
</style>