Shades of Mantis #7AD94E
Tints of Mantis #7AD94E
RGB
CMYK
RGB Variations
Color information
#7AD94E (or 0x7AD94E) is known color: Mantis. HEX triplet: 7A, D9 and 4E. RGB value is (122,217,78). Sum of RGB (Red+Green+Blue) = 122+217+78=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD94E is #8526B1. Grayscale: #ADADAD. Windows color (decimal): -8726194 or 5167482. OLE color: 5167482.
HSL color Cylindrical-coordinate representation of color #7AD94E: hue angle of 101.01º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AD94E is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 78 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.15 |
| HSL | 101.01º | 0.65% | 0.58% | - |
| HSV(B) | 101.01º | 0.64% | 0.85% | - |
| XYZ | 34.21 | 54.31 | 15.89 | - |
| YUV | 172.75 | 74.53 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 78 | 0.44 | 0 | 0.64 | 0.15 | 101.01 | 0.65 | 0.58 |
| Hex | 7A | D9 | 4E | 2C | 0 | 40 | F | 65 | 41 | 3A |
| Octal | 172 | 331 | 116 | 54 | 0 | 100 | 17 | 145 | 101 | 72 |
| Binary | 1111010 | 11011001 | 1001110 | 101100 | 0 | 1000000 | 1111 | 1100101 | 1000001 | 111010 |
Color Harmonies of #7AD94E
Complementary color
Monochromatic Colors of #7AD94E
Black with #7AD94E
Text Example
Text Example
White with #7AD94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD94E; }
p { color: rgb(122,217,78); }
H1.HeaderClassName
{
color: #7AD94E;
}
.AnyTagClassName
{
color: #7AD94E;
}
</style>
background-color css
<style>
a { background-color: #7AD94E; }
a { background-color: rgb(122,217,78); }
div.DivClassName
{
background-color: #7AD94E;
}
.BgClassName
{
background-color: #7AD94E;
}
</style>
border-color css
<style>
span { border-color: #7AD94E; }
span { border-color: rgb(122,217,78); }
td.TdClassName
{
border-color: #7AD94E;
}
.TagClassName
{
border-color: #7AD94E;
}
</style>