Shades of Mantis #7CE050
Tints of Mantis #7CE050
RGB
CMYK
RGB Variations
Color information
#7CE050 (or 0x7CE050) is known color: Mantis. HEX triplet: 7C, E0 and 50. RGB value is (124,224,80). Sum of RGB (Red+Green+Blue) = 124+224+80=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE050 is #831FAF. Grayscale: #B2B2B2. Windows color (decimal): -8593328 or 5300348. OLE color: 5300348.
HSL color Cylindrical-coordinate representation of color #7CE050: hue angle of 101.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CE050 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 80 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.12 |
| HSL | 101.67º | 0.7% | 0.6% | - |
| HSV(B) | 101.67º | 0.64% | 0.88% | - |
| XYZ | 36.42 | 58.18 | 16.9 | - |
| YUV | 177.68 | 72.87 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 80 | 0.45 | 0 | 0.64 | 0.12 | 101.67 | 0.7 | 0.6 |
| Hex | 7C | E0 | 50 | 2D | 0 | 40 | C | 66 | 46 | 3C |
| Octal | 174 | 340 | 120 | 55 | 0 | 100 | 14 | 146 | 106 | 74 |
| Binary | 1111100 | 11100000 | 1010000 | 101101 | 0 | 1000000 | 1100 | 1100110 | 1000110 | 111100 |
Color Harmonies of #7CE050
Complementary color
Monochromatic Colors of #7CE050
Black with #7CE050
Text Example
Text Example
White with #7CE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE050; }
p { color: rgb(124,224,80); }
H1.HeaderClassName
{
color: #7CE050;
}
.AnyTagClassName
{
color: #7CE050;
}
</style>
background-color css
<style>
a { background-color: #7CE050; }
a { background-color: rgb(124,224,80); }
div.DivClassName
{
background-color: #7CE050;
}
.BgClassName
{
background-color: #7CE050;
}
</style>
border-color css
<style>
span { border-color: #7CE050; }
span { border-color: rgb(124,224,80); }
td.TdClassName
{
border-color: #7CE050;
}
.TagClassName
{
border-color: #7CE050;
}
</style>