Shades of Mantis #7CBA54
Tints of Mantis #7CBA54
RGB
CMYK
RGB Variations
Color information
#7CBA54 (or 0x7CBA54) is known color: Mantis. HEX triplet: 7C, BA and 54. RGB value is (124,186,84). Sum of RGB (Red+Green+Blue) = 124+186+84=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA54 is #8345AB. Grayscale: #9C9C9C. Windows color (decimal): -8603052 or 5552764. OLE color: 5552764.
HSL color Cylindrical-coordinate representation of color #7CBA54: hue angle of 96.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CBA54 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 84 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.27 |
| HSL | 96.47º | 0.43% | 0.53% | - |
| HSV(B) | 96.47º | 0.55% | 0.73% | - |
| XYZ | 27.47 | 40.04 | 14.67 | - |
| YUV | 155.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 84 | 0.33 | 0 | 0.55 | 0.27 | 96.47 | 0.43 | 0.53 |
| Hex | 7C | BA | 54 | 21 | 0 | 37 | 1B | 60 | 2A | 35 |
| Octal | 174 | 272 | 124 | 41 | 0 | 67 | 33 | 140 | 52 | 65 |
| Binary | 1111100 | 10111010 | 1010100 | 100001 | 0 | 110111 | 11011 | 1100000 | 101010 | 110101 |
Color Harmonies of #7CBA54
Complementary color
Monochromatic Colors of #7CBA54
Black with #7CBA54
Text Example
Text Example
White with #7CBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA54; }
p { color: rgb(124,186,84); }
H1.HeaderClassName
{
color: #7CBA54;
}
.AnyTagClassName
{
color: #7CBA54;
}
</style>
background-color css
<style>
a { background-color: #7CBA54; }
a { background-color: rgb(124,186,84); }
div.DivClassName
{
background-color: #7CBA54;
}
.BgClassName
{
background-color: #7CBA54;
}
</style>
border-color css
<style>
span { border-color: #7CBA54; }
span { border-color: rgb(124,186,84); }
td.TdClassName
{
border-color: #7CBA54;
}
.TagClassName
{
border-color: #7CBA54;
}
</style>