Shades of Mantis #7BBC58
Tints of Mantis #7BBC58
RGB
CMYK
RGB Variations
Color information
#7BBC58 (or 0x7BBC58) is known color: Mantis. HEX triplet: 7B, BC and 58. RGB value is (123,188,88). Sum of RGB (Red+Green+Blue) = 123+188+88=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC58 is #8443A7. Grayscale: #9D9D9D. Windows color (decimal): -8668072 or 5815419. OLE color: 5815419.
HSL color Cylindrical-coordinate representation of color #7BBC58: hue angle of 99º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7BBC58 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 88 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.26 |
| HSL | 99º | 0.43% | 0.54% | - |
| HSV(B) | 99º | 0.53% | 0.74% | - |
| XYZ | 27.91 | 40.88 | 15.65 | - |
| YUV | 157.17 | 88.97 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 88 | 0.35 | 0 | 0.53 | 0.26 | 99 | 0.43 | 0.54 |
| Hex | 7B | BC | 58 | 23 | 0 | 35 | 1A | 63 | 2B | 36 |
| Octal | 173 | 274 | 130 | 43 | 0 | 65 | 32 | 143 | 53 | 66 |
| Binary | 1111011 | 10111100 | 1011000 | 100011 | 0 | 110101 | 11010 | 1100011 | 101011 | 110110 |
Color Harmonies of #7BBC58
Complementary color
Monochromatic Colors of #7BBC58
Black with #7BBC58
Text Example
Text Example
White with #7BBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC58; }
p { color: rgb(123,188,88); }
H1.HeaderClassName
{
color: #7BBC58;
}
.AnyTagClassName
{
color: #7BBC58;
}
</style>
background-color css
<style>
a { background-color: #7BBC58; }
a { background-color: rgb(123,188,88); }
div.DivClassName
{
background-color: #7BBC58;
}
.BgClassName
{
background-color: #7BBC58;
}
</style>
border-color css
<style>
span { border-color: #7BBC58; }
span { border-color: rgb(123,188,88); }
td.TdClassName
{
border-color: #7BBC58;
}
.TagClassName
{
border-color: #7BBC58;
}
</style>