Shades of Mantis #7AD153
Tints of Mantis #7AD153
RGB
CMYK
RGB Variations
Color information
#7AD153 (or 0x7AD153) is known color: Mantis. HEX triplet: 7A, D1 and 53. RGB value is (122,209,83). Sum of RGB (Red+Green+Blue) = 122+209+83=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD153 is #852EAC. Grayscale: #A9A9A9. Windows color (decimal): -8728237 or 5493114. OLE color: 5493114.
HSL color Cylindrical-coordinate representation of color #7AD153: hue angle of 101.43º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AD153 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 83 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.18 |
| HSL | 101.43º | 0.58% | 0.57% | - |
| HSV(B) | 101.43º | 0.6% | 0.82% | - |
| XYZ | 32.39 | 50.36 | 16.2 | - |
| YUV | 168.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 83 | 0.42 | 0 | 0.60 | 0.18 | 101.43 | 0.58 | 0.57 |
| Hex | 7A | D1 | 53 | 2A | 0 | 3C | 12 | 65 | 3A | 39 |
| Octal | 172 | 321 | 123 | 52 | 0 | 74 | 22 | 145 | 72 | 71 |
| Binary | 1111010 | 11010001 | 1010011 | 101010 | 0 | 111100 | 10010 | 1100101 | 111010 | 111001 |
Color Harmonies of #7AD153
Complementary color
Monochromatic Colors of #7AD153
Black with #7AD153
Text Example
Text Example
White with #7AD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD153; }
p { color: rgb(122,209,83); }
H1.HeaderClassName
{
color: #7AD153;
}
.AnyTagClassName
{
color: #7AD153;
}
</style>
background-color css
<style>
a { background-color: #7AD153; }
a { background-color: rgb(122,209,83); }
div.DivClassName
{
background-color: #7AD153;
}
.BgClassName
{
background-color: #7AD153;
}
</style>
border-color css
<style>
span { border-color: #7AD153; }
span { border-color: rgb(122,209,83); }
td.TdClassName
{
border-color: #7AD153;
}
.TagClassName
{
border-color: #7AD153;
}
</style>