Shades of Mantis #7ADC43
Tints of Mantis #7ADC43
RGB
CMYK
RGB Variations
Color information
#7ADC43 (or 0x7ADC43) is known color: Mantis. HEX triplet: 7A, DC and 43. RGB value is (122,220,67). Sum of RGB (Red+Green+Blue) = 122+220+67=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC43 is #8523BC. Grayscale: #ADADAD. Windows color (decimal): -8725437 or 4447354. OLE color: 4447354.
HSL color Cylindrical-coordinate representation of color #7ADC43: hue angle of 98.43º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7ADC43 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 67 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.14 |
| HSL | 98.43º | 0.69% | 0.56% | - |
| HSV(B) | 98.43º | 0.7% | 0.86% | - |
| XYZ | 34.63 | 55.73 | 14.24 | - |
| YUV | 173.26 | 68.03 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 67 | 0.45 | 0 | 0.70 | 0.14 | 98.43 | 0.69 | 0.56 |
| Hex | 7A | DC | 43 | 2D | 0 | 46 | E | 62 | 45 | 38 |
| Octal | 172 | 334 | 103 | 55 | 0 | 106 | 16 | 142 | 105 | 70 |
| Binary | 1111010 | 11011100 | 1000011 | 101101 | 0 | 1000110 | 1110 | 1100010 | 1000101 | 111000 |
Color Harmonies of #7ADC43
Complementary color
Monochromatic Colors of #7ADC43
Black with #7ADC43
Text Example
Text Example
White with #7ADC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC43; }
p { color: rgb(122,220,67); }
H1.HeaderClassName
{
color: #7ADC43;
}
.AnyTagClassName
{
color: #7ADC43;
}
</style>
background-color css
<style>
a { background-color: #7ADC43; }
a { background-color: rgb(122,220,67); }
div.DivClassName
{
background-color: #7ADC43;
}
.BgClassName
{
background-color: #7ADC43;
}
</style>
border-color css
<style>
span { border-color: #7ADC43; }
span { border-color: rgb(122,220,67); }
td.TdClassName
{
border-color: #7ADC43;
}
.TagClassName
{
border-color: #7ADC43;
}
</style>