Shades of Mantis #7ACC4D
Tints of Mantis #7ACC4D
RGB
CMYK
RGB Variations
Color information
#7ACC4D (or 0x7ACC4D) is known color: Mantis. HEX triplet: 7A, CC and 4D. RGB value is (122,204,77). Sum of RGB (Red+Green+Blue) = 122+204+77=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACC4D is #8533B2. Grayscale: #A5A5A5. Windows color (decimal): -8729523 or 5098618. OLE color: 5098618.
HSL color Cylindrical-coordinate representation of color #7ACC4D: hue angle of 98.74º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7ACC4D is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 77 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.2 |
| HSL | 98.74º | 0.55% | 0.55% | - |
| HSV(B) | 98.74º | 0.62% | 0.8% | - |
| XYZ | 30.96 | 47.86 | 14.63 | - |
| YUV | 165 | 78.33 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 77 | 0.40 | 0 | 0.62 | 0.2 | 98.74 | 0.55 | 0.55 |
| Hex | 7A | CC | 4D | 28 | 0 | 3E | 14 | 63 | 37 | 37 |
| Octal | 172 | 314 | 115 | 50 | 0 | 76 | 24 | 143 | 67 | 67 |
| Binary | 1111010 | 11001100 | 1001101 | 101000 | 0 | 111110 | 10100 | 1100011 | 110111 | 110111 |
Color Harmonies of #7ACC4D
Complementary color
Monochromatic Colors of #7ACC4D
Black with #7ACC4D
Text Example
Text Example
White with #7ACC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC4D; }
p { color: rgb(122,204,77); }
H1.HeaderClassName
{
color: #7ACC4D;
}
.AnyTagClassName
{
color: #7ACC4D;
}
</style>
background-color css
<style>
a { background-color: #7ACC4D; }
a { background-color: rgb(122,204,77); }
div.DivClassName
{
background-color: #7ACC4D;
}
.BgClassName
{
background-color: #7ACC4D;
}
</style>
border-color css
<style>
span { border-color: #7ACC4D; }
span { border-color: rgb(122,204,77); }
td.TdClassName
{
border-color: #7ACC4D;
}
.TagClassName
{
border-color: #7ACC4D;
}
</style>