Shades of Mantis #7CBA50
Tints of Mantis #7CBA50
RGB
CMYK
RGB Variations
Color information
#7CBA50 (or 0x7CBA50) is known color: Mantis. HEX triplet: 7C, BA and 50. RGB value is (124,186,80). Sum of RGB (Red+Green+Blue) = 124+186+80=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA50 is #8345AF. Grayscale: #9B9B9B. Windows color (decimal): -8603056 or 5290620. OLE color: 5290620.
HSL color Cylindrical-coordinate representation of color #7CBA50: hue angle of 95.09º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CBA50 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 80 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.27 |
| HSL | 95.09º | 0.43% | 0.52% | - |
| HSV(B) | 95.09º | 0.57% | 0.73% | - |
| XYZ | 27.32 | 39.98 | 13.87 | - |
| YUV | 155.38 | 85.46 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 80 | 0.33 | 0 | 0.57 | 0.27 | 95.09 | 0.43 | 0.52 |
| Hex | 7C | BA | 50 | 21 | 0 | 39 | 1B | 5F | 2B | 34 |
| Octal | 174 | 272 | 120 | 41 | 0 | 71 | 33 | 137 | 53 | 64 |
| Binary | 1111100 | 10111010 | 1010000 | 100001 | 0 | 111001 | 11011 | 1011111 | 101011 | 110100 |
Color Harmonies of #7CBA50
Complementary color
Monochromatic Colors of #7CBA50
Black with #7CBA50
Text Example
Text Example
White with #7CBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA50; }
p { color: rgb(124,186,80); }
H1.HeaderClassName
{
color: #7CBA50;
}
.AnyTagClassName
{
color: #7CBA50;
}
</style>
background-color css
<style>
a { background-color: #7CBA50; }
a { background-color: rgb(124,186,80); }
div.DivClassName
{
background-color: #7CBA50;
}
.BgClassName
{
background-color: #7CBA50;
}
</style>
border-color css
<style>
span { border-color: #7CBA50; }
span { border-color: rgb(124,186,80); }
td.TdClassName
{
border-color: #7CBA50;
}
.TagClassName
{
border-color: #7CBA50;
}
</style>