Shades of Mantis #7CC551
Tints of Mantis #7CC551
RGB
CMYK
RGB Variations
Color information
#7CC551 (or 0x7CC551) is known color: Mantis. HEX triplet: 7C, C5 and 51. RGB value is (124,197,81). Sum of RGB (Red+Green+Blue) = 124+197+81=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC551 is #833AAE. Grayscale: #A2A2A2. Windows color (decimal): -8600239 or 5358972. OLE color: 5358972.
HSL color Cylindrical-coordinate representation of color #7CC551: hue angle of 97.76º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CC551 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 81 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.23 |
| HSL | 97.76º | 0.5% | 0.55% | - |
| HSV(B) | 97.76º | 0.59% | 0.77% | - |
| XYZ | 29.76 | 44.81 | 14.87 | - |
| YUV | 161.95 | 82.32 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 81 | 0.37 | 0 | 0.59 | 0.23 | 97.76 | 0.5 | 0.55 |
| Hex | 7C | C5 | 51 | 25 | 0 | 3B | 17 | 62 | 32 | 37 |
| Octal | 174 | 305 | 121 | 45 | 0 | 73 | 27 | 142 | 62 | 67 |
| Binary | 1111100 | 11000101 | 1010001 | 100101 | 0 | 111011 | 10111 | 1100010 | 110010 | 110111 |
Color Harmonies of #7CC551
Complementary color
Monochromatic Colors of #7CC551
Black with #7CC551
Text Example
Text Example
White with #7CC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC551; }
p { color: rgb(124,197,81); }
H1.HeaderClassName
{
color: #7CC551;
}
.AnyTagClassName
{
color: #7CC551;
}
</style>
background-color css
<style>
a { background-color: #7CC551; }
a { background-color: rgb(124,197,81); }
div.DivClassName
{
background-color: #7CC551;
}
.BgClassName
{
background-color: #7CC551;
}
</style>
border-color css
<style>
span { border-color: #7CC551; }
span { border-color: rgb(124,197,81); }
td.TdClassName
{
border-color: #7CC551;
}
.TagClassName
{
border-color: #7CC551;
}
</style>