Shades of Mantis #7CDD57
Tints of Mantis #7CDD57
RGB
CMYK
RGB Variations
Color information
#7CDD57 (or 0x7CDD57) is known color: Mantis. HEX triplet: 7C, DD and 57. RGB value is (124,221,87). Sum of RGB (Red+Green+Blue) = 124+221+87=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD57 is #8322A8. Grayscale: #B1B1B1. Windows color (decimal): -8594089 or 5758332. OLE color: 5758332.
HSL color Cylindrical-coordinate representation of color #7CDD57: hue angle of 103.43º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CDD57 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 87 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.13 |
| HSL | 103.43º | 0.66% | 0.6% | - |
| HSV(B) | 103.43º | 0.61% | 0.87% | - |
| XYZ | 35.89 | 56.69 | 18.07 | - |
| YUV | 176.72 | 77.36 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 87 | 0.44 | 0 | 0.61 | 0.13 | 103.43 | 0.66 | 0.6 |
| Hex | 7C | DD | 57 | 2C | 0 | 3D | D | 67 | 42 | 3C |
| Octal | 174 | 335 | 127 | 54 | 0 | 75 | 15 | 147 | 102 | 74 |
| Binary | 1111100 | 11011101 | 1010111 | 101100 | 0 | 111101 | 1101 | 1100111 | 1000010 | 111100 |
Color Harmonies of #7CDD57
Complementary color
Monochromatic Colors of #7CDD57
Black with #7CDD57
Text Example
Text Example
White with #7CDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD57; }
p { color: rgb(124,221,87); }
H1.HeaderClassName
{
color: #7CDD57;
}
.AnyTagClassName
{
color: #7CDD57;
}
</style>
background-color css
<style>
a { background-color: #7CDD57; }
a { background-color: rgb(124,221,87); }
div.DivClassName
{
background-color: #7CDD57;
}
.BgClassName
{
background-color: #7CDD57;
}
</style>
border-color css
<style>
span { border-color: #7CDD57; }
span { border-color: rgb(124,221,87); }
td.TdClassName
{
border-color: #7CDD57;
}
.TagClassName
{
border-color: #7CDD57;
}
</style>