Shades of Mantis #7BBC53
Tints of Mantis #7BBC53
RGB
CMYK
RGB Variations
Color information
#7BBC53 (or 0x7BBC53) is known color: Mantis. HEX triplet: 7B, BC and 53. RGB value is (123,188,83). Sum of RGB (Red+Green+Blue) = 123+188+83=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC53 is #8443AC. Grayscale: #9C9C9C. Windows color (decimal): -8668077 or 5487739. OLE color: 5487739.
HSL color Cylindrical-coordinate representation of color #7BBC53: hue angle of 97.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BBC53 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 83 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.26 |
| HSL | 97.14º | 0.44% | 0.53% | - |
| HSV(B) | 97.14º | 0.56% | 0.74% | - |
| XYZ | 27.71 | 40.8 | 14.6 | - |
| YUV | 156.6 | 86.47 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 83 | 0.35 | 0 | 0.56 | 0.26 | 97.14 | 0.44 | 0.53 |
| Hex | 7B | BC | 53 | 23 | 0 | 38 | 1A | 61 | 2C | 35 |
| Octal | 173 | 274 | 123 | 43 | 0 | 70 | 32 | 141 | 54 | 65 |
| Binary | 1111011 | 10111100 | 1010011 | 100011 | 0 | 111000 | 11010 | 1100001 | 101100 | 110101 |
Color Harmonies of #7BBC53
Complementary color
Monochromatic Colors of #7BBC53
Black with #7BBC53
Text Example
Text Example
White with #7BBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC53; }
p { color: rgb(123,188,83); }
H1.HeaderClassName
{
color: #7BBC53;
}
.AnyTagClassName
{
color: #7BBC53;
}
</style>
background-color css
<style>
a { background-color: #7BBC53; }
a { background-color: rgb(123,188,83); }
div.DivClassName
{
background-color: #7BBC53;
}
.BgClassName
{
background-color: #7BBC53;
}
</style>
border-color css
<style>
span { border-color: #7BBC53; }
span { border-color: rgb(123,188,83); }
td.TdClassName
{
border-color: #7BBC53;
}
.TagClassName
{
border-color: #7BBC53;
}
</style>