Shades of Mantis #7CBC58
Tints of Mantis #7CBC58
RGB
CMYK
RGB Variations
Color information
#7CBC58 (or 0x7CBC58) is known color: Mantis. HEX triplet: 7C, BC and 58. RGB value is (124,188,88). Sum of RGB (Red+Green+Blue) = 124+188+88=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC58 is #8343A7. Grayscale: #9D9D9D. Windows color (decimal): -8602536 or 5815420. OLE color: 5815420.
HSL color Cylindrical-coordinate representation of color #7CBC58: hue angle of 98.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CBC58 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 88 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.26 |
| HSL | 98.4º | 0.43% | 0.54% | - |
| HSV(B) | 98.4º | 0.53% | 0.74% | - |
| XYZ | 28.06 | 40.96 | 15.66 | - |
| YUV | 157.46 | 88.8 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 88 | 0.34 | 0 | 0.53 | 0.26 | 98.4 | 0.43 | 0.54 |
| Hex | 7C | BC | 58 | 22 | 0 | 35 | 1A | 62 | 2B | 36 |
| Octal | 174 | 274 | 130 | 42 | 0 | 65 | 32 | 142 | 53 | 66 |
| Binary | 1111100 | 10111100 | 1011000 | 100010 | 0 | 110101 | 11010 | 1100010 | 101011 | 110110 |
Color Harmonies of #7CBC58
Complementary color
Monochromatic Colors of #7CBC58
Black with #7CBC58
Text Example
Text Example
White with #7CBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC58; }
p { color: rgb(124,188,88); }
H1.HeaderClassName
{
color: #7CBC58;
}
.AnyTagClassName
{
color: #7CBC58;
}
</style>
background-color css
<style>
a { background-color: #7CBC58; }
a { background-color: rgb(124,188,88); }
div.DivClassName
{
background-color: #7CBC58;
}
.BgClassName
{
background-color: #7CBC58;
}
</style>
border-color css
<style>
span { border-color: #7CBC58; }
span { border-color: rgb(124,188,88); }
td.TdClassName
{
border-color: #7CBC58;
}
.TagClassName
{
border-color: #7CBC58;
}
</style>