Shades of Emerald #57D882
Tints of Emerald #57D882
RGB
CMYK
RGB Variations
Color information
#57D882 (or 0x57D882) is known color: Emerald. HEX triplet: 57, D8 and 82. RGB value is (87,216,130). Sum of RGB (Red+Green+Blue) = 87+216+130=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #57D882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D882 is #A8277D. Grayscale: #A7A7A7. Windows color (decimal): -11020158 or 8575063. OLE color: 8575063.
HSL color Cylindrical-coordinate representation of color #57D882: hue angle of 140º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D882 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 216 | 130 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.15 |
| HSL | 140º | 0.62% | 0.59% | - |
| HSV(B) | 140º | 0.6% | 0.85% | - |
| XYZ | 32.52 | 52.75 | 29.59 | - |
| YUV | 167.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 216 | 130 | 0.60 | 0 | 0.40 | 0.15 | 140 | 0.62 | 0.59 |
| Hex | 57 | D8 | 82 | 3C | 0 | 28 | F | 8C | 3E | 3B |
| Octal | 127 | 330 | 202 | 74 | 0 | 50 | 17 | 214 | 76 | 73 |
| Binary | 1010111 | 11011000 | 10000010 | 111100 | 0 | 101000 | 1111 | 10001100 | 111110 | 111011 |
Color Harmonies of #57D882
Complementary color
Monochromatic Colors of #57D882
Black with #57D882
Text Example
Text Example
White with #57D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D882; }
p { color: rgb(87,216,130); }
H1.HeaderClassName
{
color: #57D882;
}
.AnyTagClassName
{
color: #57D882;
}
</style>
background-color css
<style>
a { background-color: #57D882; }
a { background-color: rgb(87,216,130); }
div.DivClassName
{
background-color: #57D882;
}
.BgClassName
{
background-color: #57D882;
}
</style>
border-color css
<style>
span { border-color: #57D882; }
span { border-color: rgb(87,216,130); }
td.TdClassName
{
border-color: #57D882;
}
.TagClassName
{
border-color: #57D882;
}
</style>