Shades of Mantis #7CB54D
Tints of Mantis #7CB54D
RGB
CMYK
RGB Variations
Color information
#7CB54D (or 0x7CB54D) is known color: Mantis. HEX triplet: 7C, B5 and 4D. RGB value is (124,181,77). Sum of RGB (Red+Green+Blue) = 124+181+77=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB54D is #834AB2. Grayscale: #989898. Windows color (decimal): -8604339 or 5092732. OLE color: 5092732.
HSL color Cylindrical-coordinate representation of color #7CB54D: hue angle of 92.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CB54D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 77 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.29 |
| HSL | 92.88º | 0.41% | 0.51% | - |
| HSV(B) | 92.88º | 0.57% | 0.71% | - |
| XYZ | 26.18 | 37.87 | 12.95 | - |
| YUV | 152.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 77 | 0.31 | 0 | 0.57 | 0.29 | 92.88 | 0.41 | 0.51 |
| Hex | 7C | B5 | 4D | 1F | 0 | 39 | 1D | 5D | 29 | 33 |
| Octal | 174 | 265 | 115 | 37 | 0 | 71 | 35 | 135 | 51 | 63 |
| Binary | 1111100 | 10110101 | 1001101 | 11111 | 0 | 111001 | 11101 | 1011101 | 101001 | 110011 |
Color Harmonies of #7CB54D
Complementary color
Monochromatic Colors of #7CB54D
Black with #7CB54D
Text Example
Text Example
White with #7CB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB54D; }
p { color: rgb(124,181,77); }
H1.HeaderClassName
{
color: #7CB54D;
}
.AnyTagClassName
{
color: #7CB54D;
}
</style>
background-color css
<style>
a { background-color: #7CB54D; }
a { background-color: rgb(124,181,77); }
div.DivClassName
{
background-color: #7CB54D;
}
.BgClassName
{
background-color: #7CB54D;
}
</style>
border-color css
<style>
span { border-color: #7CB54D; }
span { border-color: rgb(124,181,77); }
td.TdClassName
{
border-color: #7CB54D;
}
.TagClassName
{
border-color: #7CB54D;
}
</style>