Shades of Emerald #57DC7C
Tints of Emerald #57DC7C
RGB
CMYK
RGB Variations
Color information
#57DC7C (or 0x57DC7C) is known color: Emerald. HEX triplet: 57, DC and 7C. RGB value is (87,220,124). Sum of RGB (Red+Green+Blue) = 87+220+124=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DC7C is #A82383. Grayscale: #A9A9A9. Windows color (decimal): -11019140 or 8182871. OLE color: 8182871.
HSL color Cylindrical-coordinate representation of color #57DC7C: hue angle of 136.69º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DC7C is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 124 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.14 |
| HSL | 136.69º | 0.66% | 0.6% | - |
| HSV(B) | 136.69º | 0.6% | 0.86% | - |
| XYZ | 33.16 | 54.67 | 27.87 | - |
| YUV | 169.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 124 | 0.60 | 0 | 0.44 | 0.14 | 136.69 | 0.66 | 0.6 |
| Hex | 57 | DC | 7C | 3C | 0 | 2C | E | 89 | 42 | 3C |
| Octal | 127 | 334 | 174 | 74 | 0 | 54 | 16 | 211 | 102 | 74 |
| Binary | 1010111 | 11011100 | 1111100 | 111100 | 0 | 101100 | 1110 | 10001001 | 1000010 | 111100 |
Color Harmonies of #57DC7C
Complementary color
Monochromatic Colors of #57DC7C
Black with #57DC7C
Text Example
Text Example
White with #57DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC7C; }
p { color: rgb(87,220,124); }
H1.HeaderClassName
{
color: #57DC7C;
}
.AnyTagClassName
{
color: #57DC7C;
}
</style>
background-color css
<style>
a { background-color: #57DC7C; }
a { background-color: rgb(87,220,124); }
div.DivClassName
{
background-color: #57DC7C;
}
.BgClassName
{
background-color: #57DC7C;
}
</style>
border-color css
<style>
span { border-color: #57DC7C; }
span { border-color: rgb(87,220,124); }
td.TdClassName
{
border-color: #57DC7C;
}
.TagClassName
{
border-color: #57DC7C;
}
</style>