Shades of Emerald #57DA85
Tints of Emerald #57DA85
RGB
CMYK
RGB Variations
Color information
#57DA85 (or 0x57DA85) is known color: Emerald. HEX triplet: 57, DA and 85. RGB value is (87,218,133). Sum of RGB (Red+Green+Blue) = 87+218+133=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #57DA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DA85 is #A8257A. Grayscale: #A9A9A9. Windows color (decimal): -11019643 or 8772183. OLE color: 8772183.
HSL color Cylindrical-coordinate representation of color #57DA85: hue angle of 141.07º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DA85 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 218 | 133 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.15 |
| HSL | 141.07º | 0.64% | 0.6% | - |
| HSV(B) | 141.07º | 0.6% | 0.85% | - |
| XYZ | 33.24 | 53.86 | 30.84 | - |
| YUV | 169.14 | 107.6 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 218 | 133 | 0.60 | 0 | 0.39 | 0.15 | 141.07 | 0.64 | 0.6 |
| Hex | 57 | DA | 85 | 3C | 0 | 27 | F | 8D | 40 | 3C |
| Octal | 127 | 332 | 205 | 74 | 0 | 47 | 17 | 215 | 100 | 74 |
| Binary | 1010111 | 11011010 | 10000101 | 111100 | 0 | 100111 | 1111 | 10001101 | 1000000 | 111100 |
Color Harmonies of #57DA85
Complementary color
Monochromatic Colors of #57DA85
Black with #57DA85
Text Example
Text Example
White with #57DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DA85; }
p { color: rgb(87,218,133); }
H1.HeaderClassName
{
color: #57DA85;
}
.AnyTagClassName
{
color: #57DA85;
}
</style>
background-color css
<style>
a { background-color: #57DA85; }
a { background-color: rgb(87,218,133); }
div.DivClassName
{
background-color: #57DA85;
}
.BgClassName
{
background-color: #57DA85;
}
</style>
border-color css
<style>
span { border-color: #57DA85; }
span { border-color: rgb(87,218,133); }
td.TdClassName
{
border-color: #57DA85;
}
.TagClassName
{
border-color: #57DA85;
}
</style>