Shades of Emerald #57DC80
Tints of Emerald #57DC80
RGB
CMYK
RGB Variations
Color information
#57DC80 (or 0x57DC80) is known color: Emerald. HEX triplet: 57, DC and 80. RGB value is (87,220,128). Sum of RGB (Red+Green+Blue) = 87+220+128=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DC80 is #A8237F. Grayscale: #A9A9A9. Windows color (decimal): -11019136 or 8445015. OLE color: 8445015.
HSL color Cylindrical-coordinate representation of color #57DC80: hue angle of 138.5º 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 #57DC80 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 128 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.14 |
| HSL | 138.5º | 0.66% | 0.6% | - |
| HSV(B) | 138.5º | 0.6% | 0.86% | - |
| XYZ | 33.42 | 54.77 | 29.23 | - |
| YUV | 169.75 | 104.44 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 128 | 0.60 | 0 | 0.42 | 0.14 | 138.5 | 0.66 | 0.6 |
| Hex | 57 | DC | 80 | 3C | 0 | 2A | E | 8A | 42 | 3C |
| Octal | 127 | 334 | 200 | 74 | 0 | 52 | 16 | 212 | 102 | 74 |
| Binary | 1010111 | 11011100 | 10000000 | 111100 | 0 | 101010 | 1110 | 10001010 | 1000010 | 111100 |
Color Harmonies of #57DC80
Complementary color
Monochromatic Colors of #57DC80
Black with #57DC80
Text Example
Text Example
White with #57DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC80; }
p { color: rgb(87,220,128); }
H1.HeaderClassName
{
color: #57DC80;
}
.AnyTagClassName
{
color: #57DC80;
}
</style>
background-color css
<style>
a { background-color: #57DC80; }
a { background-color: rgb(87,220,128); }
div.DivClassName
{
background-color: #57DC80;
}
.BgClassName
{
background-color: #57DC80;
}
</style>
border-color css
<style>
span { border-color: #57DC80; }
span { border-color: rgb(87,220,128); }
td.TdClassName
{
border-color: #57DC80;
}
.TagClassName
{
border-color: #57DC80;
}
</style>