Shades of Mantis #7CDC56
Tints of Mantis #7CDC56
RGB
CMYK
RGB Variations
Color information
#7CDC56 (or 0x7CDC56) is known color: Mantis. HEX triplet: 7C, DC and 56. RGB value is (124,220,86). Sum of RGB (Red+Green+Blue) = 124+220+86=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC56 is #8323A9. Grayscale: #B0B0B0. Windows color (decimal): -8594346 or 5692540. OLE color: 5692540.
HSL color Cylindrical-coordinate representation of color #7CDC56: hue angle of 102.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CDC56 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 86 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.14 |
| HSL | 102.99º | 0.66% | 0.6% | - |
| HSV(B) | 102.99º | 0.61% | 0.86% | - |
| XYZ | 35.59 | 56.14 | 17.77 | - |
| YUV | 176.02 | 77.2 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 86 | 0.44 | 0 | 0.61 | 0.14 | 102.99 | 0.66 | 0.6 |
| Hex | 7C | DC | 56 | 2C | 0 | 3D | E | 67 | 42 | 3C |
| Octal | 174 | 334 | 126 | 54 | 0 | 75 | 16 | 147 | 102 | 74 |
| Binary | 1111100 | 11011100 | 1010110 | 101100 | 0 | 111101 | 1110 | 1100111 | 1000010 | 111100 |
Color Harmonies of #7CDC56
Complementary color
Monochromatic Colors of #7CDC56
Black with #7CDC56
Text Example
Text Example
White with #7CDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDC56; }
p { color: rgb(124,220,86); }
H1.HeaderClassName
{
color: #7CDC56;
}
.AnyTagClassName
{
color: #7CDC56;
}
</style>
background-color css
<style>
a { background-color: #7CDC56; }
a { background-color: rgb(124,220,86); }
div.DivClassName
{
background-color: #7CDC56;
}
.BgClassName
{
background-color: #7CDC56;
}
</style>
border-color css
<style>
span { border-color: #7CDC56; }
span { border-color: rgb(124,220,86); }
td.TdClassName
{
border-color: #7CDC56;
}
.TagClassName
{
border-color: #7CDC56;
}
</style>