Shades of Mantis #7CBB52
Tints of Mantis #7CBB52
RGB
CMYK
RGB Variations
Color information
#7CBB52 (or 0x7CBB52) is known color: Mantis. HEX triplet: 7C, BB and 52. RGB value is (124,187,82). Sum of RGB (Red+Green+Blue) = 124+187+82=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB52 is #8344AD. Grayscale: #9C9C9C. Windows color (decimal): -8602798 or 5421948. OLE color: 5421948.
HSL color Cylindrical-coordinate representation of color #7CBB52: hue angle of 96º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CBB52 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 82 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.27 |
| HSL | 96º | 0.44% | 0.53% | - |
| HSV(B) | 96º | 0.56% | 0.73% | - |
| XYZ | 27.61 | 40.43 | 14.33 | - |
| YUV | 156.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 82 | 0.34 | 0 | 0.56 | 0.27 | 96 | 0.44 | 0.53 |
| Hex | 7C | BB | 52 | 22 | 0 | 38 | 1B | 60 | 2C | 35 |
| Octal | 174 | 273 | 122 | 42 | 0 | 70 | 33 | 140 | 54 | 65 |
| Binary | 1111100 | 10111011 | 1010010 | 100010 | 0 | 111000 | 11011 | 1100000 | 101100 | 110101 |
Color Harmonies of #7CBB52
Complementary color
Monochromatic Colors of #7CBB52
Black with #7CBB52
Text Example
Text Example
White with #7CBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB52; }
p { color: rgb(124,187,82); }
H1.HeaderClassName
{
color: #7CBB52;
}
.AnyTagClassName
{
color: #7CBB52;
}
</style>
background-color css
<style>
a { background-color: #7CBB52; }
a { background-color: rgb(124,187,82); }
div.DivClassName
{
background-color: #7CBB52;
}
.BgClassName
{
background-color: #7CBB52;
}
</style>
border-color css
<style>
span { border-color: #7CBB52; }
span { border-color: rgb(124,187,82); }
td.TdClassName
{
border-color: #7CBB52;
}
.TagClassName
{
border-color: #7CBB52;
}
</style>