Shades of Mantis #7CBA51
Tints of Mantis #7CBA51
RGB
CMYK
RGB Variations
Color information
#7CBA51 (or 0x7CBA51) is known color: Mantis. HEX triplet: 7C, BA and 51. RGB value is (124,186,81). Sum of RGB (Red+Green+Blue) = 124+186+81=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA51 is #8345AE. Grayscale: #9B9B9B. Windows color (decimal): -8603055 or 5356156. OLE color: 5356156.
HSL color Cylindrical-coordinate representation of color #7CBA51: hue angle of 95.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CBA51 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 81 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.27 |
| HSL | 95.43º | 0.43% | 0.52% | - |
| HSV(B) | 95.43º | 0.56% | 0.73% | - |
| XYZ | 27.36 | 40 | 14.06 | - |
| YUV | 155.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 81 | 0.33 | 0 | 0.56 | 0.27 | 95.43 | 0.43 | 0.52 |
| Hex | 7C | BA | 51 | 21 | 0 | 38 | 1B | 5F | 2B | 34 |
| Octal | 174 | 272 | 121 | 41 | 0 | 70 | 33 | 137 | 53 | 64 |
| Binary | 1111100 | 10111010 | 1010001 | 100001 | 0 | 111000 | 11011 | 1011111 | 101011 | 110100 |
Color Harmonies of #7CBA51
Complementary color
Monochromatic Colors of #7CBA51
Black with #7CBA51
Text Example
Text Example
White with #7CBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA51; }
p { color: rgb(124,186,81); }
H1.HeaderClassName
{
color: #7CBA51;
}
.AnyTagClassName
{
color: #7CBA51;
}
</style>
background-color css
<style>
a { background-color: #7CBA51; }
a { background-color: rgb(124,186,81); }
div.DivClassName
{
background-color: #7CBA51;
}
.BgClassName
{
background-color: #7CBA51;
}
</style>
border-color css
<style>
span { border-color: #7CBA51; }
span { border-color: rgb(124,186,81); }
td.TdClassName
{
border-color: #7CBA51;
}
.TagClassName
{
border-color: #7CBA51;
}
</style>