Shades of Mantis #7BBC52
Tints of Mantis #7BBC52
RGB
CMYK
RGB Variations
Color information
#7BBC52 (or 0x7BBC52) is known color: Mantis. HEX triplet: 7B, BC and 52. RGB value is (123,188,82). Sum of RGB (Red+Green+Blue) = 123+188+82=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC52 is #8443AD. Grayscale: #9C9C9C. Windows color (decimal): -8668078 or 5422203. OLE color: 5422203.
HSL color Cylindrical-coordinate representation of color #7BBC52: hue angle of 96.79º 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 #7BBC52 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 82 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.26 |
| HSL | 96.79º | 0.44% | 0.53% | - |
| HSV(B) | 96.79º | 0.56% | 0.74% | - |
| XYZ | 27.67 | 40.79 | 14.4 | - |
| YUV | 156.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 82 | 0.35 | 0 | 0.56 | 0.26 | 96.79 | 0.44 | 0.53 |
| Hex | 7B | BC | 52 | 23 | 0 | 38 | 1A | 61 | 2C | 35 |
| Octal | 173 | 274 | 122 | 43 | 0 | 70 | 32 | 141 | 54 | 65 |
| Binary | 1111011 | 10111100 | 1010010 | 100011 | 0 | 111000 | 11010 | 1100001 | 101100 | 110101 |
Color Harmonies of #7BBC52
Complementary color
Monochromatic Colors of #7BBC52
Black with #7BBC52
Text Example
Text Example
White with #7BBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC52; }
p { color: rgb(123,188,82); }
H1.HeaderClassName
{
color: #7BBC52;
}
.AnyTagClassName
{
color: #7BBC52;
}
</style>
background-color css
<style>
a { background-color: #7BBC52; }
a { background-color: rgb(123,188,82); }
div.DivClassName
{
background-color: #7BBC52;
}
.BgClassName
{
background-color: #7BBC52;
}
</style>
border-color css
<style>
span { border-color: #7BBC52; }
span { border-color: rgb(123,188,82); }
td.TdClassName
{
border-color: #7BBC52;
}
.TagClassName
{
border-color: #7BBC52;
}
</style>