Shades of Mantis #7AD064
Tints of Mantis #7AD064
RGB
CMYK
RGB Variations
Color information
#7AD064 (or 0x7AD064) is known color: Mantis. HEX triplet: 7A, D0 and 64. RGB value is (122,208,100). Sum of RGB (Red+Green+Blue) = 122+208+100=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD064 is #852F9B. Grayscale: #AAAAAA. Windows color (decimal): -8728476 or 6606970. OLE color: 6606970.
HSL color Cylindrical-coordinate representation of color #7AD064: hue angle of 107.78º degrees, saturation: 0.53, 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 #7AD064 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 100 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.18 |
| HSL | 107.78º | 0.53% | 0.6% | - |
| HSV(B) | 107.78º | 0.52% | 0.82% | - |
| XYZ | 32.88 | 50.17 | 20.01 | - |
| YUV | 169.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 100 | 0.41 | 0 | 0.52 | 0.18 | 107.78 | 0.53 | 0.6 |
| Hex | 7A | D0 | 64 | 29 | 0 | 34 | 12 | 6C | 35 | 3C |
| Octal | 172 | 320 | 144 | 51 | 0 | 64 | 22 | 154 | 65 | 74 |
| Binary | 1111010 | 11010000 | 1100100 | 101001 | 0 | 110100 | 10010 | 1101100 | 110101 | 111100 |
Color Harmonies of #7AD064
Complementary color
Monochromatic Colors of #7AD064
Black with #7AD064
Text Example
Text Example
White with #7AD064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD064; }
p { color: rgb(122,208,100); }
H1.HeaderClassName
{
color: #7AD064;
}
.AnyTagClassName
{
color: #7AD064;
}
</style>
background-color css
<style>
a { background-color: #7AD064; }
a { background-color: rgb(122,208,100); }
div.DivClassName
{
background-color: #7AD064;
}
.BgClassName
{
background-color: #7AD064;
}
</style>
border-color css
<style>
span { border-color: #7AD064; }
span { border-color: rgb(122,208,100); }
td.TdClassName
{
border-color: #7AD064;
}
.TagClassName
{
border-color: #7AD064;
}
</style>