Shades of Mantis #7AD94F
Tints of Mantis #7AD94F
RGB
CMYK
RGB Variations
Color information
#7AD94F (or 0x7AD94F) is known color: Mantis. HEX triplet: 7A, D9 and 4F. RGB value is (122,217,79). Sum of RGB (Red+Green+Blue) = 122+217+79=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD94F is #8526B0. Grayscale: #ADADAD. Windows color (decimal): -8726193 or 5233018. OLE color: 5233018.
HSL color Cylindrical-coordinate representation of color #7AD94F: hue angle of 101.3º degrees, saturation: 0.64, 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 #7AD94F is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 79 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.15 |
| HSL | 101.3º | 0.64% | 0.58% | - |
| HSV(B) | 101.3º | 0.64% | 0.85% | - |
| XYZ | 34.25 | 54.33 | 16.08 | - |
| YUV | 172.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 79 | 0.44 | 0 | 0.64 | 0.15 | 101.3 | 0.64 | 0.58 |
| Hex | 7A | D9 | 4F | 2C | 0 | 40 | F | 65 | 40 | 3A |
| Octal | 172 | 331 | 117 | 54 | 0 | 100 | 17 | 145 | 100 | 72 |
| Binary | 1111010 | 11011001 | 1001111 | 101100 | 0 | 1000000 | 1111 | 1100101 | 1000000 | 111010 |
Color Harmonies of #7AD94F
Complementary color
Monochromatic Colors of #7AD94F
Black with #7AD94F
Text Example
Text Example
White with #7AD94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD94F; }
p { color: rgb(122,217,79); }
H1.HeaderClassName
{
color: #7AD94F;
}
.AnyTagClassName
{
color: #7AD94F;
}
</style>
background-color css
<style>
a { background-color: #7AD94F; }
a { background-color: rgb(122,217,79); }
div.DivClassName
{
background-color: #7AD94F;
}
.BgClassName
{
background-color: #7AD94F;
}
</style>
border-color css
<style>
span { border-color: #7AD94F; }
span { border-color: rgb(122,217,79); }
td.TdClassName
{
border-color: #7AD94F;
}
.TagClassName
{
border-color: #7AD94F;
}
</style>