Shades of Mantis #7AD063
Tints of Mantis #7AD063
RGB
CMYK
RGB Variations
Color information
#7AD063 (or 0x7AD063) is known color: Mantis. HEX triplet: 7A, D0 and 63. RGB value is (122,208,99). Sum of RGB (Red+Green+Blue) = 122+208+99=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD063 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD063 is #852F9C. Grayscale: #AAAAAA. Windows color (decimal): -8728477 or 6541434. OLE color: 6541434.
HSL color Cylindrical-coordinate representation of color #7AD063: hue angle of 107.34º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AD063 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 99 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.18 |
| HSL | 107.34º | 0.54% | 0.6% | - |
| HSV(B) | 107.34º | 0.52% | 0.82% | - |
| XYZ | 32.83 | 50.15 | 19.75 | - |
| YUV | 169.86 | 88.01 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 99 | 0.41 | 0 | 0.52 | 0.18 | 107.34 | 0.54 | 0.6 |
| Hex | 7A | D0 | 63 | 29 | 0 | 34 | 12 | 6B | 36 | 3C |
| Octal | 172 | 320 | 143 | 51 | 0 | 64 | 22 | 153 | 66 | 74 |
| Binary | 1111010 | 11010000 | 1100011 | 101001 | 0 | 110100 | 10010 | 1101011 | 110110 | 111100 |
Color Harmonies of #7AD063
Complementary color
Monochromatic Colors of #7AD063
Black with #7AD063
Text Example
Text Example
White with #7AD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD063; }
p { color: rgb(122,208,99); }
H1.HeaderClassName
{
color: #7AD063;
}
.AnyTagClassName
{
color: #7AD063;
}
</style>
background-color css
<style>
a { background-color: #7AD063; }
a { background-color: rgb(122,208,99); }
div.DivClassName
{
background-color: #7AD063;
}
.BgClassName
{
background-color: #7AD063;
}
</style>
border-color css
<style>
span { border-color: #7AD063; }
span { border-color: rgb(122,208,99); }
td.TdClassName
{
border-color: #7AD063;
}
.TagClassName
{
border-color: #7AD063;
}
</style>