Shades of Mantis #7AD55E
Tints of Mantis #7AD55E
RGB
CMYK
RGB Variations
Color information
#7AD55E (or 0x7AD55E) is known color: Mantis. HEX triplet: 7A, D5 and 5E. RGB value is (122,213,94). Sum of RGB (Red+Green+Blue) = 122+213+94=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD55E is #852AA1. Grayscale: #ACACAC. Windows color (decimal): -8727202 or 6215034. OLE color: 6215034.
HSL color Cylindrical-coordinate representation of color #7AD55E: hue angle of 105.88º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AD55E is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 94 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.16 |
| HSL | 105.88º | 0.59% | 0.6% | - |
| HSV(B) | 105.88º | 0.56% | 0.84% | - |
| XYZ | 33.84 | 52.53 | 18.95 | - |
| YUV | 172.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 94 | 0.43 | 0 | 0.56 | 0.16 | 105.88 | 0.59 | 0.6 |
| Hex | 7A | D5 | 5E | 2B | 0 | 38 | 10 | 6A | 3B | 3C |
| Octal | 172 | 325 | 136 | 53 | 0 | 70 | 20 | 152 | 73 | 74 |
| Binary | 1111010 | 11010101 | 1011110 | 101011 | 0 | 111000 | 10000 | 1101010 | 111011 | 111100 |
Color Harmonies of #7AD55E
Complementary color
Monochromatic Colors of #7AD55E
Black with #7AD55E
Text Example
Text Example
White with #7AD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD55E; }
p { color: rgb(122,213,94); }
H1.HeaderClassName
{
color: #7AD55E;
}
.AnyTagClassName
{
color: #7AD55E;
}
</style>
background-color css
<style>
a { background-color: #7AD55E; }
a { background-color: rgb(122,213,94); }
div.DivClassName
{
background-color: #7AD55E;
}
.BgClassName
{
background-color: #7AD55E;
}
</style>
border-color css
<style>
span { border-color: #7AD55E; }
span { border-color: rgb(122,213,94); }
td.TdClassName
{
border-color: #7AD55E;
}
.TagClassName
{
border-color: #7AD55E;
}
</style>