Shades of Mantis #7AD950
Tints of Mantis #7AD950
RGB
CMYK
RGB Variations
Color information
#7AD950 (or 0x7AD950) is known color: Mantis. HEX triplet: 7A, D9 and 50. RGB value is (122,217,80). Sum of RGB (Red+Green+Blue) = 122+217+80=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD950 is #8526AF. Grayscale: #ADADAD. Windows color (decimal): -8726192 or 5298554. OLE color: 5298554.
HSL color Cylindrical-coordinate representation of color #7AD950: hue angle of 101.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AD950 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 80 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.15 |
| HSL | 101.61º | 0.64% | 0.58% | - |
| HSV(B) | 101.61º | 0.63% | 0.85% | - |
| XYZ | 34.29 | 54.34 | 16.27 | - |
| YUV | 172.98 | 75.53 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 80 | 0.44 | 0 | 0.63 | 0.15 | 101.61 | 0.64 | 0.58 |
| Hex | 7A | D9 | 50 | 2C | 0 | 3F | F | 66 | 40 | 3A |
| Octal | 172 | 331 | 120 | 54 | 0 | 77 | 17 | 146 | 100 | 72 |
| Binary | 1111010 | 11011001 | 1010000 | 101100 | 0 | 111111 | 1111 | 1100110 | 1000000 | 111010 |
Color Harmonies of #7AD950
Complementary color
Monochromatic Colors of #7AD950
Black with #7AD950
Text Example
Text Example
White with #7AD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD950; }
p { color: rgb(122,217,80); }
H1.HeaderClassName
{
color: #7AD950;
}
.AnyTagClassName
{
color: #7AD950;
}
</style>
background-color css
<style>
a { background-color: #7AD950; }
a { background-color: rgb(122,217,80); }
div.DivClassName
{
background-color: #7AD950;
}
.BgClassName
{
background-color: #7AD950;
}
</style>
border-color css
<style>
span { border-color: #7AD950; }
span { border-color: rgb(122,217,80); }
td.TdClassName
{
border-color: #7AD950;
}
.TagClassName
{
border-color: #7AD950;
}
</style>