Shades of Mantis #7AD85D
Tints of Mantis #7AD85D
RGB
CMYK
RGB Variations
Color information
#7AD85D (or 0x7AD85D) is known color: Mantis. HEX triplet: 7A, D8 and 5D. RGB value is (122,216,93). Sum of RGB (Red+Green+Blue) = 122+216+93=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD85D is #8527A2. Grayscale: #AEAEAE. Windows color (decimal): -8726435 or 6150266. OLE color: 6150266.
HSL color Cylindrical-coordinate representation of color #7AD85D: hue angle of 105.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AD85D is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 93 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.15 |
| HSL | 105.85º | 0.61% | 0.61% | - |
| HSV(B) | 105.85º | 0.57% | 0.85% | - |
| XYZ | 34.56 | 54.04 | 18.97 | - |
| YUV | 173.87 | 82.36 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 93 | 0.44 | 0 | 0.57 | 0.15 | 105.85 | 0.61 | 0.61 |
| Hex | 7A | D8 | 5D | 2C | 0 | 39 | F | 6A | 3D | 3D |
| Octal | 172 | 330 | 135 | 54 | 0 | 71 | 17 | 152 | 75 | 75 |
| Binary | 1111010 | 11011000 | 1011101 | 101100 | 0 | 111001 | 1111 | 1101010 | 111101 | 111101 |
Color Harmonies of #7AD85D
Complementary color
Monochromatic Colors of #7AD85D
Black with #7AD85D
Text Example
Text Example
White with #7AD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD85D; }
p { color: rgb(122,216,93); }
H1.HeaderClassName
{
color: #7AD85D;
}
.AnyTagClassName
{
color: #7AD85D;
}
</style>
background-color css
<style>
a { background-color: #7AD85D; }
a { background-color: rgb(122,216,93); }
div.DivClassName
{
background-color: #7AD85D;
}
.BgClassName
{
background-color: #7AD85D;
}
</style>
border-color css
<style>
span { border-color: #7AD85D; }
span { border-color: rgb(122,216,93); }
td.TdClassName
{
border-color: #7AD85D;
}
.TagClassName
{
border-color: #7AD85D;
}
</style>