Shades of Mantis #7CC042
Tints of Mantis #7CC042
RGB
CMYK
RGB Variations
Color information
#7CC042 (or 0x7CC042) is known color: Mantis. HEX triplet: 7C, C0 and 42. RGB value is (124,192,66). Sum of RGB (Red+Green+Blue) = 124+192+66=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC042 is #833FBD. Grayscale: #9D9D9D. Windows color (decimal): -8601534 or 4374652. OLE color: 4374652.
HSL color Cylindrical-coordinate representation of color #7CC042: hue angle of 92.38º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CC042 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 66 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.25 |
| HSL | 92.38º | 0.5% | 0.51% | - |
| HSV(B) | 92.38º | 0.66% | 0.75% | - |
| XYZ | 28.15 | 42.38 | 11.85 | - |
| YUV | 157.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 66 | 0.35 | 0 | 0.66 | 0.25 | 92.38 | 0.5 | 0.51 |
| Hex | 7C | C0 | 42 | 23 | 0 | 42 | 19 | 5C | 32 | 33 |
| Octal | 174 | 300 | 102 | 43 | 0 | 102 | 31 | 134 | 62 | 63 |
| Binary | 1111100 | 11000000 | 1000010 | 100011 | 0 | 1000010 | 11001 | 1011100 | 110010 | 110011 |
Color Harmonies of #7CC042
Complementary color
Monochromatic Colors of #7CC042
Black with #7CC042
Text Example
Text Example
White with #7CC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC042; }
p { color: rgb(124,192,66); }
H1.HeaderClassName
{
color: #7CC042;
}
.AnyTagClassName
{
color: #7CC042;
}
</style>
background-color css
<style>
a { background-color: #7CC042; }
a { background-color: rgb(124,192,66); }
div.DivClassName
{
background-color: #7CC042;
}
.BgClassName
{
background-color: #7CC042;
}
</style>
border-color css
<style>
span { border-color: #7CC042; }
span { border-color: rgb(124,192,66); }
td.TdClassName
{
border-color: #7CC042;
}
.TagClassName
{
border-color: #7CC042;
}
</style>