Shades of Mantis #7ACB51
Tints of Mantis #7ACB51
RGB
CMYK
RGB Variations
Color information
#7ACB51 (or 0x7ACB51) is known color: Mantis. HEX triplet: 7A, CB and 51. RGB value is (122,203,81). Sum of RGB (Red+Green+Blue) = 122+203+81=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB51 is #8534AE. Grayscale: #A5A5A5. Windows color (decimal): -8729775 or 5360506. OLE color: 5360506.
HSL color Cylindrical-coordinate representation of color #7ACB51: hue angle of 99.84º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7ACB51 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 81 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.20 |
| HSL | 99.84º | 0.54% | 0.56% | - |
| HSV(B) | 99.84º | 0.6% | 0.8% | - |
| XYZ | 30.87 | 47.44 | 15.32 | - |
| YUV | 164.87 | 80.66 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 81 | 0.40 | 0 | 0.60 | 0.20 | 99.84 | 0.54 | 0.56 |
| Hex | 7A | CB | 51 | 28 | 0 | 3C | 14 | 64 | 36 | 38 |
| Octal | 172 | 313 | 121 | 50 | 0 | 74 | 24 | 144 | 66 | 70 |
| Binary | 1111010 | 11001011 | 1010001 | 101000 | 0 | 111100 | 10100 | 1100100 | 110110 | 111000 |
Color Harmonies of #7ACB51
Complementary color
Monochromatic Colors of #7ACB51
Black with #7ACB51
Text Example
Text Example
White with #7ACB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB51; }
p { color: rgb(122,203,81); }
H1.HeaderClassName
{
color: #7ACB51;
}
.AnyTagClassName
{
color: #7ACB51;
}
</style>
background-color css
<style>
a { background-color: #7ACB51; }
a { background-color: rgb(122,203,81); }
div.DivClassName
{
background-color: #7ACB51;
}
.BgClassName
{
background-color: #7ACB51;
}
</style>
border-color css
<style>
span { border-color: #7ACB51; }
span { border-color: rgb(122,203,81); }
td.TdClassName
{
border-color: #7ACB51;
}
.TagClassName
{
border-color: #7ACB51;
}
</style>