Shades of Mantis #7ACB47
Tints of Mantis #7ACB47
RGB
CMYK
RGB Variations
Color information
#7ACB47 (or 0x7ACB47) is known color: Mantis. HEX triplet: 7A, CB and 47. RGB value is (122,203,71). Sum of RGB (Red+Green+Blue) = 122+203+71=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB47 is #8534B8. Grayscale: #A4A4A4. Windows color (decimal): -8729785 or 4705146. OLE color: 4705146.
HSL color Cylindrical-coordinate representation of color #7ACB47: hue angle of 96.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ACB47 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 71 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.20 |
| HSL | 96.82º | 0.56% | 0.54% | - |
| HSV(B) | 96.82º | 0.65% | 0.8% | - |
| XYZ | 30.52 | 47.3 | 13.48 | - |
| YUV | 163.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 71 | 0.40 | 0 | 0.65 | 0.20 | 96.82 | 0.56 | 0.54 |
| Hex | 7A | CB | 47 | 28 | 0 | 41 | 14 | 61 | 38 | 36 |
| Octal | 172 | 313 | 107 | 50 | 0 | 101 | 24 | 141 | 70 | 66 |
| Binary | 1111010 | 11001011 | 1000111 | 101000 | 0 | 1000001 | 10100 | 1100001 | 111000 | 110110 |
Color Harmonies of #7ACB47
Complementary color
Monochromatic Colors of #7ACB47
Black with #7ACB47
Text Example
Text Example
White with #7ACB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB47; }
p { color: rgb(122,203,71); }
H1.HeaderClassName
{
color: #7ACB47;
}
.AnyTagClassName
{
color: #7ACB47;
}
</style>
background-color css
<style>
a { background-color: #7ACB47; }
a { background-color: rgb(122,203,71); }
div.DivClassName
{
background-color: #7ACB47;
}
.BgClassName
{
background-color: #7ACB47;
}
</style>
border-color css
<style>
span { border-color: #7ACB47; }
span { border-color: rgb(122,203,71); }
td.TdClassName
{
border-color: #7ACB47;
}
.TagClassName
{
border-color: #7ACB47;
}
</style>