Shades of Mantis #7AD556
Tints of Mantis #7AD556
RGB
CMYK
RGB Variations
Color information
#7AD556 (or 0x7AD556) is known color: Mantis. HEX triplet: 7A, D5 and 56. RGB value is (122,213,86). Sum of RGB (Red+Green+Blue) = 122+213+86=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD556 is #852AA9. Grayscale: #ABABAB. Windows color (decimal): -8727210 or 5690746. OLE color: 5690746.
HSL color Cylindrical-coordinate representation of color #7AD556: hue angle of 102.99º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AD556 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 86 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.16 |
| HSL | 102.99º | 0.6% | 0.59% | - |
| HSV(B) | 102.99º | 0.6% | 0.84% | - |
| XYZ | 33.5 | 52.4 | 17.15 | - |
| YUV | 171.31 | 79.85 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 86 | 0.43 | 0 | 0.60 | 0.16 | 102.99 | 0.6 | 0.59 |
| Hex | 7A | D5 | 56 | 2B | 0 | 3C | 10 | 67 | 3C | 3B |
| Octal | 172 | 325 | 126 | 53 | 0 | 74 | 20 | 147 | 74 | 73 |
| Binary | 1111010 | 11010101 | 1010110 | 101011 | 0 | 111100 | 10000 | 1100111 | 111100 | 111011 |
Color Harmonies of #7AD556
Complementary color
Monochromatic Colors of #7AD556
Black with #7AD556
Text Example
Text Example
White with #7AD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD556; }
p { color: rgb(122,213,86); }
H1.HeaderClassName
{
color: #7AD556;
}
.AnyTagClassName
{
color: #7AD556;
}
</style>
background-color css
<style>
a { background-color: #7AD556; }
a { background-color: rgb(122,213,86); }
div.DivClassName
{
background-color: #7AD556;
}
.BgClassName
{
background-color: #7AD556;
}
</style>
border-color css
<style>
span { border-color: #7AD556; }
span { border-color: rgb(122,213,86); }
td.TdClassName
{
border-color: #7AD556;
}
.TagClassName
{
border-color: #7AD556;
}
</style>