Shades of Mantis #7ACD5E
Tints of Mantis #7ACD5E
RGB
CMYK
RGB Variations
Color information
#7ACD5E (or 0x7ACD5E) is known color: Mantis. HEX triplet: 7A, CD and 5E. RGB value is (122,205,94). Sum of RGB (Red+Green+Blue) = 122+205+94=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACD5E is #8532A1. Grayscale: #A7A7A7. Windows color (decimal): -8729250 or 6212986. OLE color: 6212986.
HSL color Cylindrical-coordinate representation of color #7ACD5E: hue angle of 104.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7ACD5E is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 94 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.20 |
| HSL | 104.86º | 0.53% | 0.59% | - |
| HSV(B) | 104.86º | 0.54% | 0.8% | - |
| XYZ | 31.88 | 48.61 | 18.29 | - |
| YUV | 167.53 | 86.5 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 94 | 0.40 | 0 | 0.54 | 0.20 | 104.86 | 0.53 | 0.59 |
| Hex | 7A | CD | 5E | 28 | 0 | 36 | 14 | 69 | 35 | 3B |
| Octal | 172 | 315 | 136 | 50 | 0 | 66 | 24 | 151 | 65 | 73 |
| Binary | 1111010 | 11001101 | 1011110 | 101000 | 0 | 110110 | 10100 | 1101001 | 110101 | 111011 |
Color Harmonies of #7ACD5E
Complementary color
Monochromatic Colors of #7ACD5E
Black with #7ACD5E
Text Example
Text Example
White with #7ACD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD5E; }
p { color: rgb(122,205,94); }
H1.HeaderClassName
{
color: #7ACD5E;
}
.AnyTagClassName
{
color: #7ACD5E;
}
</style>
background-color css
<style>
a { background-color: #7ACD5E; }
a { background-color: rgb(122,205,94); }
div.DivClassName
{
background-color: #7ACD5E;
}
.BgClassName
{
background-color: #7ACD5E;
}
</style>
border-color css
<style>
span { border-color: #7ACD5E; }
span { border-color: rgb(122,205,94); }
td.TdClassName
{
border-color: #7ACD5E;
}
.TagClassName
{
border-color: #7ACD5E;
}
</style>