Shades of Mantis #7ADC57
Tints of Mantis #7ADC57
RGB
CMYK
RGB Variations
Color information
#7ADC57 (or 0x7ADC57) is known color: Mantis. HEX triplet: 7A, DC and 57. RGB value is (122,220,87). Sum of RGB (Red+Green+Blue) = 122+220+87=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC57 is #8523A8. Grayscale: #AFAFAF. Windows color (decimal): -8725417 or 5758074. OLE color: 5758074.
HSL color Cylindrical-coordinate representation of color #7ADC57: hue angle of 104.21º degrees, saturation: 0.66, 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 #7ADC57 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 87 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.14 |
| HSL | 104.21º | 0.66% | 0.6% | - |
| HSV(B) | 104.21º | 0.6% | 0.86% | - |
| XYZ | 35.34 | 56.01 | 17.97 | - |
| YUV | 175.54 | 78.03 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 87 | 0.45 | 0 | 0.60 | 0.14 | 104.21 | 0.66 | 0.6 |
| Hex | 7A | DC | 57 | 2D | 0 | 3C | E | 68 | 42 | 3C |
| Octal | 172 | 334 | 127 | 55 | 0 | 74 | 16 | 150 | 102 | 74 |
| Binary | 1111010 | 11011100 | 1010111 | 101101 | 0 | 111100 | 1110 | 1101000 | 1000010 | 111100 |
Color Harmonies of #7ADC57
Complementary color
Monochromatic Colors of #7ADC57
Black with #7ADC57
Text Example
Text Example
White with #7ADC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC57; }
p { color: rgb(122,220,87); }
H1.HeaderClassName
{
color: #7ADC57;
}
.AnyTagClassName
{
color: #7ADC57;
}
</style>
background-color css
<style>
a { background-color: #7ADC57; }
a { background-color: rgb(122,220,87); }
div.DivClassName
{
background-color: #7ADC57;
}
.BgClassName
{
background-color: #7ADC57;
}
</style>
border-color css
<style>
span { border-color: #7ADC57; }
span { border-color: rgb(122,220,87); }
td.TdClassName
{
border-color: #7ADC57;
}
.TagClassName
{
border-color: #7ADC57;
}
</style>