Shades of Mantis #7AD463
Tints of Mantis #7AD463
RGB
CMYK
RGB Variations
Color information
#7AD463 (or 0x7AD463) is known color: Mantis. HEX triplet: 7A, D4 and 63. RGB value is (122,212,99). Sum of RGB (Red+Green+Blue) = 122+212+99=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD463 is #852B9C. Grayscale: #ACACAC. Windows color (decimal): -8727453 or 6542458. OLE color: 6542458.
HSL color Cylindrical-coordinate representation of color #7AD463: hue angle of 107.79º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AD463 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 99 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.17 |
| HSL | 107.79º | 0.57% | 0.61% | - |
| HSV(B) | 107.79º | 0.53% | 0.83% | - |
| XYZ | 33.82 | 52.13 | 20.08 | - |
| YUV | 172.21 | 86.68 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 99 | 0.42 | 0 | 0.53 | 0.17 | 107.79 | 0.57 | 0.61 |
| Hex | 7A | D4 | 63 | 2A | 0 | 35 | 11 | 6C | 39 | 3D |
| Octal | 172 | 324 | 143 | 52 | 0 | 65 | 21 | 154 | 71 | 75 |
| Binary | 1111010 | 11010100 | 1100011 | 101010 | 0 | 110101 | 10001 | 1101100 | 111001 | 111101 |
Color Harmonies of #7AD463
Complementary color
Monochromatic Colors of #7AD463
Black with #7AD463
Text Example
Text Example
White with #7AD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD463; }
p { color: rgb(122,212,99); }
H1.HeaderClassName
{
color: #7AD463;
}
.AnyTagClassName
{
color: #7AD463;
}
</style>
background-color css
<style>
a { background-color: #7AD463; }
a { background-color: rgb(122,212,99); }
div.DivClassName
{
background-color: #7AD463;
}
.BgClassName
{
background-color: #7AD463;
}
</style>
border-color css
<style>
span { border-color: #7AD463; }
span { border-color: rgb(122,212,99); }
td.TdClassName
{
border-color: #7AD463;
}
.TagClassName
{
border-color: #7AD463;
}
</style>