Shades of Mantis #7CC043
Tints of Mantis #7CC043
RGB
CMYK
RGB Variations
Color information
#7CC043 (or 0x7CC043) is known color: Mantis. HEX triplet: 7C, C0 and 43. RGB value is (124,192,67). Sum of RGB (Red+Green+Blue) = 124+192+67=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC043 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC043 is #833FBC. Grayscale: #9D9D9D. Windows color (decimal): -8601533 or 4440188. OLE color: 4440188.
HSL color Cylindrical-coordinate representation of color #7CC043: hue angle of 92.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CC043 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 67 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.25 |
| HSL | 92.64º | 0.5% | 0.51% | - |
| HSV(B) | 92.64º | 0.65% | 0.75% | - |
| XYZ | 28.17 | 42.39 | 12.01 | - |
| YUV | 157.42 | 76.97 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 67 | 0.35 | 0 | 0.65 | 0.25 | 92.64 | 0.5 | 0.51 |
| Hex | 7C | C0 | 43 | 23 | 0 | 41 | 19 | 5D | 32 | 33 |
| Octal | 174 | 300 | 103 | 43 | 0 | 101 | 31 | 135 | 62 | 63 |
| Binary | 1111100 | 11000000 | 1000011 | 100011 | 0 | 1000001 | 11001 | 1011101 | 110010 | 110011 |
Color Harmonies of #7CC043
Complementary color
Monochromatic Colors of #7CC043
Black with #7CC043
Text Example
Text Example
White with #7CC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC043; }
p { color: rgb(124,192,67); }
H1.HeaderClassName
{
color: #7CC043;
}
.AnyTagClassName
{
color: #7CC043;
}
</style>
background-color css
<style>
a { background-color: #7CC043; }
a { background-color: rgb(124,192,67); }
div.DivClassName
{
background-color: #7CC043;
}
.BgClassName
{
background-color: #7CC043;
}
</style>
border-color css
<style>
span { border-color: #7CC043; }
span { border-color: rgb(124,192,67); }
td.TdClassName
{
border-color: #7CC043;
}
.TagClassName
{
border-color: #7CC043;
}
</style>