Shades of Mantis #7CC746
Tints of Mantis #7CC746
RGB
CMYK
RGB Variations
Color information
#7CC746 (or 0x7CC746) is known color: Mantis. HEX triplet: 7C, C7 and 46. RGB value is (124,199,70). Sum of RGB (Red+Green+Blue) = 124+199+70=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC746 is #8338B9. Grayscale: #A2A2A2. Windows color (decimal): -8599738 or 4638588. OLE color: 4638588.
HSL color Cylindrical-coordinate representation of color #7CC746: hue angle of 94.88º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CC746 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 199 | 70 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.22 |
| HSL | 94.88º | 0.54% | 0.53% | - |
| HSV(B) | 94.88º | 0.65% | 0.78% | - |
| XYZ | 29.84 | 45.57 | 13.02 | - |
| YUV | 161.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 199 | 70 | 0.38 | 0 | 0.65 | 0.22 | 94.88 | 0.54 | 0.53 |
| Hex | 7C | C7 | 46 | 26 | 0 | 41 | 16 | 5F | 36 | 35 |
| Octal | 174 | 307 | 106 | 46 | 0 | 101 | 26 | 137 | 66 | 65 |
| Binary | 1111100 | 11000111 | 1000110 | 100110 | 0 | 1000001 | 10110 | 1011111 | 110110 | 110101 |
Color Harmonies of #7CC746
Complementary color
Monochromatic Colors of #7CC746
Black with #7CC746
Text Example
Text Example
White with #7CC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC746; }
p { color: rgb(124,199,70); }
H1.HeaderClassName
{
color: #7CC746;
}
.AnyTagClassName
{
color: #7CC746;
}
</style>
background-color css
<style>
a { background-color: #7CC746; }
a { background-color: rgb(124,199,70); }
div.DivClassName
{
background-color: #7CC746;
}
.BgClassName
{
background-color: #7CC746;
}
</style>
border-color css
<style>
span { border-color: #7CC746; }
span { border-color: rgb(124,199,70); }
td.TdClassName
{
border-color: #7CC746;
}
.TagClassName
{
border-color: #7CC746;
}
</style>