Shades of Mantis #7BBC47
Tints of Mantis #7BBC47
RGB
CMYK
RGB Variations
Color information
#7BBC47 (or 0x7BBC47) is known color: Mantis. HEX triplet: 7B, BC and 47. RGB value is (123,188,71). Sum of RGB (Red+Green+Blue) = 123+188+71=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC47 is #8443B8. Grayscale: #9B9B9B. Windows color (decimal): -8668089 or 4701307. OLE color: 4701307.
HSL color Cylindrical-coordinate representation of color #7BBC47: hue angle of 93.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7BBC47 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 71 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.26 |
| HSL | 93.33º | 0.47% | 0.51% | - |
| HSV(B) | 93.33º | 0.62% | 0.74% | - |
| XYZ | 27.29 | 40.63 | 12.37 | - |
| YUV | 155.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 71 | 0.35 | 0 | 0.62 | 0.26 | 93.33 | 0.47 | 0.51 |
| Hex | 7B | BC | 47 | 23 | 0 | 3E | 1A | 5D | 2F | 33 |
| Octal | 173 | 274 | 107 | 43 | 0 | 76 | 32 | 135 | 57 | 63 |
| Binary | 1111011 | 10111100 | 1000111 | 100011 | 0 | 111110 | 11010 | 1011101 | 101111 | 110011 |
Color Harmonies of #7BBC47
Complementary color
Monochromatic Colors of #7BBC47
Black with #7BBC47
Text Example
Text Example
White with #7BBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC47; }
p { color: rgb(123,188,71); }
H1.HeaderClassName
{
color: #7BBC47;
}
.AnyTagClassName
{
color: #7BBC47;
}
</style>
background-color css
<style>
a { background-color: #7BBC47; }
a { background-color: rgb(123,188,71); }
div.DivClassName
{
background-color: #7BBC47;
}
.BgClassName
{
background-color: #7BBC47;
}
</style>
border-color css
<style>
span { border-color: #7BBC47; }
span { border-color: rgb(123,188,71); }
td.TdClassName
{
border-color: #7BBC47;
}
.TagClassName
{
border-color: #7BBC47;
}
</style>