Shades of Mantis #7BBC54
Tints of Mantis #7BBC54
RGB
CMYK
RGB Variations
Color information
#7BBC54 (or 0x7BBC54) is known color: Mantis. HEX triplet: 7B, BC and 54. RGB value is (123,188,84). Sum of RGB (Red+Green+Blue) = 123+188+84=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC54 is #8443AB. Grayscale: #9D9D9D. Windows color (decimal): -8668076 or 5553275. OLE color: 5553275.
HSL color Cylindrical-coordinate representation of color #7BBC54: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7BBC54 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 84 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.26 |
| HSL | 97.5º | 0.44% | 0.53% | - |
| HSV(B) | 97.5º | 0.55% | 0.74% | - |
| XYZ | 27.75 | 40.82 | 14.8 | - |
| YUV | 156.71 | 86.97 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 84 | 0.35 | 0 | 0.55 | 0.26 | 97.5 | 0.44 | 0.53 |
| Hex | 7B | BC | 54 | 23 | 0 | 37 | 1A | 62 | 2C | 35 |
| Octal | 173 | 274 | 124 | 43 | 0 | 67 | 32 | 142 | 54 | 65 |
| Binary | 1111011 | 10111100 | 1010100 | 100011 | 0 | 110111 | 11010 | 1100010 | 101100 | 110101 |
Color Harmonies of #7BBC54
Complementary color
Monochromatic Colors of #7BBC54
Black with #7BBC54
Text Example
Text Example
White with #7BBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC54; }
p { color: rgb(123,188,84); }
H1.HeaderClassName
{
color: #7BBC54;
}
.AnyTagClassName
{
color: #7BBC54;
}
</style>
background-color css
<style>
a { background-color: #7BBC54; }
a { background-color: rgb(123,188,84); }
div.DivClassName
{
background-color: #7BBC54;
}
.BgClassName
{
background-color: #7BBC54;
}
</style>
border-color css
<style>
span { border-color: #7BBC54; }
span { border-color: rgb(123,188,84); }
td.TdClassName
{
border-color: #7BBC54;
}
.TagClassName
{
border-color: #7BBC54;
}
</style>