Shades of Mantis #7ACE47
Tints of Mantis #7ACE47
RGB
CMYK
RGB Variations
Color information
#7ACE47 (or 0x7ACE47) is known color: Mantis. HEX triplet: 7A, CE and 47. RGB value is (122,206,71). Sum of RGB (Red+Green+Blue) = 122+206+71=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACE47 is #8531B8. Grayscale: #A5A5A5. Windows color (decimal): -8729017 or 4705914. OLE color: 4705914.
HSL color Cylindrical-coordinate representation of color #7ACE47: hue angle of 97.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ACE47 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 71 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.19 |
| HSL | 97.33º | 0.58% | 0.54% | - |
| HSV(B) | 97.33º | 0.66% | 0.81% | - |
| XYZ | 31.23 | 48.74 | 13.72 | - |
| YUV | 165.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 71 | 0.41 | 0 | 0.66 | 0.19 | 97.33 | 0.58 | 0.54 |
| Hex | 7A | CE | 47 | 29 | 0 | 42 | 13 | 61 | 3A | 36 |
| Octal | 172 | 316 | 107 | 51 | 0 | 102 | 23 | 141 | 72 | 66 |
| Binary | 1111010 | 11001110 | 1000111 | 101001 | 0 | 1000010 | 10011 | 1100001 | 111010 | 110110 |
Color Harmonies of #7ACE47
Complementary color
Monochromatic Colors of #7ACE47
Black with #7ACE47
Text Example
Text Example
White with #7ACE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE47; }
p { color: rgb(122,206,71); }
H1.HeaderClassName
{
color: #7ACE47;
}
.AnyTagClassName
{
color: #7ACE47;
}
</style>
background-color css
<style>
a { background-color: #7ACE47; }
a { background-color: rgb(122,206,71); }
div.DivClassName
{
background-color: #7ACE47;
}
.BgClassName
{
background-color: #7ACE47;
}
</style>
border-color css
<style>
span { border-color: #7ACE47; }
span { border-color: rgb(122,206,71); }
td.TdClassName
{
border-color: #7ACE47;
}
.TagClassName
{
border-color: #7ACE47;
}
</style>