Shades of Mantis #7CC542
Tints of Mantis #7CC542
RGB
CMYK
RGB Variations
Color information
#7CC542 (or 0x7CC542) is known color: Mantis. HEX triplet: 7C, C5 and 42. RGB value is (124,197,66). Sum of RGB (Red+Green+Blue) = 124+197+66=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC542 is #833ABD. Grayscale: #A0A0A0. Windows color (decimal): -8600254 or 4375932. OLE color: 4375932.
HSL color Cylindrical-coordinate representation of color #7CC542: hue angle of 93.44º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CC542 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 66 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.23 |
| HSL | 93.44º | 0.53% | 0.52% | - |
| HSV(B) | 93.44º | 0.66% | 0.77% | - |
| XYZ | 29.26 | 44.61 | 12.22 | - |
| YUV | 160.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 66 | 0.37 | 0 | 0.66 | 0.23 | 93.44 | 0.53 | 0.52 |
| Hex | 7C | C5 | 42 | 25 | 0 | 42 | 17 | 5D | 35 | 34 |
| Octal | 174 | 305 | 102 | 45 | 0 | 102 | 27 | 135 | 65 | 64 |
| Binary | 1111100 | 11000101 | 1000010 | 100101 | 0 | 1000010 | 10111 | 1011101 | 110101 | 110100 |
Color Harmonies of #7CC542
Complementary color
Monochromatic Colors of #7CC542
Black with #7CC542
Text Example
Text Example
White with #7CC542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC542; }
p { color: rgb(124,197,66); }
H1.HeaderClassName
{
color: #7CC542;
}
.AnyTagClassName
{
color: #7CC542;
}
</style>
background-color css
<style>
a { background-color: #7CC542; }
a { background-color: rgb(124,197,66); }
div.DivClassName
{
background-color: #7CC542;
}
.BgClassName
{
background-color: #7CC542;
}
</style>
border-color css
<style>
span { border-color: #7CC542; }
span { border-color: rgb(124,197,66); }
td.TdClassName
{
border-color: #7CC542;
}
.TagClassName
{
border-color: #7CC542;
}
</style>