Shades of Mantis #7ADC5D
Tints of Mantis #7ADC5D
RGB
CMYK
RGB Variations
Color information
#7ADC5D (or 0x7ADC5D) is known color: Mantis. HEX triplet: 7A, DC and 5D. RGB value is (122,220,93). Sum of RGB (Red+Green+Blue) = 122+220+93=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC5D is #8523A2. Grayscale: #B0B0B0. Windows color (decimal): -8725411 or 6151290. OLE color: 6151290.
HSL color Cylindrical-coordinate representation of color #7ADC5D: hue angle of 106.3º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ADC5D is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 93 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.14 |
| HSL | 106.3º | 0.64% | 0.61% | - |
| HSV(B) | 106.3º | 0.58% | 0.86% | - |
| XYZ | 35.6 | 56.11 | 19.31 | - |
| YUV | 176.22 | 81.03 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 93 | 0.45 | 0 | 0.58 | 0.14 | 106.3 | 0.64 | 0.61 |
| Hex | 7A | DC | 5D | 2D | 0 | 3A | E | 6A | 40 | 3D |
| Octal | 172 | 334 | 135 | 55 | 0 | 72 | 16 | 152 | 100 | 75 |
| Binary | 1111010 | 11011100 | 1011101 | 101101 | 0 | 111010 | 1110 | 1101010 | 1000000 | 111101 |
Color Harmonies of #7ADC5D
Complementary color
Monochromatic Colors of #7ADC5D
Black with #7ADC5D
Text Example
Text Example
White with #7ADC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC5D; }
p { color: rgb(122,220,93); }
H1.HeaderClassName
{
color: #7ADC5D;
}
.AnyTagClassName
{
color: #7ADC5D;
}
</style>
background-color css
<style>
a { background-color: #7ADC5D; }
a { background-color: rgb(122,220,93); }
div.DivClassName
{
background-color: #7ADC5D;
}
.BgClassName
{
background-color: #7ADC5D;
}
</style>
border-color css
<style>
span { border-color: #7ADC5D; }
span { border-color: rgb(122,220,93); }
td.TdClassName
{
border-color: #7ADC5D;
}
.TagClassName
{
border-color: #7ADC5D;
}
</style>