Shades of Mantis #7ACB4E
Tints of Mantis #7ACB4E
RGB
CMYK
RGB Variations
Color information
#7ACB4E (or 0x7ACB4E) is known color: Mantis. HEX triplet: 7A, CB and 4E. RGB value is (122,203,78). Sum of RGB (Red+Green+Blue) = 122+203+78=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB4E is #8534B1. Grayscale: #A4A4A4. Windows color (decimal): -8729778 or 5163898. OLE color: 5163898.
HSL color Cylindrical-coordinate representation of color #7ACB4E: hue angle of 98.88º 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 #7ACB4E is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 78 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.20 |
| HSL | 98.88º | 0.55% | 0.55% | - |
| HSV(B) | 98.88º | 0.62% | 0.8% | - |
| XYZ | 30.76 | 47.4 | 14.74 | - |
| YUV | 164.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 78 | 0.40 | 0 | 0.62 | 0.20 | 98.88 | 0.55 | 0.55 |
| Hex | 7A | CB | 4E | 28 | 0 | 3E | 14 | 63 | 37 | 37 |
| Octal | 172 | 313 | 116 | 50 | 0 | 76 | 24 | 143 | 67 | 67 |
| Binary | 1111010 | 11001011 | 1001110 | 101000 | 0 | 111110 | 10100 | 1100011 | 110111 | 110111 |
Color Harmonies of #7ACB4E
Complementary color
Monochromatic Colors of #7ACB4E
Black with #7ACB4E
Text Example
Text Example
White with #7ACB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB4E; }
p { color: rgb(122,203,78); }
H1.HeaderClassName
{
color: #7ACB4E;
}
.AnyTagClassName
{
color: #7ACB4E;
}
</style>
background-color css
<style>
a { background-color: #7ACB4E; }
a { background-color: rgb(122,203,78); }
div.DivClassName
{
background-color: #7ACB4E;
}
.BgClassName
{
background-color: #7ACB4E;
}
</style>
border-color css
<style>
span { border-color: #7ACB4E; }
span { border-color: rgb(122,203,78); }
td.TdClassName
{
border-color: #7ACB4E;
}
.TagClassName
{
border-color: #7ACB4E;
}
</style>