Shades of Mantis #7CC64D
Tints of Mantis #7CC64D
RGB
CMYK
RGB Variations
Color information
#7CC64D (or 0x7CC64D) is known color: Mantis. HEX triplet: 7C, C6 and 4D. RGB value is (124,198,77). Sum of RGB (Red+Green+Blue) = 124+198+77=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC64D is #8339B2. Grayscale: #A2A2A2. Windows color (decimal): -8599987 or 5097084. OLE color: 5097084.
HSL color Cylindrical-coordinate representation of color #7CC64D: hue angle of 96.69º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CC64D is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 77 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.22 |
| HSL | 96.69º | 0.51% | 0.54% | - |
| HSV(B) | 96.69º | 0.61% | 0.78% | - |
| XYZ | 29.85 | 45.21 | 14.17 | - |
| YUV | 162.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 77 | 0.37 | 0 | 0.61 | 0.22 | 96.69 | 0.51 | 0.54 |
| Hex | 7C | C6 | 4D | 25 | 0 | 3D | 16 | 61 | 33 | 36 |
| Octal | 174 | 306 | 115 | 45 | 0 | 75 | 26 | 141 | 63 | 66 |
| Binary | 1111100 | 11000110 | 1001101 | 100101 | 0 | 111101 | 10110 | 1100001 | 110011 | 110110 |
Color Harmonies of #7CC64D
Complementary color
Monochromatic Colors of #7CC64D
Black with #7CC64D
Text Example
Text Example
White with #7CC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC64D; }
p { color: rgb(124,198,77); }
H1.HeaderClassName
{
color: #7CC64D;
}
.AnyTagClassName
{
color: #7CC64D;
}
</style>
background-color css
<style>
a { background-color: #7CC64D; }
a { background-color: rgb(124,198,77); }
div.DivClassName
{
background-color: #7CC64D;
}
.BgClassName
{
background-color: #7CC64D;
}
</style>
border-color css
<style>
span { border-color: #7CC64D; }
span { border-color: rgb(124,198,77); }
td.TdClassName
{
border-color: #7CC64D;
}
.TagClassName
{
border-color: #7CC64D;
}
</style>