Shades of Mantis #7CC147
Tints of Mantis #7CC147
RGB
CMYK
RGB Variations
Color information
#7CC147 (or 0x7CC147) is known color: Mantis. HEX triplet: 7C, C1 and 47. RGB value is (124,193,71). Sum of RGB (Red+Green+Blue) = 124+193+71=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC147 is #833EB8. Grayscale: #9E9E9E. Windows color (decimal): -8601273 or 4702588. OLE color: 4702588.
HSL color Cylindrical-coordinate representation of color #7CC147: hue angle of 93.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CC147 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 71 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.24 |
| HSL | 93.93º | 0.5% | 0.52% | - |
| HSV(B) | 93.93º | 0.63% | 0.76% | - |
| XYZ | 28.52 | 42.88 | 12.73 | - |
| YUV | 158.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 71 | 0.36 | 0 | 0.63 | 0.24 | 93.93 | 0.5 | 0.52 |
| Hex | 7C | C1 | 47 | 24 | 0 | 3F | 18 | 5E | 32 | 34 |
| Octal | 174 | 301 | 107 | 44 | 0 | 77 | 30 | 136 | 62 | 64 |
| Binary | 1111100 | 11000001 | 1000111 | 100100 | 0 | 111111 | 11000 | 1011110 | 110010 | 110100 |
Color Harmonies of #7CC147
Complementary color
Monochromatic Colors of #7CC147
Black with #7CC147
Text Example
Text Example
White with #7CC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC147; }
p { color: rgb(124,193,71); }
H1.HeaderClassName
{
color: #7CC147;
}
.AnyTagClassName
{
color: #7CC147;
}
</style>
background-color css
<style>
a { background-color: #7CC147; }
a { background-color: rgb(124,193,71); }
div.DivClassName
{
background-color: #7CC147;
}
.BgClassName
{
background-color: #7CC147;
}
</style>
border-color css
<style>
span { border-color: #7CC147; }
span { border-color: rgb(124,193,71); }
td.TdClassName
{
border-color: #7CC147;
}
.TagClassName
{
border-color: #7CC147;
}
</style>