Shades of Mantis #7CC850
Tints of Mantis #7CC850
RGB
CMYK
RGB Variations
Color information
#7CC850 (or 0x7CC850) is known color: Mantis. HEX triplet: 7C, C8 and 50. RGB value is (124,200,80). Sum of RGB (Red+Green+Blue) = 124+200+80=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC850 is #8337AF. Grayscale: #A4A4A4. Windows color (decimal): -8599472 or 5294204. OLE color: 5294204.
HSL color Cylindrical-coordinate representation of color #7CC850: hue angle of 98º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CC850 is Cyan = 0.38, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 80 | - |
| CMYK | 0.38 | 0 | 0.6 | 0.22 |
| HSL | 98º | 0.52% | 0.55% | - |
| HSV(B) | 98º | 0.6% | 0.78% | - |
| XYZ | 30.41 | 46.17 | 14.9 | - |
| YUV | 163.6 | 80.82 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 80 | 0.38 | 0 | 0.6 | 0.22 | 98 | 0.52 | 0.55 |
| Hex | 7C | C8 | 50 | 26 | 0 | 3C | 16 | 62 | 34 | 37 |
| Octal | 174 | 310 | 120 | 46 | 0 | 74 | 26 | 142 | 64 | 67 |
| Binary | 1111100 | 11001000 | 1010000 | 100110 | 0 | 111100 | 10110 | 1100010 | 110100 | 110111 |
Color Harmonies of #7CC850
Complementary color
Monochromatic Colors of #7CC850
Black with #7CC850
Text Example
Text Example
White with #7CC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC850; }
p { color: rgb(124,200,80); }
H1.HeaderClassName
{
color: #7CC850;
}
.AnyTagClassName
{
color: #7CC850;
}
</style>
background-color css
<style>
a { background-color: #7CC850; }
a { background-color: rgb(124,200,80); }
div.DivClassName
{
background-color: #7CC850;
}
.BgClassName
{
background-color: #7CC850;
}
</style>
border-color css
<style>
span { border-color: #7CC850; }
span { border-color: rgb(124,200,80); }
td.TdClassName
{
border-color: #7CC850;
}
.TagClassName
{
border-color: #7CC850;
}
</style>