Shades of Mantis #7CBB51
Tints of Mantis #7CBB51
RGB
CMYK
RGB Variations
Color information
#7CBB51 (or 0x7CBB51) is known color: Mantis. HEX triplet: 7C, BB and 51. RGB value is (124,187,81). Sum of RGB (Red+Green+Blue) = 124+187+81=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB51 is #8344AE. Grayscale: #9C9C9C. Windows color (decimal): -8602799 or 5356412. OLE color: 5356412.
HSL color Cylindrical-coordinate representation of color #7CBB51: hue angle of 95.66º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CBB51 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 81 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.27 |
| HSL | 95.66º | 0.44% | 0.53% | - |
| HSV(B) | 95.66º | 0.57% | 0.73% | - |
| XYZ | 27.57 | 40.42 | 14.13 | - |
| YUV | 156.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 81 | 0.34 | 0 | 0.57 | 0.27 | 95.66 | 0.44 | 0.53 |
| Hex | 7C | BB | 51 | 22 | 0 | 39 | 1B | 60 | 2C | 35 |
| Octal | 174 | 273 | 121 | 42 | 0 | 71 | 33 | 140 | 54 | 65 |
| Binary | 1111100 | 10111011 | 1010001 | 100010 | 0 | 111001 | 11011 | 1100000 | 101100 | 110101 |
Color Harmonies of #7CBB51
Complementary color
Monochromatic Colors of #7CBB51
Black with #7CBB51
Text Example
Text Example
White with #7CBB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB51; }
p { color: rgb(124,187,81); }
H1.HeaderClassName
{
color: #7CBB51;
}
.AnyTagClassName
{
color: #7CBB51;
}
</style>
background-color css
<style>
a { background-color: #7CBB51; }
a { background-color: rgb(124,187,81); }
div.DivClassName
{
background-color: #7CBB51;
}
.BgClassName
{
background-color: #7CBB51;
}
</style>
border-color css
<style>
span { border-color: #7CBB51; }
span { border-color: rgb(124,187,81); }
td.TdClassName
{
border-color: #7CBB51;
}
.TagClassName
{
border-color: #7CBB51;
}
</style>