Shades of Mantis #7AD347
Tints of Mantis #7AD347
RGB
CMYK
RGB Variations
Color information
#7AD347 (or 0x7AD347) is known color: Mantis. HEX triplet: 7A, D3 and 47. RGB value is (122,211,71). Sum of RGB (Red+Green+Blue) = 122+211+71=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD347 is #852CB8. Grayscale: #A8A8A8. Windows color (decimal): -8727737 or 4707194. OLE color: 4707194.
HSL color Cylindrical-coordinate representation of color #7AD347: hue angle of 98.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AD347 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 71 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.17 |
| HSL | 98.14º | 0.61% | 0.55% | - |
| HSV(B) | 98.14º | 0.66% | 0.83% | - |
| XYZ | 32.46 | 51.18 | 14.13 | - |
| YUV | 168.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 71 | 0.42 | 0 | 0.66 | 0.17 | 98.14 | 0.61 | 0.55 |
| Hex | 7A | D3 | 47 | 2A | 0 | 42 | 11 | 62 | 3D | 37 |
| Octal | 172 | 323 | 107 | 52 | 0 | 102 | 21 | 142 | 75 | 67 |
| Binary | 1111010 | 11010011 | 1000111 | 101010 | 0 | 1000010 | 10001 | 1100010 | 111101 | 110111 |
Color Harmonies of #7AD347
Complementary color
Monochromatic Colors of #7AD347
Black with #7AD347
Text Example
Text Example
White with #7AD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD347; }
p { color: rgb(122,211,71); }
H1.HeaderClassName
{
color: #7AD347;
}
.AnyTagClassName
{
color: #7AD347;
}
</style>
background-color css
<style>
a { background-color: #7AD347; }
a { background-color: rgb(122,211,71); }
div.DivClassName
{
background-color: #7AD347;
}
.BgClassName
{
background-color: #7AD347;
}
</style>
border-color css
<style>
span { border-color: #7AD347; }
span { border-color: rgb(122,211,71); }
td.TdClassName
{
border-color: #7AD347;
}
.TagClassName
{
border-color: #7AD347;
}
</style>