Shades of Mantis #7CC04D
Tints of Mantis #7CC04D
RGB
CMYK
RGB Variations
Color information
#7CC04D (or 0x7CC04D) is known color: Mantis. HEX triplet: 7C, C0 and 4D. RGB value is (124,192,77). Sum of RGB (Red+Green+Blue) = 124+192+77=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC04D is #833FB2. Grayscale: #9E9E9E. Windows color (decimal): -8601523 or 5095548. OLE color: 5095548.
HSL color Cylindrical-coordinate representation of color #7CC04D: hue angle of 95.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CC04D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 77 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.25 |
| HSL | 95.48º | 0.48% | 0.53% | - |
| HSV(B) | 95.48º | 0.6% | 0.75% | - |
| XYZ | 28.5 | 42.52 | 13.73 | - |
| YUV | 158.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 77 | 0.35 | 0 | 0.60 | 0.25 | 95.48 | 0.48 | 0.53 |
| Hex | 7C | C0 | 4D | 23 | 0 | 3C | 19 | 5F | 30 | 35 |
| Octal | 174 | 300 | 115 | 43 | 0 | 74 | 31 | 137 | 60 | 65 |
| Binary | 1111100 | 11000000 | 1001101 | 100011 | 0 | 111100 | 11001 | 1011111 | 110000 | 110101 |
Color Harmonies of #7CC04D
Complementary color
Monochromatic Colors of #7CC04D
Black with #7CC04D
Text Example
Text Example
White with #7CC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC04D; }
p { color: rgb(124,192,77); }
H1.HeaderClassName
{
color: #7CC04D;
}
.AnyTagClassName
{
color: #7CC04D;
}
</style>
background-color css
<style>
a { background-color: #7CC04D; }
a { background-color: rgb(124,192,77); }
div.DivClassName
{
background-color: #7CC04D;
}
.BgClassName
{
background-color: #7CC04D;
}
</style>
border-color css
<style>
span { border-color: #7CC04D; }
span { border-color: rgb(124,192,77); }
td.TdClassName
{
border-color: #7CC04D;
}
.TagClassName
{
border-color: #7CC04D;
}
</style>