Shades of Mantis #7ADC58
Tints of Mantis #7ADC58
RGB
CMYK
RGB Variations
Color information
#7ADC58 (or 0x7ADC58) is known color: Mantis. HEX triplet: 7A, DC and 58. RGB value is (122,220,88). Sum of RGB (Red+Green+Blue) = 122+220+88=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC58 is #8523A7. Grayscale: #B0B0B0. Windows color (decimal): -8725416 or 5823610. OLE color: 5823610.
HSL color Cylindrical-coordinate representation of color #7ADC58: hue angle of 104.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7ADC58 is Cyan = 0.45, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 88 | - |
| CMYK | 0.45 | 0 | 0.6 | 0.14 |
| HSL | 104.55º | 0.65% | 0.6% | - |
| HSV(B) | 104.55º | 0.6% | 0.86% | - |
| XYZ | 35.38 | 56.03 | 18.18 | - |
| YUV | 175.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 88 | 0.45 | 0 | 0.6 | 0.14 | 104.55 | 0.65 | 0.6 |
| Hex | 7A | DC | 58 | 2D | 0 | 3C | E | 69 | 41 | 3C |
| Octal | 172 | 334 | 130 | 55 | 0 | 74 | 16 | 151 | 101 | 74 |
| Binary | 1111010 | 11011100 | 1011000 | 101101 | 0 | 111100 | 1110 | 1101001 | 1000001 | 111100 |
Color Harmonies of #7ADC58
Complementary color
Monochromatic Colors of #7ADC58
Black with #7ADC58
Text Example
Text Example
White with #7ADC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC58; }
p { color: rgb(122,220,88); }
H1.HeaderClassName
{
color: #7ADC58;
}
.AnyTagClassName
{
color: #7ADC58;
}
</style>
background-color css
<style>
a { background-color: #7ADC58; }
a { background-color: rgb(122,220,88); }
div.DivClassName
{
background-color: #7ADC58;
}
.BgClassName
{
background-color: #7ADC58;
}
</style>
border-color css
<style>
span { border-color: #7ADC58; }
span { border-color: rgb(122,220,88); }
td.TdClassName
{
border-color: #7ADC58;
}
.TagClassName
{
border-color: #7ADC58;
}
</style>