Shades of Emerald #57DC86
Tints of Emerald #57DC86
RGB
CMYK
RGB Variations
Color information
#57DC86 (or 0x57DC86) is known color: Emerald. HEX triplet: 57, DC and 86. RGB value is (87,220,134). Sum of RGB (Red+Green+Blue) = 87+220+134=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DC86 is #A82379. Grayscale: #AAAAAA. Windows color (decimal): -11019130 or 8838231. OLE color: 8838231.
HSL color Cylindrical-coordinate representation of color #57DC86: hue angle of 141.2º 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 #57DC86 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 134 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.14 |
| HSL | 141.2º | 0.66% | 0.6% | - |
| HSV(B) | 141.2º | 0.6% | 0.86% | - |
| XYZ | 33.83 | 54.93 | 31.37 | - |
| YUV | 170.43 | 107.44 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 134 | 0.60 | 0 | 0.39 | 0.14 | 141.2 | 0.66 | 0.6 |
| Hex | 57 | DC | 86 | 3C | 0 | 27 | E | 8D | 42 | 3C |
| Octal | 127 | 334 | 206 | 74 | 0 | 47 | 16 | 215 | 102 | 74 |
| Binary | 1010111 | 11011100 | 10000110 | 111100 | 0 | 100111 | 1110 | 10001101 | 1000010 | 111100 |
Color Harmonies of #57DC86
Complementary color
Monochromatic Colors of #57DC86
Black with #57DC86
Text Example
Text Example
White with #57DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC86; }
p { color: rgb(87,220,134); }
H1.HeaderClassName
{
color: #57DC86;
}
.AnyTagClassName
{
color: #57DC86;
}
</style>
background-color css
<style>
a { background-color: #57DC86; }
a { background-color: rgb(87,220,134); }
div.DivClassName
{
background-color: #57DC86;
}
.BgClassName
{
background-color: #57DC86;
}
</style>
border-color css
<style>
span { border-color: #57DC86; }
span { border-color: rgb(87,220,134); }
td.TdClassName
{
border-color: #57DC86;
}
.TagClassName
{
border-color: #57DC86;
}
</style>