Shades of Mantis #7AD95C
Tints of Mantis #7AD95C
RGB
CMYK
RGB Variations
Color information
#7AD95C (or 0x7AD95C) is known color: Mantis. HEX triplet: 7A, D9 and 5C. RGB value is (122,217,92). Sum of RGB (Red+Green+Blue) = 122+217+92=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD95C is #8526A3. Grayscale: #AEAEAE. Windows color (decimal): -8726180 or 6084986. OLE color: 6084986.
HSL color Cylindrical-coordinate representation of color #7AD95C: hue angle of 105.6º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AD95C is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 92 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.15 |
| HSL | 105.6º | 0.62% | 0.61% | - |
| HSV(B) | 105.6º | 0.58% | 0.85% | - |
| XYZ | 34.77 | 54.54 | 18.82 | - |
| YUV | 174.35 | 81.53 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 92 | 0.44 | 0 | 0.58 | 0.15 | 105.6 | 0.62 | 0.61 |
| Hex | 7A | D9 | 5C | 2C | 0 | 3A | F | 6A | 3E | 3D |
| Octal | 172 | 331 | 134 | 54 | 0 | 72 | 17 | 152 | 76 | 75 |
| Binary | 1111010 | 11011001 | 1011100 | 101100 | 0 | 111010 | 1111 | 1101010 | 111110 | 111101 |
Color Harmonies of #7AD95C
Complementary color
Monochromatic Colors of #7AD95C
Black with #7AD95C
Text Example
Text Example
White with #7AD95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD95C; }
p { color: rgb(122,217,92); }
H1.HeaderClassName
{
color: #7AD95C;
}
.AnyTagClassName
{
color: #7AD95C;
}
</style>
background-color css
<style>
a { background-color: #7AD95C; }
a { background-color: rgb(122,217,92); }
div.DivClassName
{
background-color: #7AD95C;
}
.BgClassName
{
background-color: #7AD95C;
}
</style>
border-color css
<style>
span { border-color: #7AD95C; }
span { border-color: rgb(122,217,92); }
td.TdClassName
{
border-color: #7AD95C;
}
.TagClassName
{
border-color: #7AD95C;
}
</style>