Shades of Emerald #57C07F
Tints of Emerald #57C07F
RGB
CMYK
RGB Variations
Color information
#57C07F (or 0x57C07F) is known color: Emerald. HEX triplet: 57, C0 and 7F. RGB value is (87,192,127). Sum of RGB (Red+Green+Blue) = 87+192+127=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #57C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C07F is #A83F80. Grayscale: #999999. Windows color (decimal): -11026305 or 8372311. OLE color: 8372311.
HSL color Cylindrical-coordinate representation of color #57C07F: hue angle of 142.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C07F is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 192 | 127 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.25 |
| HSL | 142.86º | 0.45% | 0.55% | - |
| HSV(B) | 142.86º | 0.55% | 0.75% | - |
| XYZ | 26.61 | 41.26 | 26.64 | - |
| YUV | 153.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 127 | 0.55 | 0 | 0.34 | 0.25 | 142.86 | 0.45 | 0.55 |
| Hex | 57 | C0 | 7F | 37 | 0 | 22 | 19 | 8F | 2D | 37 |
| Octal | 127 | 300 | 177 | 67 | 0 | 42 | 31 | 217 | 55 | 67 |
| Binary | 1010111 | 11000000 | 1111111 | 110111 | 0 | 100010 | 11001 | 10001111 | 101101 | 110111 |
Color Harmonies of #57C07F
Complementary color
Monochromatic Colors of #57C07F
Black with #57C07F
Text Example
Text Example
White with #57C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C07F; }
p { color: rgb(87,192,127); }
H1.HeaderClassName
{
color: #57C07F;
}
.AnyTagClassName
{
color: #57C07F;
}
</style>
background-color css
<style>
a { background-color: #57C07F; }
a { background-color: rgb(87,192,127); }
div.DivClassName
{
background-color: #57C07F;
}
.BgClassName
{
background-color: #57C07F;
}
</style>
border-color css
<style>
span { border-color: #57C07F; }
span { border-color: rgb(87,192,127); }
td.TdClassName
{
border-color: #57C07F;
}
.TagClassName
{
border-color: #57C07F;
}
</style>