Shades of Mantis #7BBC51
Tints of Mantis #7BBC51
RGB
CMYK
RGB Variations
Color information
#7BBC51 (or 0x7BBC51) is known color: Mantis. HEX triplet: 7B, BC and 51. RGB value is (123,188,81). Sum of RGB (Red+Green+Blue) = 123+188+81=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC51 is #8443AE. Grayscale: #9C9C9C. Windows color (decimal): -8668079 or 5356667. OLE color: 5356667.
HSL color Cylindrical-coordinate representation of color #7BBC51: hue angle of 96.45º degrees, saturation: 0.44, 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 #7BBC51 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 81 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.26 |
| HSL | 96.45º | 0.44% | 0.53% | - |
| HSV(B) | 96.45º | 0.57% | 0.74% | - |
| XYZ | 27.64 | 40.77 | 14.2 | - |
| YUV | 156.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 81 | 0.35 | 0 | 0.57 | 0.26 | 96.45 | 0.44 | 0.53 |
| Hex | 7B | BC | 51 | 23 | 0 | 39 | 1A | 60 | 2C | 35 |
| Octal | 173 | 274 | 121 | 43 | 0 | 71 | 32 | 140 | 54 | 65 |
| Binary | 1111011 | 10111100 | 1010001 | 100011 | 0 | 111001 | 11010 | 1100000 | 101100 | 110101 |
Color Harmonies of #7BBC51
Complementary color
Monochromatic Colors of #7BBC51
Black with #7BBC51
Text Example
Text Example
White with #7BBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC51; }
p { color: rgb(123,188,81); }
H1.HeaderClassName
{
color: #7BBC51;
}
.AnyTagClassName
{
color: #7BBC51;
}
</style>
background-color css
<style>
a { background-color: #7BBC51; }
a { background-color: rgb(123,188,81); }
div.DivClassName
{
background-color: #7BBC51;
}
.BgClassName
{
background-color: #7BBC51;
}
</style>
border-color css
<style>
span { border-color: #7BBC51; }
span { border-color: rgb(123,188,81); }
td.TdClassName
{
border-color: #7BBC51;
}
.TagClassName
{
border-color: #7BBC51;
}
</style>