Shades of Mantis #7AD363
Tints of Mantis #7AD363
RGB
CMYK
RGB Variations
Color information
#7AD363 (or 0x7AD363) is known color: Mantis. HEX triplet: 7A, D3 and 63. RGB value is (122,211,99). Sum of RGB (Red+Green+Blue) = 122+211+99=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD363 is #852C9C. Grayscale: #ABABAB. Windows color (decimal): -8727709 or 6542202. OLE color: 6542202.
HSL color Cylindrical-coordinate representation of color #7AD363: hue angle of 107.68º degrees, saturation: 0.56, 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 #7AD363 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 99 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.17 |
| HSL | 107.68º | 0.56% | 0.61% | - |
| HSV(B) | 107.68º | 0.53% | 0.83% | - |
| XYZ | 33.57 | 51.63 | 20 | - |
| YUV | 171.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 99 | 0.42 | 0 | 0.53 | 0.17 | 107.68 | 0.56 | 0.61 |
| Hex | 7A | D3 | 63 | 2A | 0 | 35 | 11 | 6C | 38 | 3D |
| Octal | 172 | 323 | 143 | 52 | 0 | 65 | 21 | 154 | 70 | 75 |
| Binary | 1111010 | 11010011 | 1100011 | 101010 | 0 | 110101 | 10001 | 1101100 | 111000 | 111101 |
Color Harmonies of #7AD363
Complementary color
Monochromatic Colors of #7AD363
Black with #7AD363
Text Example
Text Example
White with #7AD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD363; }
p { color: rgb(122,211,99); }
H1.HeaderClassName
{
color: #7AD363;
}
.AnyTagClassName
{
color: #7AD363;
}
</style>
background-color css
<style>
a { background-color: #7AD363; }
a { background-color: rgb(122,211,99); }
div.DivClassName
{
background-color: #7AD363;
}
.BgClassName
{
background-color: #7AD363;
}
</style>
border-color css
<style>
span { border-color: #7AD363; }
span { border-color: rgb(122,211,99); }
td.TdClassName
{
border-color: #7AD363;
}
.TagClassName
{
border-color: #7AD363;
}
</style>