Shades of Mantis #7CBB57
Tints of Mantis #7CBB57
RGB
CMYK
RGB Variations
Color information
#7CBB57 (or 0x7CBB57) is known color: Mantis. HEX triplet: 7C, BB and 57. RGB value is (124,187,87). Sum of RGB (Red+Green+Blue) = 124+187+87=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB57 is #8344A8. Grayscale: #9D9D9D. Windows color (decimal): -8602793 or 5749628. OLE color: 5749628.
HSL color Cylindrical-coordinate representation of color #7CBB57: hue angle of 97.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CBB57 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 87 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.27 |
| HSL | 97.8º | 0.42% | 0.54% | - |
| HSV(B) | 97.8º | 0.53% | 0.73% | - |
| XYZ | 27.8 | 40.51 | 15.37 | - |
| YUV | 156.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 87 | 0.34 | 0 | 0.53 | 0.27 | 97.8 | 0.42 | 0.54 |
| Hex | 7C | BB | 57 | 22 | 0 | 35 | 1B | 62 | 2A | 36 |
| Octal | 174 | 273 | 127 | 42 | 0 | 65 | 33 | 142 | 52 | 66 |
| Binary | 1111100 | 10111011 | 1010111 | 100010 | 0 | 110101 | 11011 | 1100010 | 101010 | 110110 |
Color Harmonies of #7CBB57
Complementary color
Monochromatic Colors of #7CBB57
Black with #7CBB57
Text Example
Text Example
White with #7CBB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB57; }
p { color: rgb(124,187,87); }
H1.HeaderClassName
{
color: #7CBB57;
}
.AnyTagClassName
{
color: #7CBB57;
}
</style>
background-color css
<style>
a { background-color: #7CBB57; }
a { background-color: rgb(124,187,87); }
div.DivClassName
{
background-color: #7CBB57;
}
.BgClassName
{
background-color: #7CBB57;
}
</style>
border-color css
<style>
span { border-color: #7CBB57; }
span { border-color: rgb(124,187,87); }
td.TdClassName
{
border-color: #7CBB57;
}
.TagClassName
{
border-color: #7CBB57;
}
</style>