Shades of Mantis #7AD056
Tints of Mantis #7AD056
RGB
CMYK
RGB Variations
Color information
#7AD056 (or 0x7AD056) is known color: Mantis. HEX triplet: 7A, D0 and 56. RGB value is (122,208,86). Sum of RGB (Red+Green+Blue) = 122+208+86=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD056 is #852FA9. Grayscale: #A8A8A8. Windows color (decimal): -8728490 or 5689466. OLE color: 5689466.
HSL color Cylindrical-coordinate representation of color #7AD056: hue angle of 102.3º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AD056 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 86 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.18 |
| HSL | 102.3º | 0.56% | 0.58% | - |
| HSV(B) | 102.3º | 0.59% | 0.82% | - |
| XYZ | 32.26 | 49.92 | 16.74 | - |
| YUV | 168.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 86 | 0.41 | 0 | 0.59 | 0.18 | 102.3 | 0.56 | 0.58 |
| Hex | 7A | D0 | 56 | 29 | 0 | 3B | 12 | 66 | 38 | 3A |
| Octal | 172 | 320 | 126 | 51 | 0 | 73 | 22 | 146 | 70 | 72 |
| Binary | 1111010 | 11010000 | 1010110 | 101001 | 0 | 111011 | 10010 | 1100110 | 111000 | 111010 |
Color Harmonies of #7AD056
Complementary color
Monochromatic Colors of #7AD056
Black with #7AD056
Text Example
Text Example
White with #7AD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD056; }
p { color: rgb(122,208,86); }
H1.HeaderClassName
{
color: #7AD056;
}
.AnyTagClassName
{
color: #7AD056;
}
</style>
background-color css
<style>
a { background-color: #7AD056; }
a { background-color: rgb(122,208,86); }
div.DivClassName
{
background-color: #7AD056;
}
.BgClassName
{
background-color: #7AD056;
}
</style>
border-color css
<style>
span { border-color: #7AD056; }
span { border-color: rgb(122,208,86); }
td.TdClassName
{
border-color: #7AD056;
}
.TagClassName
{
border-color: #7AD056;
}
</style>