Shades of Mantis #7AD663
Tints of Mantis #7AD663
RGB
CMYK
RGB Variations
Color information
#7AD663 (or 0x7AD663) is known color: Mantis. HEX triplet: 7A, D6 and 63. RGB value is (122,214,99). Sum of RGB (Red+Green+Blue) = 122+214+99=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD663 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD663 is #85299C. Grayscale: #ADADAD. Windows color (decimal): -8726941 or 6542970. OLE color: 6542970.
HSL color Cylindrical-coordinate representation of color #7AD663: hue angle of 108º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AD663 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 99 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.16 |
| HSL | 108º | 0.58% | 0.61% | - |
| HSV(B) | 108º | 0.54% | 0.84% | - |
| XYZ | 34.32 | 53.13 | 20.25 | - |
| YUV | 173.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 99 | 0.43 | 0 | 0.54 | 0.16 | 108 | 0.58 | 0.61 |
| Hex | 7A | D6 | 63 | 2B | 0 | 36 | 10 | 6C | 3A | 3D |
| Octal | 172 | 326 | 143 | 53 | 0 | 66 | 20 | 154 | 72 | 75 |
| Binary | 1111010 | 11010110 | 1100011 | 101011 | 0 | 110110 | 10000 | 1101100 | 111010 | 111101 |
Color Harmonies of #7AD663
Complementary color
Monochromatic Colors of #7AD663
Black with #7AD663
Text Example
Text Example
White with #7AD663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD663; }
p { color: rgb(122,214,99); }
H1.HeaderClassName
{
color: #7AD663;
}
.AnyTagClassName
{
color: #7AD663;
}
</style>
background-color css
<style>
a { background-color: #7AD663; }
a { background-color: rgb(122,214,99); }
div.DivClassName
{
background-color: #7AD663;
}
.BgClassName
{
background-color: #7AD663;
}
</style>
border-color css
<style>
span { border-color: #7AD663; }
span { border-color: rgb(122,214,99); }
td.TdClassName
{
border-color: #7AD663;
}
.TagClassName
{
border-color: #7AD663;
}
</style>