Shades of Mantis #7CBC56
Tints of Mantis #7CBC56
RGB
CMYK
RGB Variations
Color information
#7CBC56 (or 0x7CBC56) is known color: Mantis. HEX triplet: 7C, BC and 56. RGB value is (124,188,86). Sum of RGB (Red+Green+Blue) = 124+188+86=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC56 is #8343A9. Grayscale: #9D9D9D. Windows color (decimal): -8602538 or 5684348. OLE color: 5684348.
HSL color Cylindrical-coordinate representation of color #7CBC56: hue angle of 97.65º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CBC56 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 86 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.26 |
| HSL | 97.65º | 0.43% | 0.54% | - |
| HSV(B) | 97.65º | 0.54% | 0.74% | - |
| XYZ | 27.98 | 40.92 | 15.23 | - |
| YUV | 157.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 86 | 0.34 | 0 | 0.54 | 0.26 | 97.65 | 0.43 | 0.54 |
| Hex | 7C | BC | 56 | 22 | 0 | 36 | 1A | 62 | 2B | 36 |
| Octal | 174 | 274 | 126 | 42 | 0 | 66 | 32 | 142 | 53 | 66 |
| Binary | 1111100 | 10111100 | 1010110 | 100010 | 0 | 110110 | 11010 | 1100010 | 101011 | 110110 |
Color Harmonies of #7CBC56
Complementary color
Monochromatic Colors of #7CBC56
Black with #7CBC56
Text Example
Text Example
White with #7CBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC56; }
p { color: rgb(124,188,86); }
H1.HeaderClassName
{
color: #7CBC56;
}
.AnyTagClassName
{
color: #7CBC56;
}
</style>
background-color css
<style>
a { background-color: #7CBC56; }
a { background-color: rgb(124,188,86); }
div.DivClassName
{
background-color: #7CBC56;
}
.BgClassName
{
background-color: #7CBC56;
}
</style>
border-color css
<style>
span { border-color: #7CBC56; }
span { border-color: rgb(124,188,86); }
td.TdClassName
{
border-color: #7CBC56;
}
.TagClassName
{
border-color: #7CBC56;
}
</style>