Shades of Mantis #7ACD47
Tints of Mantis #7ACD47
RGB
CMYK
RGB Variations
Color information
#7ACD47 (or 0x7ACD47) is known color: Mantis. HEX triplet: 7A, CD and 47. RGB value is (122,205,71). Sum of RGB (Red+Green+Blue) = 122+205+71=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD47 is #8532B8. Grayscale: #A5A5A5. Windows color (decimal): -8729273 or 4705658. OLE color: 4705658.
HSL color Cylindrical-coordinate representation of color #7ACD47: hue angle of 97.16º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ACD47 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 71 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.20 |
| HSL | 97.16º | 0.57% | 0.54% | - |
| HSV(B) | 97.16º | 0.65% | 0.8% | - |
| XYZ | 30.99 | 48.26 | 13.64 | - |
| YUV | 164.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 71 | 0.40 | 0 | 0.65 | 0.20 | 97.16 | 0.57 | 0.54 |
| Hex | 7A | CD | 47 | 28 | 0 | 41 | 14 | 61 | 39 | 36 |
| Octal | 172 | 315 | 107 | 50 | 0 | 101 | 24 | 141 | 71 | 66 |
| Binary | 1111010 | 11001101 | 1000111 | 101000 | 0 | 1000001 | 10100 | 1100001 | 111001 | 110110 |
Color Harmonies of #7ACD47
Complementary color
Monochromatic Colors of #7ACD47
Black with #7ACD47
Text Example
Text Example
White with #7ACD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD47; }
p { color: rgb(122,205,71); }
H1.HeaderClassName
{
color: #7ACD47;
}
.AnyTagClassName
{
color: #7ACD47;
}
</style>
background-color css
<style>
a { background-color: #7ACD47; }
a { background-color: rgb(122,205,71); }
div.DivClassName
{
background-color: #7ACD47;
}
.BgClassName
{
background-color: #7ACD47;
}
</style>
border-color css
<style>
span { border-color: #7ACD47; }
span { border-color: rgb(122,205,71); }
td.TdClassName
{
border-color: #7ACD47;
}
.TagClassName
{
border-color: #7ACD47;
}
</style>