Shades of Emerald #57DC8A
Tints of Emerald #57DC8A
RGB
CMYK
RGB Variations
Color information
#57DC8A (or 0x57DC8A) is known color: Emerald. HEX triplet: 57, DC and 8A. RGB value is (87,220,138). Sum of RGB (Red+Green+Blue) = 87+220+138=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DC8A is #A82375. Grayscale: #ABABAB. Windows color (decimal): -11019126 or 9100375. OLE color: 9100375.
HSL color Cylindrical-coordinate representation of color #57DC8A: hue angle of 143.01º 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 #57DC8A is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 138 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.14 |
| HSL | 143.01º | 0.66% | 0.6% | - |
| HSV(B) | 143.01º | 0.6% | 0.86% | - |
| XYZ | 34.11 | 55.05 | 32.87 | - |
| YUV | 170.89 | 109.44 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 138 | 0.60 | 0 | 0.37 | 0.14 | 143.01 | 0.66 | 0.6 |
| Hex | 57 | DC | 8A | 3C | 0 | 25 | E | 8F | 42 | 3C |
| Octal | 127 | 334 | 212 | 74 | 0 | 45 | 16 | 217 | 102 | 74 |
| Binary | 1010111 | 11011100 | 10001010 | 111100 | 0 | 100101 | 1110 | 10001111 | 1000010 | 111100 |
Color Harmonies of #57DC8A
Complementary color
Monochromatic Colors of #57DC8A
Black with #57DC8A
Text Example
Text Example
White with #57DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC8A; }
p { color: rgb(87,220,138); }
H1.HeaderClassName
{
color: #57DC8A;
}
.AnyTagClassName
{
color: #57DC8A;
}
</style>
background-color css
<style>
a { background-color: #57DC8A; }
a { background-color: rgb(87,220,138); }
div.DivClassName
{
background-color: #57DC8A;
}
.BgClassName
{
background-color: #57DC8A;
}
</style>
border-color css
<style>
span { border-color: #57DC8A; }
span { border-color: rgb(87,220,138); }
td.TdClassName
{
border-color: #57DC8A;
}
.TagClassName
{
border-color: #57DC8A;
}
</style>