Shades of Mantis #7CC143
Tints of Mantis #7CC143
RGB
CMYK
RGB Variations
Color information
#7CC143 (or 0x7CC143) is known color: Mantis. HEX triplet: 7C, C1 and 43. RGB value is (124,193,67). Sum of RGB (Red+Green+Blue) = 124+193+67=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC143 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC143 is #833EBC. Grayscale: #9E9E9E. Windows color (decimal): -8601277 or 4440444. OLE color: 4440444.
HSL color Cylindrical-coordinate representation of color #7CC143: hue angle of 92.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CC143 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 67 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.24 |
| HSL | 92.86º | 0.5% | 0.51% | - |
| HSV(B) | 92.86º | 0.65% | 0.76% | - |
| XYZ | 28.4 | 42.83 | 12.08 | - |
| YUV | 158.01 | 76.64 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 67 | 0.36 | 0 | 0.65 | 0.24 | 92.86 | 0.5 | 0.51 |
| Hex | 7C | C1 | 43 | 24 | 0 | 41 | 18 | 5D | 32 | 33 |
| Octal | 174 | 301 | 103 | 44 | 0 | 101 | 30 | 135 | 62 | 63 |
| Binary | 1111100 | 11000001 | 1000011 | 100100 | 0 | 1000001 | 11000 | 1011101 | 110010 | 110011 |
Color Harmonies of #7CC143
Complementary color
Monochromatic Colors of #7CC143
Black with #7CC143
Text Example
Text Example
White with #7CC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC143; }
p { color: rgb(124,193,67); }
H1.HeaderClassName
{
color: #7CC143;
}
.AnyTagClassName
{
color: #7CC143;
}
</style>
background-color css
<style>
a { background-color: #7CC143; }
a { background-color: rgb(124,193,67); }
div.DivClassName
{
background-color: #7CC143;
}
.BgClassName
{
background-color: #7CC143;
}
</style>
border-color css
<style>
span { border-color: #7CC143; }
span { border-color: rgb(124,193,67); }
td.TdClassName
{
border-color: #7CC143;
}
.TagClassName
{
border-color: #7CC143;
}
</style>