Shades of Mantis #7AD151
Tints of Mantis #7AD151
RGB
CMYK
RGB Variations
Color information
#7AD151 (or 0x7AD151) is known color: Mantis. HEX triplet: 7A, D1 and 51. RGB value is (122,209,81). Sum of RGB (Red+Green+Blue) = 122+209+81=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD151 is #852EAE. Grayscale: #A8A8A8. Windows color (decimal): -8728239 or 5362042. OLE color: 5362042.
HSL color Cylindrical-coordinate representation of color #7AD151: hue angle of 100.78º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AD151 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 81 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.18 |
| HSL | 100.78º | 0.58% | 0.57% | - |
| HSV(B) | 100.78º | 0.61% | 0.82% | - |
| XYZ | 32.31 | 50.33 | 15.8 | - |
| YUV | 168.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 81 | 0.42 | 0 | 0.61 | 0.18 | 100.78 | 0.58 | 0.57 |
| Hex | 7A | D1 | 51 | 2A | 0 | 3D | 12 | 65 | 3A | 39 |
| Octal | 172 | 321 | 121 | 52 | 0 | 75 | 22 | 145 | 72 | 71 |
| Binary | 1111010 | 11010001 | 1010001 | 101010 | 0 | 111101 | 10010 | 1100101 | 111010 | 111001 |
Color Harmonies of #7AD151
Complementary color
Monochromatic Colors of #7AD151
Black with #7AD151
Text Example
Text Example
White with #7AD151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD151; }
p { color: rgb(122,209,81); }
H1.HeaderClassName
{
color: #7AD151;
}
.AnyTagClassName
{
color: #7AD151;
}
</style>
background-color css
<style>
a { background-color: #7AD151; }
a { background-color: rgb(122,209,81); }
div.DivClassName
{
background-color: #7AD151;
}
.BgClassName
{
background-color: #7AD151;
}
</style>
border-color css
<style>
span { border-color: #7AD151; }
span { border-color: rgb(122,209,81); }
td.TdClassName
{
border-color: #7AD151;
}
.TagClassName
{
border-color: #7AD151;
}
</style>