Shades of Mantis #7ACD57
Tints of Mantis #7ACD57
RGB
CMYK
RGB Variations
Color information
#7ACD57 (or 0x7ACD57) is known color: Mantis. HEX triplet: 7A, CD and 57. RGB value is (122,205,87). Sum of RGB (Red+Green+Blue) = 122+205+87=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACD57 is #8532A8. Grayscale: #A7A7A7. Windows color (decimal): -8729257 or 5754234. OLE color: 5754234.
HSL color Cylindrical-coordinate representation of color #7ACD57: hue angle of 102.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ACD57 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 87 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.20 |
| HSL | 102.2º | 0.54% | 0.57% | - |
| HSV(B) | 102.2º | 0.58% | 0.8% | - |
| XYZ | 31.58 | 48.49 | 16.71 | - |
| YUV | 166.73 | 83 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 87 | 0.40 | 0 | 0.58 | 0.20 | 102.2 | 0.54 | 0.57 |
| Hex | 7A | CD | 57 | 28 | 0 | 3A | 14 | 66 | 36 | 39 |
| Octal | 172 | 315 | 127 | 50 | 0 | 72 | 24 | 146 | 66 | 71 |
| Binary | 1111010 | 11001101 | 1010111 | 101000 | 0 | 111010 | 10100 | 1100110 | 110110 | 111001 |
Color Harmonies of #7ACD57
Complementary color
Monochromatic Colors of #7ACD57
Black with #7ACD57
Text Example
Text Example
White with #7ACD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD57; }
p { color: rgb(122,205,87); }
H1.HeaderClassName
{
color: #7ACD57;
}
.AnyTagClassName
{
color: #7ACD57;
}
</style>
background-color css
<style>
a { background-color: #7ACD57; }
a { background-color: rgb(122,205,87); }
div.DivClassName
{
background-color: #7ACD57;
}
.BgClassName
{
background-color: #7ACD57;
}
</style>
border-color css
<style>
span { border-color: #7ACD57; }
span { border-color: rgb(122,205,87); }
td.TdClassName
{
border-color: #7ACD57;
}
.TagClassName
{
border-color: #7ACD57;
}
</style>