Shades of Mantis #7CB254
Tints of Mantis #7CB254
RGB
CMYK
RGB Variations
Color information
#7CB254 (or 0x7CB254) is known color: Mantis. HEX triplet: 7C, B2 and 54. RGB value is (124,178,84). Sum of RGB (Red+Green+Blue) = 124+178+84=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB254 is #834DAB. Grayscale: #979797. Windows color (decimal): -8605100 or 5550716. OLE color: 5550716.
HSL color Cylindrical-coordinate representation of color #7CB254: hue angle of 94.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CB254 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 84 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.30 |
| HSL | 94.47º | 0.38% | 0.51% | - |
| HSV(B) | 94.47º | 0.53% | 0.7% | - |
| XYZ | 25.83 | 36.77 | 14.12 | - |
| YUV | 151.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 84 | 0.30 | 0 | 0.53 | 0.30 | 94.47 | 0.38 | 0.51 |
| Hex | 7C | B2 | 54 | 1E | 0 | 35 | 1E | 5E | 26 | 33 |
| Octal | 174 | 262 | 124 | 36 | 0 | 65 | 36 | 136 | 46 | 63 |
| Binary | 1111100 | 10110010 | 1010100 | 11110 | 0 | 110101 | 11110 | 1011110 | 100110 | 110011 |
Color Harmonies of #7CB254
Complementary color
Monochromatic Colors of #7CB254
Black with #7CB254
Text Example
Text Example
White with #7CB254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB254; }
p { color: rgb(124,178,84); }
H1.HeaderClassName
{
color: #7CB254;
}
.AnyTagClassName
{
color: #7CB254;
}
</style>
background-color css
<style>
a { background-color: #7CB254; }
a { background-color: rgb(124,178,84); }
div.DivClassName
{
background-color: #7CB254;
}
.BgClassName
{
background-color: #7CB254;
}
</style>
border-color css
<style>
span { border-color: #7CB254; }
span { border-color: rgb(124,178,84); }
td.TdClassName
{
border-color: #7CB254;
}
.TagClassName
{
border-color: #7CB254;
}
</style>