Shades of Mantis #7CCE47
Tints of Mantis #7CCE47
RGB
CMYK
RGB Variations
Color information
#7CCE47 (or 0x7CCE47) is known color: Mantis. HEX triplet: 7C, CE and 47. RGB value is (124,206,71). Sum of RGB (Red+Green+Blue) = 124+206+71=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCE47 is #8331B8. Grayscale: #A6A6A6. Windows color (decimal): -8597945 or 4705916. OLE color: 4705916.
HSL color Cylindrical-coordinate representation of color #7CCE47: hue angle of 96.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CCE47 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 71 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.19 |
| HSL | 96.44º | 0.58% | 0.54% | - |
| HSV(B) | 96.44º | 0.66% | 0.81% | - |
| XYZ | 31.52 | 48.88 | 13.74 | - |
| YUV | 166.09 | 74.33 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 71 | 0.40 | 0 | 0.66 | 0.19 | 96.44 | 0.58 | 0.54 |
| Hex | 7C | CE | 47 | 28 | 0 | 42 | 13 | 60 | 3A | 36 |
| Octal | 174 | 316 | 107 | 50 | 0 | 102 | 23 | 140 | 72 | 66 |
| Binary | 1111100 | 11001110 | 1000111 | 101000 | 0 | 1000010 | 10011 | 1100000 | 111010 | 110110 |
Color Harmonies of #7CCE47
Complementary color
Monochromatic Colors of #7CCE47
Black with #7CCE47
Text Example
Text Example
White with #7CCE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE47; }
p { color: rgb(124,206,71); }
H1.HeaderClassName
{
color: #7CCE47;
}
.AnyTagClassName
{
color: #7CCE47;
}
</style>
background-color css
<style>
a { background-color: #7CCE47; }
a { background-color: rgb(124,206,71); }
div.DivClassName
{
background-color: #7CCE47;
}
.BgClassName
{
background-color: #7CCE47;
}
</style>
border-color css
<style>
span { border-color: #7CCE47; }
span { border-color: rgb(124,206,71); }
td.TdClassName
{
border-color: #7CCE47;
}
.TagClassName
{
border-color: #7CCE47;
}
</style>