Shades of Emerald #57CC85
Tints of Emerald #57CC85
RGB
CMYK
RGB Variations
Color information
#57CC85 (or 0x57CC85) is known color: Emerald. HEX triplet: 57, CC and 85. RGB value is (87,204,133). Sum of RGB (Red+Green+Blue) = 87+204+133=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #57CC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CC85 is #A8337A. Grayscale: #A1A1A1. Windows color (decimal): -11023227 or 8768599. OLE color: 8768599.
HSL color Cylindrical-coordinate representation of color #57CC85: hue angle of 143.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CC85 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 204 | 133 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.2 |
| HSL | 143.59º | 0.53% | 0.57% | - |
| HSV(B) | 143.59º | 0.57% | 0.8% | - |
| XYZ | 29.76 | 46.91 | 29.68 | - |
| YUV | 160.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 204 | 133 | 0.57 | 0 | 0.35 | 0.2 | 143.59 | 0.53 | 0.57 |
| Hex | 57 | CC | 85 | 39 | 0 | 23 | 14 | 90 | 35 | 39 |
| Octal | 127 | 314 | 205 | 71 | 0 | 43 | 24 | 220 | 65 | 71 |
| Binary | 1010111 | 11001100 | 10000101 | 111001 | 0 | 100011 | 10100 | 10010000 | 110101 | 111001 |
Color Harmonies of #57CC85
Complementary color
Monochromatic Colors of #57CC85
Black with #57CC85
Text Example
Text Example
White with #57CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CC85; }
p { color: rgb(87,204,133); }
H1.HeaderClassName
{
color: #57CC85;
}
.AnyTagClassName
{
color: #57CC85;
}
</style>
background-color css
<style>
a { background-color: #57CC85; }
a { background-color: rgb(87,204,133); }
div.DivClassName
{
background-color: #57CC85;
}
.BgClassName
{
background-color: #57CC85;
}
</style>
border-color css
<style>
span { border-color: #57CC85; }
span { border-color: rgb(87,204,133); }
td.TdClassName
{
border-color: #57CC85;
}
.TagClassName
{
border-color: #57CC85;
}
</style>