Shades of Mantis #7CC855
Tints of Mantis #7CC855
RGB
CMYK
RGB Variations
Color information
#7CC855 (or 0x7CC855) is known color: Mantis. HEX triplet: 7C, C8 and 55. RGB value is (124,200,85). Sum of RGB (Red+Green+Blue) = 124+200+85=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC855 is #8337AA. Grayscale: #A4A4A4. Windows color (decimal): -8599467 or 5621884. OLE color: 5621884.
HSL color Cylindrical-coordinate representation of color #7CC855: hue angle of 99.65º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CC855 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 85 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.22 |
| HSL | 99.65º | 0.51% | 0.56% | - |
| HSV(B) | 99.65º | 0.58% | 0.78% | - |
| XYZ | 30.61 | 46.25 | 15.91 | - |
| YUV | 164.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 85 | 0.38 | 0 | 0.58 | 0.22 | 99.65 | 0.51 | 0.56 |
| Hex | 7C | C8 | 55 | 26 | 0 | 3A | 16 | 64 | 33 | 38 |
| Octal | 174 | 310 | 125 | 46 | 0 | 72 | 26 | 144 | 63 | 70 |
| Binary | 1111100 | 11001000 | 1010101 | 100110 | 0 | 111010 | 10110 | 1100100 | 110011 | 111000 |
Color Harmonies of #7CC855
Complementary color
Monochromatic Colors of #7CC855
Black with #7CC855
Text Example
Text Example
White with #7CC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC855; }
p { color: rgb(124,200,85); }
H1.HeaderClassName
{
color: #7CC855;
}
.AnyTagClassName
{
color: #7CC855;
}
</style>
background-color css
<style>
a { background-color: #7CC855; }
a { background-color: rgb(124,200,85); }
div.DivClassName
{
background-color: #7CC855;
}
.BgClassName
{
background-color: #7CC855;
}
</style>
border-color css
<style>
span { border-color: #7CC855; }
span { border-color: rgb(124,200,85); }
td.TdClassName
{
border-color: #7CC855;
}
.TagClassName
{
border-color: #7CC855;
}
</style>