Shades of Mantis #7ADC51
Tints of Mantis #7ADC51
RGB
CMYK
RGB Variations
Color information
#7ADC51 (or 0x7ADC51) is known color: Mantis. HEX triplet: 7A, DC and 51. RGB value is (122,220,81). Sum of RGB (Red+Green+Blue) = 122+220+81=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC51 is #8523AE. Grayscale: #AFAFAF. Windows color (decimal): -8725423 or 5364858. OLE color: 5364858.
HSL color Cylindrical-coordinate representation of color #7ADC51: hue angle of 102.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ADC51 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 81 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.14 |
| HSL | 102.3º | 0.67% | 0.59% | - |
| HSV(B) | 102.3º | 0.63% | 0.86% | - |
| XYZ | 35.1 | 55.92 | 16.73 | - |
| YUV | 174.85 | 75.03 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 81 | 0.45 | 0 | 0.63 | 0.14 | 102.3 | 0.67 | 0.59 |
| Hex | 7A | DC | 51 | 2D | 0 | 3F | E | 66 | 43 | 3B |
| Octal | 172 | 334 | 121 | 55 | 0 | 77 | 16 | 146 | 103 | 73 |
| Binary | 1111010 | 11011100 | 1010001 | 101101 | 0 | 111111 | 1110 | 1100110 | 1000011 | 111011 |
Color Harmonies of #7ADC51
Complementary color
Monochromatic Colors of #7ADC51
Black with #7ADC51
Text Example
Text Example
White with #7ADC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC51; }
p { color: rgb(122,220,81); }
H1.HeaderClassName
{
color: #7ADC51;
}
.AnyTagClassName
{
color: #7ADC51;
}
</style>
background-color css
<style>
a { background-color: #7ADC51; }
a { background-color: rgb(122,220,81); }
div.DivClassName
{
background-color: #7ADC51;
}
.BgClassName
{
background-color: #7ADC51;
}
</style>
border-color css
<style>
span { border-color: #7ADC51; }
span { border-color: rgb(122,220,81); }
td.TdClassName
{
border-color: #7ADC51;
}
.TagClassName
{
border-color: #7ADC51;
}
</style>