Shades of Mantis #7CDC59
Tints of Mantis #7CDC59
RGB
CMYK
RGB Variations
Color information
#7CDC59 (or 0x7CDC59) is known color: Mantis. HEX triplet: 7C, DC and 59. RGB value is (124,220,89). Sum of RGB (Red+Green+Blue) = 124+220+89=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC59 is #8323A6. Grayscale: #B0B0B0. Windows color (decimal): -8594343 or 5889148. OLE color: 5889148.
HSL color Cylindrical-coordinate representation of color #7CDC59: hue angle of 103.97º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CDC59 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 89 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.14 |
| HSL | 103.97º | 0.65% | 0.61% | - |
| HSV(B) | 103.97º | 0.6% | 0.86% | - |
| XYZ | 35.71 | 56.19 | 18.42 | - |
| YUV | 176.36 | 78.7 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 89 | 0.44 | 0 | 0.60 | 0.14 | 103.97 | 0.65 | 0.61 |
| Hex | 7C | DC | 59 | 2C | 0 | 3C | E | 68 | 41 | 3D |
| Octal | 174 | 334 | 131 | 54 | 0 | 74 | 16 | 150 | 101 | 75 |
| Binary | 1111100 | 11011100 | 1011001 | 101100 | 0 | 111100 | 1110 | 1101000 | 1000001 | 111101 |
Color Harmonies of #7CDC59
Complementary color
Monochromatic Colors of #7CDC59
Black with #7CDC59
Text Example
Text Example
White with #7CDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDC59; }
p { color: rgb(124,220,89); }
H1.HeaderClassName
{
color: #7CDC59;
}
.AnyTagClassName
{
color: #7CDC59;
}
</style>
background-color css
<style>
a { background-color: #7CDC59; }
a { background-color: rgb(124,220,89); }
div.DivClassName
{
background-color: #7CDC59;
}
.BgClassName
{
background-color: #7CDC59;
}
</style>
border-color css
<style>
span { border-color: #7CDC59; }
span { border-color: rgb(124,220,89); }
td.TdClassName
{
border-color: #7CDC59;
}
.TagClassName
{
border-color: #7CDC59;
}
</style>