Shades of Mantis #7CBC4E
Tints of Mantis #7CBC4E
RGB
CMYK
RGB Variations
Color information
#7CBC4E (or 0x7CBC4E) is known color: Mantis. HEX triplet: 7C, BC and 4E. RGB value is (124,188,78). Sum of RGB (Red+Green+Blue) = 124+188+78=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC4E is #8343B1. Grayscale: #9C9C9C. Windows color (decimal): -8602546 or 5160060. OLE color: 5160060.
HSL color Cylindrical-coordinate representation of color #7CBC4E: hue angle of 94.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CBC4E is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 78 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.26 |
| HSL | 94.91º | 0.45% | 0.52% | - |
| HSV(B) | 94.91º | 0.59% | 0.74% | - |
| XYZ | 27.67 | 40.8 | 13.62 | - |
| YUV | 156.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 78 | 0.34 | 0 | 0.59 | 0.26 | 94.91 | 0.45 | 0.52 |
| Hex | 7C | BC | 4E | 22 | 0 | 3B | 1A | 5F | 2D | 34 |
| Octal | 174 | 274 | 116 | 42 | 0 | 73 | 32 | 137 | 55 | 64 |
| Binary | 1111100 | 10111100 | 1001110 | 100010 | 0 | 111011 | 11010 | 1011111 | 101101 | 110100 |
Color Harmonies of #7CBC4E
Complementary color
Monochromatic Colors of #7CBC4E
Black with #7CBC4E
Text Example
Text Example
White with #7CBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC4E; }
p { color: rgb(124,188,78); }
H1.HeaderClassName
{
color: #7CBC4E;
}
.AnyTagClassName
{
color: #7CBC4E;
}
</style>
background-color css
<style>
a { background-color: #7CBC4E; }
a { background-color: rgb(124,188,78); }
div.DivClassName
{
background-color: #7CBC4E;
}
.BgClassName
{
background-color: #7CBC4E;
}
</style>
border-color css
<style>
span { border-color: #7CBC4E; }
span { border-color: rgb(124,188,78); }
td.TdClassName
{
border-color: #7CBC4E;
}
.TagClassName
{
border-color: #7CBC4E;
}
</style>