Shades of Emerald #57CA80
Tints of Emerald #57CA80
RGB
CMYK
RGB Variations
Color information
#57CA80 (or 0x57CA80) is known color: Emerald. HEX triplet: 57, CA and 80. RGB value is (87,202,128). Sum of RGB (Red+Green+Blue) = 87+202+128=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #57CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CA80 is #A8357F. Grayscale: #9F9F9F. Windows color (decimal): -11023744 or 8440407. OLE color: 8440407.
HSL color Cylindrical-coordinate representation of color #57CA80: hue angle of 141.39º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CA80 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 202 | 128 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.21 |
| HSL | 141.39º | 0.52% | 0.57% | - |
| HSV(B) | 141.39º | 0.57% | 0.79% | - |
| XYZ | 28.95 | 45.83 | 27.74 | - |
| YUV | 159.18 | 110.4 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 128 | 0.57 | 0 | 0.37 | 0.21 | 141.39 | 0.52 | 0.57 |
| Hex | 57 | CA | 80 | 39 | 0 | 25 | 15 | 8D | 34 | 39 |
| Octal | 127 | 312 | 200 | 71 | 0 | 45 | 25 | 215 | 64 | 71 |
| Binary | 1010111 | 11001010 | 10000000 | 111001 | 0 | 100101 | 10101 | 10001101 | 110100 | 111001 |
Color Harmonies of #57CA80
Complementary color
Monochromatic Colors of #57CA80
Black with #57CA80
Text Example
Text Example
White with #57CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CA80; }
p { color: rgb(87,202,128); }
H1.HeaderClassName
{
color: #57CA80;
}
.AnyTagClassName
{
color: #57CA80;
}
</style>
background-color css
<style>
a { background-color: #57CA80; }
a { background-color: rgb(87,202,128); }
div.DivClassName
{
background-color: #57CA80;
}
.BgClassName
{
background-color: #57CA80;
}
</style>
border-color css
<style>
span { border-color: #57CA80; }
span { border-color: rgb(87,202,128); }
td.TdClassName
{
border-color: #57CA80;
}
.TagClassName
{
border-color: #57CA80;
}
</style>