Shades of Mantis #7ACD58
Tints of Mantis #7ACD58
RGB
CMYK
RGB Variations
Color information
#7ACD58 (or 0x7ACD58) is known color: Mantis. HEX triplet: 7A, CD and 58. RGB value is (122,205,88). Sum of RGB (Red+Green+Blue) = 122+205+88=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACD58 is #8532A7. Grayscale: #A7A7A7. Windows color (decimal): -8729256 or 5819770. OLE color: 5819770.
HSL color Cylindrical-coordinate representation of color #7ACD58: hue angle of 102.56º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7ACD58 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 88 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.20 |
| HSL | 102.56º | 0.54% | 0.57% | - |
| HSV(B) | 102.56º | 0.57% | 0.8% | - |
| XYZ | 31.62 | 48.5 | 16.93 | - |
| YUV | 166.85 | 83.5 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 88 | 0.40 | 0 | 0.57 | 0.20 | 102.56 | 0.54 | 0.57 |
| Hex | 7A | CD | 58 | 28 | 0 | 39 | 14 | 67 | 36 | 39 |
| Octal | 172 | 315 | 130 | 50 | 0 | 71 | 24 | 147 | 66 | 71 |
| Binary | 1111010 | 11001101 | 1011000 | 101000 | 0 | 111001 | 10100 | 1100111 | 110110 | 111001 |
Color Harmonies of #7ACD58
Complementary color
Monochromatic Colors of #7ACD58
Black with #7ACD58
Text Example
Text Example
White with #7ACD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD58; }
p { color: rgb(122,205,88); }
H1.HeaderClassName
{
color: #7ACD58;
}
.AnyTagClassName
{
color: #7ACD58;
}
</style>
background-color css
<style>
a { background-color: #7ACD58; }
a { background-color: rgb(122,205,88); }
div.DivClassName
{
background-color: #7ACD58;
}
.BgClassName
{
background-color: #7ACD58;
}
</style>
border-color css
<style>
span { border-color: #7ACD58; }
span { border-color: rgb(122,205,88); }
td.TdClassName
{
border-color: #7ACD58;
}
.TagClassName
{
border-color: #7ACD58;
}
</style>