Shades of Mantis #7CC343
Tints of Mantis #7CC343
RGB
CMYK
RGB Variations
Color information
#7CC343 (or 0x7CC343) is known color: Mantis. HEX triplet: 7C, C3 and 43. RGB value is (124,195,67). Sum of RGB (Red+Green+Blue) = 124+195+67=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC343 is #833CBC. Grayscale: #9F9F9F. Windows color (decimal): -8600765 or 4440956. OLE color: 4440956.
HSL color Cylindrical-coordinate representation of color #7CC343: hue angle of 93.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CC343 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 67 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.24 |
| HSL | 93.28º | 0.52% | 0.51% | - |
| HSV(B) | 93.28º | 0.66% | 0.76% | - |
| XYZ | 28.84 | 43.72 | 12.23 | - |
| YUV | 159.18 | 75.98 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 67 | 0.36 | 0 | 0.66 | 0.24 | 93.28 | 0.52 | 0.51 |
| Hex | 7C | C3 | 43 | 24 | 0 | 42 | 18 | 5D | 34 | 33 |
| Octal | 174 | 303 | 103 | 44 | 0 | 102 | 30 | 135 | 64 | 63 |
| Binary | 1111100 | 11000011 | 1000011 | 100100 | 0 | 1000010 | 11000 | 1011101 | 110100 | 110011 |
Color Harmonies of #7CC343
Complementary color
Monochromatic Colors of #7CC343
Black with #7CC343
Text Example
Text Example
White with #7CC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC343; }
p { color: rgb(124,195,67); }
H1.HeaderClassName
{
color: #7CC343;
}
.AnyTagClassName
{
color: #7CC343;
}
</style>
background-color css
<style>
a { background-color: #7CC343; }
a { background-color: rgb(124,195,67); }
div.DivClassName
{
background-color: #7CC343;
}
.BgClassName
{
background-color: #7CC343;
}
</style>
border-color css
<style>
span { border-color: #7CC343; }
span { border-color: rgb(124,195,67); }
td.TdClassName
{
border-color: #7CC343;
}
.TagClassName
{
border-color: #7CC343;
}
</style>