Shades of Emerald #57C97D
Tints of Emerald #57C97D
RGB
CMYK
RGB Variations
Color information
#57C97D (or 0x57C97D) is known color: Emerald. HEX triplet: 57, C9 and 7D. RGB value is (87,201,125). Sum of RGB (Red+Green+Blue) = 87+201+125=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #57C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C97D is #A83682. Grayscale: #9E9E9E. Windows color (decimal): -11024003 or 8243543. OLE color: 8243543.
HSL color Cylindrical-coordinate representation of color #57C97D: hue angle of 140º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57C97D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 201 | 125 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.21 |
| HSL | 140º | 0.51% | 0.56% | - |
| HSV(B) | 140º | 0.57% | 0.79% | - |
| XYZ | 28.52 | 45.28 | 26.64 | - |
| YUV | 158.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 201 | 125 | 0.57 | 0 | 0.38 | 0.21 | 140 | 0.51 | 0.56 |
| Hex | 57 | C9 | 7D | 39 | 0 | 26 | 15 | 8C | 33 | 38 |
| Octal | 127 | 311 | 175 | 71 | 0 | 46 | 25 | 214 | 63 | 70 |
| Binary | 1010111 | 11001001 | 1111101 | 111001 | 0 | 100110 | 10101 | 10001100 | 110011 | 111000 |
Color Harmonies of #57C97D
Complementary color
Monochromatic Colors of #57C97D
Black with #57C97D
Text Example
Text Example
White with #57C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C97D; }
p { color: rgb(87,201,125); }
H1.HeaderClassName
{
color: #57C97D;
}
.AnyTagClassName
{
color: #57C97D;
}
</style>
background-color css
<style>
a { background-color: #57C97D; }
a { background-color: rgb(87,201,125); }
div.DivClassName
{
background-color: #57C97D;
}
.BgClassName
{
background-color: #57C97D;
}
</style>
border-color css
<style>
span { border-color: #57C97D; }
span { border-color: rgb(87,201,125); }
td.TdClassName
{
border-color: #57C97D;
}
.TagClassName
{
border-color: #57C97D;
}
</style>