Shades of Mantis #7CC550
Tints of Mantis #7CC550
RGB
CMYK
RGB Variations
Color information
#7CC550 (or 0x7CC550) is known color: Mantis. HEX triplet: 7C, C5 and 50. RGB value is (124,197,80). Sum of RGB (Red+Green+Blue) = 124+197+80=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC550 is #833AAF. Grayscale: #A2A2A2. Windows color (decimal): -8600240 or 5293436. OLE color: 5293436.
HSL color Cylindrical-coordinate representation of color #7CC550: hue angle of 97.44º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CC550 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 80 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.23 |
| HSL | 97.44º | 0.5% | 0.54% | - |
| HSV(B) | 97.44º | 0.59% | 0.77% | - |
| XYZ | 29.73 | 44.8 | 14.67 | - |
| YUV | 161.84 | 81.82 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 80 | 0.37 | 0 | 0.59 | 0.23 | 97.44 | 0.5 | 0.54 |
| Hex | 7C | C5 | 50 | 25 | 0 | 3B | 17 | 61 | 32 | 36 |
| Octal | 174 | 305 | 120 | 45 | 0 | 73 | 27 | 141 | 62 | 66 |
| Binary | 1111100 | 11000101 | 1010000 | 100101 | 0 | 111011 | 10111 | 1100001 | 110010 | 110110 |
Color Harmonies of #7CC550
Complementary color
Monochromatic Colors of #7CC550
Black with #7CC550
Text Example
Text Example
White with #7CC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC550; }
p { color: rgb(124,197,80); }
H1.HeaderClassName
{
color: #7CC550;
}
.AnyTagClassName
{
color: #7CC550;
}
</style>
background-color css
<style>
a { background-color: #7CC550; }
a { background-color: rgb(124,197,80); }
div.DivClassName
{
background-color: #7CC550;
}
.BgClassName
{
background-color: #7CC550;
}
</style>
border-color css
<style>
span { border-color: #7CC550; }
span { border-color: rgb(124,197,80); }
td.TdClassName
{
border-color: #7CC550;
}
.TagClassName
{
border-color: #7CC550;
}
</style>