Shades of Mantis #7ACD41
Tints of Mantis #7ACD41
RGB
CMYK
RGB Variations
Color information
#7ACD41 (or 0x7ACD41) is known color: Mantis. HEX triplet: 7A, CD and 41. RGB value is (122,205,65). Sum of RGB (Red+Green+Blue) = 122+205+65=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD41 is #8532BE. Grayscale: #A4A4A4. Windows color (decimal): -8729279 or 4312442. OLE color: 4312442.
HSL color Cylindrical-coordinate representation of color #7ACD41: hue angle of 95.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ACD41 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 65 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.20 |
| HSL | 95.57º | 0.58% | 0.53% | - |
| HSV(B) | 95.57º | 0.68% | 0.8% | - |
| XYZ | 30.81 | 48.18 | 12.68 | - |
| YUV | 164.22 | 72 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 65 | 0.40 | 0 | 0.68 | 0.20 | 95.57 | 0.58 | 0.53 |
| Hex | 7A | CD | 41 | 28 | 0 | 44 | 14 | 60 | 3A | 35 |
| Octal | 172 | 315 | 101 | 50 | 0 | 104 | 24 | 140 | 72 | 65 |
| Binary | 1111010 | 11001101 | 1000001 | 101000 | 0 | 1000100 | 10100 | 1100000 | 111010 | 110101 |
Color Harmonies of #7ACD41
Complementary color
Monochromatic Colors of #7ACD41
Black with #7ACD41
Text Example
Text Example
White with #7ACD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD41; }
p { color: rgb(122,205,65); }
H1.HeaderClassName
{
color: #7ACD41;
}
.AnyTagClassName
{
color: #7ACD41;
}
</style>
background-color css
<style>
a { background-color: #7ACD41; }
a { background-color: rgb(122,205,65); }
div.DivClassName
{
background-color: #7ACD41;
}
.BgClassName
{
background-color: #7ACD41;
}
</style>
border-color css
<style>
span { border-color: #7ACD41; }
span { border-color: rgb(122,205,65); }
td.TdClassName
{
border-color: #7ACD41;
}
.TagClassName
{
border-color: #7ACD41;
}
</style>