Shades of Mantis #7ADC5A
Tints of Mantis #7ADC5A
RGB
CMYK
RGB Variations
Color information
#7ADC5A (or 0x7ADC5A) is known color: Mantis. HEX triplet: 7A, DC and 5A. RGB value is (122,220,90). Sum of RGB (Red+Green+Blue) = 122+220+90=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC5A is #8523A5. Grayscale: #B0B0B0. Windows color (decimal): -8725414 or 5954682. OLE color: 5954682.
HSL color Cylindrical-coordinate representation of color #7ADC5A: hue angle of 105.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7ADC5A is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 90 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.14 |
| HSL | 105.23º | 0.65% | 0.61% | - |
| HSV(B) | 105.23º | 0.59% | 0.86% | - |
| XYZ | 35.46 | 56.06 | 18.62 | - |
| YUV | 175.88 | 79.53 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 90 | 0.45 | 0 | 0.59 | 0.14 | 105.23 | 0.65 | 0.61 |
| Hex | 7A | DC | 5A | 2D | 0 | 3B | E | 69 | 41 | 3D |
| Octal | 172 | 334 | 132 | 55 | 0 | 73 | 16 | 151 | 101 | 75 |
| Binary | 1111010 | 11011100 | 1011010 | 101101 | 0 | 111011 | 1110 | 1101001 | 1000001 | 111101 |
Color Harmonies of #7ADC5A
Complementary color
Monochromatic Colors of #7ADC5A
Black with #7ADC5A
Text Example
Text Example
White with #7ADC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC5A; }
p { color: rgb(122,220,90); }
H1.HeaderClassName
{
color: #7ADC5A;
}
.AnyTagClassName
{
color: #7ADC5A;
}
</style>
background-color css
<style>
a { background-color: #7ADC5A; }
a { background-color: rgb(122,220,90); }
div.DivClassName
{
background-color: #7ADC5A;
}
.BgClassName
{
background-color: #7ADC5A;
}
</style>
border-color css
<style>
span { border-color: #7ADC5A; }
span { border-color: rgb(122,220,90); }
td.TdClassName
{
border-color: #7ADC5A;
}
.TagClassName
{
border-color: #7ADC5A;
}
</style>