Shades of Emerald #57C585
Tints of Emerald #57C585
RGB
CMYK
RGB Variations
Color information
#57C585 (or 0x57C585) is known color: Emerald. HEX triplet: 57, C5 and 85. RGB value is (87,197,133). Sum of RGB (Red+Green+Blue) = 87+197+133=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #57C585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C585 is #A83A7A. Grayscale: #9C9C9C. Windows color (decimal): -11025019 or 8766807. OLE color: 8766807.
HSL color Cylindrical-coordinate representation of color #57C585: hue angle of 145.09º 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 #57C585 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 133 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.23 |
| HSL | 145.09º | 0.49% | 0.56% | - |
| HSV(B) | 145.09º | 0.56% | 0.77% | - |
| XYZ | 28.13 | 43.65 | 29.13 | - |
| YUV | 156.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 133 | 0.56 | 0 | 0.32 | 0.23 | 145.09 | 0.49 | 0.56 |
| Hex | 57 | C5 | 85 | 38 | 0 | 20 | 17 | 91 | 31 | 38 |
| Octal | 127 | 305 | 205 | 70 | 0 | 40 | 27 | 221 | 61 | 70 |
| Binary | 1010111 | 11000101 | 10000101 | 111000 | 0 | 100000 | 10111 | 10010001 | 110001 | 111000 |
Color Harmonies of #57C585
Complementary color
Monochromatic Colors of #57C585
Black with #57C585
Text Example
Text Example
White with #57C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C585; }
p { color: rgb(87,197,133); }
H1.HeaderClassName
{
color: #57C585;
}
.AnyTagClassName
{
color: #57C585;
}
</style>
background-color css
<style>
a { background-color: #57C585; }
a { background-color: rgb(87,197,133); }
div.DivClassName
{
background-color: #57C585;
}
.BgClassName
{
background-color: #57C585;
}
</style>
border-color css
<style>
span { border-color: #57C585; }
span { border-color: rgb(87,197,133); }
td.TdClassName
{
border-color: #57C585;
}
.TagClassName
{
border-color: #57C585;
}
</style>