Shades of Mantis #7CC549
Tints of Mantis #7CC549
RGB
CMYK
RGB Variations
Color information
#7CC549 (or 0x7CC549) is known color: Mantis. HEX triplet: 7C, C5 and 49. RGB value is (124,197,73). Sum of RGB (Red+Green+Blue) = 124+197+73=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC549 is #833AB6. Grayscale: #A1A1A1. Windows color (decimal): -8600247 or 4834684. OLE color: 4834684.
HSL color Cylindrical-coordinate representation of color #7CC549: hue angle of 95.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CC549 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 73 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.23 |
| HSL | 95.32º | 0.52% | 0.53% | - |
| HSV(B) | 95.32º | 0.63% | 0.77% | - |
| XYZ | 29.48 | 44.7 | 13.38 | - |
| YUV | 161.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 73 | 0.37 | 0 | 0.63 | 0.23 | 95.32 | 0.52 | 0.53 |
| Hex | 7C | C5 | 49 | 25 | 0 | 3F | 17 | 5F | 34 | 35 |
| Octal | 174 | 305 | 111 | 45 | 0 | 77 | 27 | 137 | 64 | 65 |
| Binary | 1111100 | 11000101 | 1001001 | 100101 | 0 | 111111 | 10111 | 1011111 | 110100 | 110101 |
Color Harmonies of #7CC549
Complementary color
Monochromatic Colors of #7CC549
Black with #7CC549
Text Example
Text Example
White with #7CC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC549; }
p { color: rgb(124,197,73); }
H1.HeaderClassName
{
color: #7CC549;
}
.AnyTagClassName
{
color: #7CC549;
}
</style>
background-color css
<style>
a { background-color: #7CC549; }
a { background-color: rgb(124,197,73); }
div.DivClassName
{
background-color: #7CC549;
}
.BgClassName
{
background-color: #7CC549;
}
</style>
border-color css
<style>
span { border-color: #7CC549; }
span { border-color: rgb(124,197,73); }
td.TdClassName
{
border-color: #7CC549;
}
.TagClassName
{
border-color: #7CC549;
}
</style>