Shades of Mantis #7CC145
Tints of Mantis #7CC145
RGB
CMYK
RGB Variations
Color information
#7CC145 (or 0x7CC145) is known color: Mantis. HEX triplet: 7C, C1 and 45. RGB value is (124,193,69). Sum of RGB (Red+Green+Blue) = 124+193+69=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC145 is #833EBA. Grayscale: #9E9E9E. Windows color (decimal): -8601275 or 4571516. OLE color: 4571516.
HSL color Cylindrical-coordinate representation of color #7CC145: hue angle of 93.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CC145 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 69 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.24 |
| HSL | 93.39º | 0.5% | 0.51% | - |
| HSV(B) | 93.39º | 0.64% | 0.76% | - |
| XYZ | 28.46 | 42.85 | 12.4 | - |
| YUV | 158.23 | 77.64 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 69 | 0.36 | 0 | 0.64 | 0.24 | 93.39 | 0.5 | 0.51 |
| Hex | 7C | C1 | 45 | 24 | 0 | 40 | 18 | 5D | 32 | 33 |
| Octal | 174 | 301 | 105 | 44 | 0 | 100 | 30 | 135 | 62 | 63 |
| Binary | 1111100 | 11000001 | 1000101 | 100100 | 0 | 1000000 | 11000 | 1011101 | 110010 | 110011 |
Color Harmonies of #7CC145
Complementary color
Monochromatic Colors of #7CC145
Black with #7CC145
Text Example
Text Example
White with #7CC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC145; }
p { color: rgb(124,193,69); }
H1.HeaderClassName
{
color: #7CC145;
}
.AnyTagClassName
{
color: #7CC145;
}
</style>
background-color css
<style>
a { background-color: #7CC145; }
a { background-color: rgb(124,193,69); }
div.DivClassName
{
background-color: #7CC145;
}
.BgClassName
{
background-color: #7CC145;
}
</style>
border-color css
<style>
span { border-color: #7CC145; }
span { border-color: rgb(124,193,69); }
td.TdClassName
{
border-color: #7CC145;
}
.TagClassName
{
border-color: #7CC145;
}
</style>