Shades of Mantis #7ADC53
Tints of Mantis #7ADC53
RGB
CMYK
RGB Variations
Color information
#7ADC53 (or 0x7ADC53) is known color: Mantis. HEX triplet: 7A, DC and 53. RGB value is (122,220,83). Sum of RGB (Red+Green+Blue) = 122+220+83=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC53 is #8523AC. Grayscale: #AFAFAF. Windows color (decimal): -8725421 or 5495930. OLE color: 5495930.
HSL color Cylindrical-coordinate representation of color #7ADC53: hue angle of 102.92º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7ADC53 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 83 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.14 |
| HSL | 102.92º | 0.66% | 0.59% | - |
| HSV(B) | 102.92º | 0.62% | 0.86% | - |
| XYZ | 35.18 | 55.95 | 17.13 | - |
| YUV | 175.08 | 76.03 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 83 | 0.45 | 0 | 0.62 | 0.14 | 102.92 | 0.66 | 0.59 |
| Hex | 7A | DC | 53 | 2D | 0 | 3E | E | 67 | 42 | 3B |
| Octal | 172 | 334 | 123 | 55 | 0 | 76 | 16 | 147 | 102 | 73 |
| Binary | 1111010 | 11011100 | 1010011 | 101101 | 0 | 111110 | 1110 | 1100111 | 1000010 | 111011 |
Color Harmonies of #7ADC53
Complementary color
Monochromatic Colors of #7ADC53
Black with #7ADC53
Text Example
Text Example
White with #7ADC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC53; }
p { color: rgb(122,220,83); }
H1.HeaderClassName
{
color: #7ADC53;
}
.AnyTagClassName
{
color: #7ADC53;
}
</style>
background-color css
<style>
a { background-color: #7ADC53; }
a { background-color: rgb(122,220,83); }
div.DivClassName
{
background-color: #7ADC53;
}
.BgClassName
{
background-color: #7ADC53;
}
</style>
border-color css
<style>
span { border-color: #7ADC53; }
span { border-color: rgb(122,220,83); }
td.TdClassName
{
border-color: #7ADC53;
}
.TagClassName
{
border-color: #7ADC53;
}
</style>