Shades of Emerald #57D975
Tints of Emerald #57D975
RGB
CMYK
RGB Variations
Color information
#57D975 (or 0x57D975) is known color: Emerald. HEX triplet: 57, D9 and 75. RGB value is (87,217,117). Sum of RGB (Red+Green+Blue) = 87+217+117=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #57D975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57D975 is #A8268A. Grayscale: #A7A7A7. Windows color (decimal): -11019915 or 7723351. OLE color: 7723351.
HSL color Cylindrical-coordinate representation of color #57D975: hue angle of 133.85º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D975 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 217 | 117 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.15 |
| HSL | 133.85º | 0.63% | 0.6% | - |
| HSV(B) | 133.85º | 0.6% | 0.85% | - |
| XYZ | 31.95 | 52.94 | 25.36 | - |
| YUV | 166.73 | 99.93 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 217 | 117 | 0.60 | 0 | 0.46 | 0.15 | 133.85 | 0.63 | 0.6 |
| Hex | 57 | D9 | 75 | 3C | 0 | 2E | F | 86 | 3F | 3C |
| Octal | 127 | 331 | 165 | 74 | 0 | 56 | 17 | 206 | 77 | 74 |
| Binary | 1010111 | 11011001 | 1110101 | 111100 | 0 | 101110 | 1111 | 10000110 | 111111 | 111100 |
Color Harmonies of #57D975
Complementary color
Monochromatic Colors of #57D975
Black with #57D975
Text Example
Text Example
White with #57D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D975; }
p { color: rgb(87,217,117); }
H1.HeaderClassName
{
color: #57D975;
}
.AnyTagClassName
{
color: #57D975;
}
</style>
background-color css
<style>
a { background-color: #57D975; }
a { background-color: rgb(87,217,117); }
div.DivClassName
{
background-color: #57D975;
}
.BgClassName
{
background-color: #57D975;
}
</style>
border-color css
<style>
span { border-color: #57D975; }
span { border-color: rgb(87,217,117); }
td.TdClassName
{
border-color: #57D975;
}
.TagClassName
{
border-color: #57D975;
}
</style>