Shades of Emerald #57C586
Tints of Emerald #57C586
RGB
CMYK
RGB Variations
Color information
#57C586 (or 0x57C586) is known color: Emerald. HEX triplet: 57, C5 and 86. RGB value is (87,197,134). Sum of RGB (Red+Green+Blue) = 87+197+134=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #57C586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C586 is #A83A79. Grayscale: #9D9D9D. Windows color (decimal): -11025018 or 8832343. OLE color: 8832343.
HSL color Cylindrical-coordinate representation of color #57C586: hue angle of 145.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C586 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 134 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.23 |
| HSL | 145.64º | 0.49% | 0.56% | - |
| HSV(B) | 145.64º | 0.56% | 0.77% | - |
| XYZ | 28.2 | 43.68 | 29.5 | - |
| YUV | 156.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 134 | 0.56 | 0 | 0.32 | 0.23 | 145.64 | 0.49 | 0.56 |
| Hex | 57 | C5 | 86 | 38 | 0 | 20 | 17 | 92 | 31 | 38 |
| Octal | 127 | 305 | 206 | 70 | 0 | 40 | 27 | 222 | 61 | 70 |
| Binary | 1010111 | 11000101 | 10000110 | 111000 | 0 | 100000 | 10111 | 10010010 | 110001 | 111000 |
Color Harmonies of #57C586
Complementary color
Monochromatic Colors of #57C586
Black with #57C586
Text Example
Text Example
White with #57C586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C586; }
p { color: rgb(87,197,134); }
H1.HeaderClassName
{
color: #57C586;
}
.AnyTagClassName
{
color: #57C586;
}
</style>
background-color css
<style>
a { background-color: #57C586; }
a { background-color: rgb(87,197,134); }
div.DivClassName
{
background-color: #57C586;
}
.BgClassName
{
background-color: #57C586;
}
</style>
border-color css
<style>
span { border-color: #57C586; }
span { border-color: rgb(87,197,134); }
td.TdClassName
{
border-color: #57C586;
}
.TagClassName
{
border-color: #57C586;
}
</style>