Shades of Emerald #57DB8F
Tints of Emerald #57DB8F
RGB
CMYK
RGB Variations
Color information
#57DB8F (or 0x57DB8F) is known color: Emerald. HEX triplet: 57, DB and 8F. RGB value is (87,219,143). Sum of RGB (Red+Green+Blue) = 87+219+143=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #57DB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DB8F is #A82470. Grayscale: #ABABAB. Windows color (decimal): -11019377 or 9427799. OLE color: 9427799.
HSL color Cylindrical-coordinate representation of color #57DB8F: hue angle of 145.45º degrees, saturation: 0.65, 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 #57DB8F is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 143 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.14 |
| HSL | 145.45º | 0.65% | 0.6% | - |
| HSV(B) | 145.45º | 0.6% | 0.86% | - |
| XYZ | 34.22 | 54.67 | 34.74 | - |
| YUV | 170.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 143 | 0.60 | 0 | 0.35 | 0.14 | 145.45 | 0.65 | 0.6 |
| Hex | 57 | DB | 8F | 3C | 0 | 23 | E | 91 | 41 | 3C |
| Octal | 127 | 333 | 217 | 74 | 0 | 43 | 16 | 221 | 101 | 74 |
| Binary | 1010111 | 11011011 | 10001111 | 111100 | 0 | 100011 | 1110 | 10010001 | 1000001 | 111100 |
Color Harmonies of #57DB8F
Complementary color
Monochromatic Colors of #57DB8F
Black with #57DB8F
Text Example
Text Example
White with #57DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DB8F; }
p { color: rgb(87,219,143); }
H1.HeaderClassName
{
color: #57DB8F;
}
.AnyTagClassName
{
color: #57DB8F;
}
</style>
background-color css
<style>
a { background-color: #57DB8F; }
a { background-color: rgb(87,219,143); }
div.DivClassName
{
background-color: #57DB8F;
}
.BgClassName
{
background-color: #57DB8F;
}
</style>
border-color css
<style>
span { border-color: #57DB8F; }
span { border-color: rgb(87,219,143); }
td.TdClassName
{
border-color: #57DB8F;
}
.TagClassName
{
border-color: #57DB8F;
}
</style>