Shades of Emerald #57D875
Tints of Emerald #57D875
RGB
CMYK
RGB Variations
Color information
#57D875 (or 0x57D875) is known color: Emerald. HEX triplet: 57, D8 and 75. RGB value is (87,216,117). Sum of RGB (Red+Green+Blue) = 87+216+117=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #57D875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57D875 is #A8278A. Grayscale: #A6A6A6. Windows color (decimal): -11020171 or 7723095. OLE color: 7723095.
HSL color Cylindrical-coordinate representation of color #57D875: hue angle of 133.95º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D875 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 216 | 117 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.15 |
| HSL | 133.95º | 0.62% | 0.59% | - |
| HSV(B) | 133.95º | 0.6% | 0.85% | - |
| XYZ | 31.7 | 52.42 | 25.28 | - |
| YUV | 166.14 | 100.26 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 216 | 117 | 0.60 | 0 | 0.46 | 0.15 | 133.95 | 0.62 | 0.59 |
| Hex | 57 | D8 | 75 | 3C | 0 | 2E | F | 86 | 3E | 3B |
| Octal | 127 | 330 | 165 | 74 | 0 | 56 | 17 | 206 | 76 | 73 |
| Binary | 1010111 | 11011000 | 1110101 | 111100 | 0 | 101110 | 1111 | 10000110 | 111110 | 111011 |
Color Harmonies of #57D875
Complementary color
Monochromatic Colors of #57D875
Black with #57D875
Text Example
Text Example
White with #57D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D875; }
p { color: rgb(87,216,117); }
H1.HeaderClassName
{
color: #57D875;
}
.AnyTagClassName
{
color: #57D875;
}
</style>
background-color css
<style>
a { background-color: #57D875; }
a { background-color: rgb(87,216,117); }
div.DivClassName
{
background-color: #57D875;
}
.BgClassName
{
background-color: #57D875;
}
</style>
border-color css
<style>
span { border-color: #57D875; }
span { border-color: rgb(87,216,117); }
td.TdClassName
{
border-color: #57D875;
}
.TagClassName
{
border-color: #57D875;
}
</style>