Shades of Mantis #7AD851
Tints of Mantis #7AD851
RGB
CMYK
RGB Variations
Color information
#7AD851 (or 0x7AD851) is known color: Mantis. HEX triplet: 7A, D8 and 51. RGB value is (122,216,81). Sum of RGB (Red+Green+Blue) = 122+216+81=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD851 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD851 is #8527AE. Grayscale: #ACACAC. Windows color (decimal): -8726447 or 5363834. OLE color: 5363834.
HSL color Cylindrical-coordinate representation of color #7AD851: hue angle of 101.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AD851 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 81 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.15 |
| HSL | 101.78º | 0.63% | 0.58% | - |
| HSV(B) | 101.78º | 0.63% | 0.85% | - |
| XYZ | 34.07 | 53.84 | 16.38 | - |
| YUV | 172.5 | 76.36 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 81 | 0.44 | 0 | 0.62 | 0.15 | 101.78 | 0.63 | 0.58 |
| Hex | 7A | D8 | 51 | 2C | 0 | 3E | F | 66 | 3F | 3A |
| Octal | 172 | 330 | 121 | 54 | 0 | 76 | 17 | 146 | 77 | 72 |
| Binary | 1111010 | 11011000 | 1010001 | 101100 | 0 | 111110 | 1111 | 1100110 | 111111 | 111010 |
Color Harmonies of #7AD851
Complementary color
Monochromatic Colors of #7AD851
Black with #7AD851
Text Example
Text Example
White with #7AD851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD851; }
p { color: rgb(122,216,81); }
H1.HeaderClassName
{
color: #7AD851;
}
.AnyTagClassName
{
color: #7AD851;
}
</style>
background-color css
<style>
a { background-color: #7AD851; }
a { background-color: rgb(122,216,81); }
div.DivClassName
{
background-color: #7AD851;
}
.BgClassName
{
background-color: #7AD851;
}
</style>
border-color css
<style>
span { border-color: #7AD851; }
span { border-color: rgb(122,216,81); }
td.TdClassName
{
border-color: #7AD851;
}
.TagClassName
{
border-color: #7AD851;
}
</style>