Shades of Emerald #57C875
Tints of Emerald #57C875
RGB
CMYK
RGB Variations
Color information
#57C875 (or 0x57C875) is known color: Emerald. HEX triplet: 57, C8 and 75. RGB value is (87,200,117). Sum of RGB (Red+Green+Blue) = 87+200+117=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #57C875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C875 is #A8378A. Grayscale: #9C9C9C. Windows color (decimal): -11024267 or 7718999. OLE color: 7718999.
HSL color Cylindrical-coordinate representation of color #57C875: hue angle of 135.93º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C875 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 200 | 117 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.22 |
| HSL | 135.93º | 0.51% | 0.56% | - |
| HSV(B) | 135.93º | 0.57% | 0.78% | - |
| XYZ | 27.8 | 44.62 | 23.98 | - |
| YUV | 156.75 | 105.56 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 200 | 117 | 0.56 | 0 | 0.42 | 0.22 | 135.93 | 0.51 | 0.56 |
| Hex | 57 | C8 | 75 | 38 | 0 | 2A | 16 | 88 | 33 | 38 |
| Octal | 127 | 310 | 165 | 70 | 0 | 52 | 26 | 210 | 63 | 70 |
| Binary | 1010111 | 11001000 | 1110101 | 111000 | 0 | 101010 | 10110 | 10001000 | 110011 | 111000 |
Color Harmonies of #57C875
Complementary color
Monochromatic Colors of #57C875
Black with #57C875
Text Example
Text Example
White with #57C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C875; }
p { color: rgb(87,200,117); }
H1.HeaderClassName
{
color: #57C875;
}
.AnyTagClassName
{
color: #57C875;
}
</style>
background-color css
<style>
a { background-color: #57C875; }
a { background-color: rgb(87,200,117); }
div.DivClassName
{
background-color: #57C875;
}
.BgClassName
{
background-color: #57C875;
}
</style>
border-color css
<style>
span { border-color: #57C875; }
span { border-color: rgb(87,200,117); }
td.TdClassName
{
border-color: #57C875;
}
.TagClassName
{
border-color: #57C875;
}
</style>