Shades of Mantis #7CC647
Tints of Mantis #7CC647
RGB
CMYK
RGB Variations
Color information
#7CC647 (or 0x7CC647) is known color: Mantis. HEX triplet: 7C, C6 and 47. RGB value is (124,198,71). Sum of RGB (Red+Green+Blue) = 124+198+71=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC647 is #8339B8. Grayscale: #A1A1A1. Windows color (decimal): -8599993 or 4703868. OLE color: 4703868.
HSL color Cylindrical-coordinate representation of color #7CC647: hue angle of 94.96º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CC647 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 71 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.22 |
| HSL | 94.96º | 0.53% | 0.53% | - |
| HSV(B) | 94.96º | 0.64% | 0.78% | - |
| XYZ | 29.64 | 45.13 | 13.11 | - |
| YUV | 161.4 | 76.98 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 71 | 0.37 | 0 | 0.64 | 0.22 | 94.96 | 0.53 | 0.53 |
| Hex | 7C | C6 | 47 | 25 | 0 | 40 | 16 | 5F | 35 | 35 |
| Octal | 174 | 306 | 107 | 45 | 0 | 100 | 26 | 137 | 65 | 65 |
| Binary | 1111100 | 11000110 | 1000111 | 100101 | 0 | 1000000 | 10110 | 1011111 | 110101 | 110101 |
Color Harmonies of #7CC647
Complementary color
Monochromatic Colors of #7CC647
Black with #7CC647
Text Example
Text Example
White with #7CC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC647; }
p { color: rgb(124,198,71); }
H1.HeaderClassName
{
color: #7CC647;
}
.AnyTagClassName
{
color: #7CC647;
}
</style>
background-color css
<style>
a { background-color: #7CC647; }
a { background-color: rgb(124,198,71); }
div.DivClassName
{
background-color: #7CC647;
}
.BgClassName
{
background-color: #7CC647;
}
</style>
border-color css
<style>
span { border-color: #7CC647; }
span { border-color: rgb(124,198,71); }
td.TdClassName
{
border-color: #7CC647;
}
.TagClassName
{
border-color: #7CC647;
}
</style>