Shades of Mantis #7AD855
Tints of Mantis #7AD855
RGB
CMYK
RGB Variations
Color information
#7AD855 (or 0x7AD855) is known color: Mantis. HEX triplet: 7A, D8 and 55. RGB value is (122,216,85). Sum of RGB (Red+Green+Blue) = 122+216+85=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD855 is #8527AA. Grayscale: #ADADAD. Windows color (decimal): -8726443 or 5625978. OLE color: 5625978.
HSL color Cylindrical-coordinate representation of color #7AD855: hue angle of 103.05º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AD855 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 85 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.15 |
| HSL | 103.05º | 0.63% | 0.59% | - |
| HSV(B) | 103.05º | 0.61% | 0.85% | - |
| XYZ | 34.22 | 53.91 | 17.2 | - |
| YUV | 172.96 | 78.36 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 85 | 0.44 | 0 | 0.61 | 0.15 | 103.05 | 0.63 | 0.59 |
| Hex | 7A | D8 | 55 | 2C | 0 | 3D | F | 67 | 3F | 3B |
| Octal | 172 | 330 | 125 | 54 | 0 | 75 | 17 | 147 | 77 | 73 |
| Binary | 1111010 | 11011000 | 1010101 | 101100 | 0 | 111101 | 1111 | 1100111 | 111111 | 111011 |
Color Harmonies of #7AD855
Complementary color
Monochromatic Colors of #7AD855
Black with #7AD855
Text Example
Text Example
White with #7AD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD855; }
p { color: rgb(122,216,85); }
H1.HeaderClassName
{
color: #7AD855;
}
.AnyTagClassName
{
color: #7AD855;
}
</style>
background-color css
<style>
a { background-color: #7AD855; }
a { background-color: rgb(122,216,85); }
div.DivClassName
{
background-color: #7AD855;
}
.BgClassName
{
background-color: #7AD855;
}
</style>
border-color css
<style>
span { border-color: #7AD855; }
span { border-color: rgb(122,216,85); }
td.TdClassName
{
border-color: #7AD855;
}
.TagClassName
{
border-color: #7AD855;
}
</style>