Shades of Mantis #7CE156
Tints of Mantis #7CE156
RGB
CMYK
RGB Variations
Color information
#7CE156 (or 0x7CE156) is known color: Mantis. HEX triplet: 7C, E1 and 56. RGB value is (124,225,86). Sum of RGB (Red+Green+Blue) = 124+225+86=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE156 is #831EA9. Grayscale: #B3B3B3. Windows color (decimal): -8593066 or 5693820. OLE color: 5693820.
HSL color Cylindrical-coordinate representation of color #7CE156: hue angle of 103.6º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CE156 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 86 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.12 |
| HSL | 103.6º | 0.7% | 0.61% | - |
| HSV(B) | 103.6º | 0.62% | 0.88% | - |
| XYZ | 36.92 | 58.81 | 18.21 | - |
| YUV | 178.96 | 75.54 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 86 | 0.45 | 0 | 0.62 | 0.12 | 103.6 | 0.7 | 0.61 |
| Hex | 7C | E1 | 56 | 2D | 0 | 3E | C | 68 | 46 | 3D |
| Octal | 174 | 341 | 126 | 55 | 0 | 76 | 14 | 150 | 106 | 75 |
| Binary | 1111100 | 11100001 | 1010110 | 101101 | 0 | 111110 | 1100 | 1101000 | 1000110 | 111101 |
Color Harmonies of #7CE156
Complementary color
Monochromatic Colors of #7CE156
Black with #7CE156
Text Example
Text Example
White with #7CE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE156; }
p { color: rgb(124,225,86); }
H1.HeaderClassName
{
color: #7CE156;
}
.AnyTagClassName
{
color: #7CE156;
}
</style>
background-color css
<style>
a { background-color: #7CE156; }
a { background-color: rgb(124,225,86); }
div.DivClassName
{
background-color: #7CE156;
}
.BgClassName
{
background-color: #7CE156;
}
</style>
border-color css
<style>
span { border-color: #7CE156; }
span { border-color: rgb(124,225,86); }
td.TdClassName
{
border-color: #7CE156;
}
.TagClassName
{
border-color: #7CE156;
}
</style>