Shades of Mantis #7ACD5F
Tints of Mantis #7ACD5F
RGB
CMYK
RGB Variations
Color information
#7ACD5F (or 0x7ACD5F) is known color: Mantis. HEX triplet: 7A, CD and 5F. RGB value is (122,205,95). Sum of RGB (Red+Green+Blue) = 122+205+95=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACD5F is #8532A0. Grayscale: #A7A7A7. Windows color (decimal): -8729249 or 6278522. OLE color: 6278522.
HSL color Cylindrical-coordinate representation of color #7ACD5F: hue angle of 105.27º degrees, saturation: 0.52, 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 #7ACD5F is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 95 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.20 |
| HSL | 105.27º | 0.52% | 0.59% | - |
| HSV(B) | 105.27º | 0.54% | 0.8% | - |
| XYZ | 31.92 | 48.63 | 18.53 | - |
| YUV | 167.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 95 | 0.40 | 0 | 0.54 | 0.20 | 105.27 | 0.52 | 0.59 |
| Hex | 7A | CD | 5F | 28 | 0 | 36 | 14 | 69 | 34 | 3B |
| Octal | 172 | 315 | 137 | 50 | 0 | 66 | 24 | 151 | 64 | 73 |
| Binary | 1111010 | 11001101 | 1011111 | 101000 | 0 | 110110 | 10100 | 1101001 | 110100 | 111011 |
Color Harmonies of #7ACD5F
Complementary color
Monochromatic Colors of #7ACD5F
Black with #7ACD5F
Text Example
Text Example
White with #7ACD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD5F; }
p { color: rgb(122,205,95); }
H1.HeaderClassName
{
color: #7ACD5F;
}
.AnyTagClassName
{
color: #7ACD5F;
}
</style>
background-color css
<style>
a { background-color: #7ACD5F; }
a { background-color: rgb(122,205,95); }
div.DivClassName
{
background-color: #7ACD5F;
}
.BgClassName
{
background-color: #7ACD5F;
}
</style>
border-color css
<style>
span { border-color: #7ACD5F; }
span { border-color: rgb(122,205,95); }
td.TdClassName
{
border-color: #7ACD5F;
}
.TagClassName
{
border-color: #7ACD5F;
}
</style>