Shades of Mantis #7CBD50
Tints of Mantis #7CBD50
RGB
CMYK
RGB Variations
Color information
#7CBD50 (or 0x7CBD50) is known color: Mantis. HEX triplet: 7C, BD and 50. RGB value is (124,189,80). Sum of RGB (Red+Green+Blue) = 124+189+80=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD50 is #8342AF. Grayscale: #9D9D9D. Windows color (decimal): -8602288 or 5291388. OLE color: 5291388.
HSL color Cylindrical-coordinate representation of color #7CBD50: hue angle of 95.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CBD50 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 80 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.26 |
| HSL | 95.78º | 0.45% | 0.53% | - |
| HSV(B) | 95.78º | 0.58% | 0.74% | - |
| XYZ | 27.96 | 41.26 | 14.08 | - |
| YUV | 157.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 80 | 0.34 | 0 | 0.58 | 0.26 | 95.78 | 0.45 | 0.53 |
| Hex | 7C | BD | 50 | 22 | 0 | 3A | 1A | 60 | 2D | 35 |
| Octal | 174 | 275 | 120 | 42 | 0 | 72 | 32 | 140 | 55 | 65 |
| Binary | 1111100 | 10111101 | 1010000 | 100010 | 0 | 111010 | 11010 | 1100000 | 101101 | 110101 |
Color Harmonies of #7CBD50
Complementary color
Monochromatic Colors of #7CBD50
Black with #7CBD50
Text Example
Text Example
White with #7CBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD50; }
p { color: rgb(124,189,80); }
H1.HeaderClassName
{
color: #7CBD50;
}
.AnyTagClassName
{
color: #7CBD50;
}
</style>
background-color css
<style>
a { background-color: #7CBD50; }
a { background-color: rgb(124,189,80); }
div.DivClassName
{
background-color: #7CBD50;
}
.BgClassName
{
background-color: #7CBD50;
}
</style>
border-color css
<style>
span { border-color: #7CBD50; }
span { border-color: rgb(124,189,80); }
td.TdClassName
{
border-color: #7CBD50;
}
.TagClassName
{
border-color: #7CBD50;
}
</style>