Shades of Mantis #7BBC50
Tints of Mantis #7BBC50
RGB
CMYK
RGB Variations
Color information
#7BBC50 (or 0x7BBC50) is known color: Mantis. HEX triplet: 7B, BC and 50. RGB value is (123,188,80). Sum of RGB (Red+Green+Blue) = 123+188+80=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC50 is #8443AF. Grayscale: #9C9C9C. Windows color (decimal): -8668080 or 5291131. OLE color: 5291131.
HSL color Cylindrical-coordinate representation of color #7BBC50: hue angle of 96.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BBC50 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 80 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.26 |
| HSL | 96.11º | 0.45% | 0.53% | - |
| HSV(B) | 96.11º | 0.57% | 0.74% | - |
| XYZ | 27.6 | 40.76 | 14 | - |
| YUV | 156.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 80 | 0.35 | 0 | 0.57 | 0.26 | 96.11 | 0.45 | 0.53 |
| Hex | 7B | BC | 50 | 23 | 0 | 39 | 1A | 60 | 2D | 35 |
| Octal | 173 | 274 | 120 | 43 | 0 | 71 | 32 | 140 | 55 | 65 |
| Binary | 1111011 | 10111100 | 1010000 | 100011 | 0 | 111001 | 11010 | 1100000 | 101101 | 110101 |
Color Harmonies of #7BBC50
Complementary color
Monochromatic Colors of #7BBC50
Black with #7BBC50
Text Example
Text Example
White with #7BBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC50; }
p { color: rgb(123,188,80); }
H1.HeaderClassName
{
color: #7BBC50;
}
.AnyTagClassName
{
color: #7BBC50;
}
</style>
background-color css
<style>
a { background-color: #7BBC50; }
a { background-color: rgb(123,188,80); }
div.DivClassName
{
background-color: #7BBC50;
}
.BgClassName
{
background-color: #7BBC50;
}
</style>
border-color css
<style>
span { border-color: #7BBC50; }
span { border-color: rgb(123,188,80); }
td.TdClassName
{
border-color: #7BBC50;
}
.TagClassName
{
border-color: #7BBC50;
}
</style>