Shades of Mantis #7CC150
Tints of Mantis #7CC150
RGB
CMYK
RGB Variations
Color information
#7CC150 (or 0x7CC150) is known color: Mantis. HEX triplet: 7C, C1 and 50. RGB value is (124,193,80). Sum of RGB (Red+Green+Blue) = 124+193+80=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC150 is #833EAF. Grayscale: #9F9F9F. Windows color (decimal): -8601264 or 5292412. OLE color: 5292412.
HSL color Cylindrical-coordinate representation of color #7CC150: hue angle of 96.64º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CC150 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 80 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.24 |
| HSL | 96.64º | 0.48% | 0.54% | - |
| HSV(B) | 96.64º | 0.59% | 0.76% | - |
| XYZ | 28.83 | 43 | 14.37 | - |
| YUV | 159.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 80 | 0.36 | 0 | 0.59 | 0.24 | 96.64 | 0.48 | 0.54 |
| Hex | 7C | C1 | 50 | 24 | 0 | 3B | 18 | 61 | 30 | 36 |
| Octal | 174 | 301 | 120 | 44 | 0 | 73 | 30 | 141 | 60 | 66 |
| Binary | 1111100 | 11000001 | 1010000 | 100100 | 0 | 111011 | 11000 | 1100001 | 110000 | 110110 |
Color Harmonies of #7CC150
Complementary color
Monochromatic Colors of #7CC150
Black with #7CC150
Text Example
Text Example
White with #7CC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC150; }
p { color: rgb(124,193,80); }
H1.HeaderClassName
{
color: #7CC150;
}
.AnyTagClassName
{
color: #7CC150;
}
</style>
background-color css
<style>
a { background-color: #7CC150; }
a { background-color: rgb(124,193,80); }
div.DivClassName
{
background-color: #7CC150;
}
.BgClassName
{
background-color: #7CC150;
}
</style>
border-color css
<style>
span { border-color: #7CC150; }
span { border-color: rgb(124,193,80); }
td.TdClassName
{
border-color: #7CC150;
}
.TagClassName
{
border-color: #7CC150;
}
</style>