Shades of Emerald #57C275
Tints of Emerald #57C275
RGB
CMYK
RGB Variations
Color information
#57C275 (or 0x57C275) is known color: Emerald. HEX triplet: 57, C2 and 75. RGB value is (87,194,117). Sum of RGB (Red+Green+Blue) = 87+194+117=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #57C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C275 is #A83D8A. Grayscale: #999999. Windows color (decimal): -11025803 or 7717463. OLE color: 7717463.
HSL color Cylindrical-coordinate representation of color #57C275: hue angle of 136.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C275 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 194 | 117 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.24 |
| HSL | 136.82º | 0.47% | 0.55% | - |
| HSV(B) | 136.82º | 0.55% | 0.76% | - |
| XYZ | 26.43 | 41.89 | 23.52 | - |
| YUV | 153.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 194 | 117 | 0.55 | 0 | 0.40 | 0.24 | 136.82 | 0.47 | 0.55 |
| Hex | 57 | C2 | 75 | 37 | 0 | 28 | 18 | 89 | 2F | 37 |
| Octal | 127 | 302 | 165 | 67 | 0 | 50 | 30 | 211 | 57 | 67 |
| Binary | 1010111 | 11000010 | 1110101 | 110111 | 0 | 101000 | 11000 | 10001001 | 101111 | 110111 |
Color Harmonies of #57C275
Complementary color
Monochromatic Colors of #57C275
Black with #57C275
Text Example
Text Example
White with #57C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C275; }
p { color: rgb(87,194,117); }
H1.HeaderClassName
{
color: #57C275;
}
.AnyTagClassName
{
color: #57C275;
}
</style>
background-color css
<style>
a { background-color: #57C275; }
a { background-color: rgb(87,194,117); }
div.DivClassName
{
background-color: #57C275;
}
.BgClassName
{
background-color: #57C275;
}
</style>
border-color css
<style>
span { border-color: #57C275; }
span { border-color: rgb(87,194,117); }
td.TdClassName
{
border-color: #57C275;
}
.TagClassName
{
border-color: #57C275;
}
</style>