Shades of Emerald #57C078
Tints of Emerald #57C078
RGB
CMYK
RGB Variations
Color information
#57C078 (or 0x57C078) is known color: Emerald. HEX triplet: 57, C0 and 78. RGB value is (87,192,120). Sum of RGB (Red+Green+Blue) = 87+192+120=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #57C078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C078 is #A83F87. Grayscale: #989898. Windows color (decimal): -11026312 or 7913559. OLE color: 7913559.
HSL color Cylindrical-coordinate representation of color #57C078: hue angle of 138.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 #57C078 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 192 | 120 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.25 |
| HSL | 138.86º | 0.45% | 0.55% | - |
| HSV(B) | 138.86º | 0.55% | 0.75% | - |
| XYZ | 26.17 | 41.08 | 24.32 | - |
| YUV | 152.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 120 | 0.55 | 0 | 0.38 | 0.25 | 138.86 | 0.45 | 0.55 |
| Hex | 57 | C0 | 78 | 37 | 0 | 26 | 19 | 8B | 2D | 37 |
| Octal | 127 | 300 | 170 | 67 | 0 | 46 | 31 | 213 | 55 | 67 |
| Binary | 1010111 | 11000000 | 1111000 | 110111 | 0 | 100110 | 11001 | 10001011 | 101101 | 110111 |
Color Harmonies of #57C078
Complementary color
Monochromatic Colors of #57C078
Black with #57C078
Text Example
Text Example
White with #57C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C078; }
p { color: rgb(87,192,120); }
H1.HeaderClassName
{
color: #57C078;
}
.AnyTagClassName
{
color: #57C078;
}
</style>
background-color css
<style>
a { background-color: #57C078; }
a { background-color: rgb(87,192,120); }
div.DivClassName
{
background-color: #57C078;
}
.BgClassName
{
background-color: #57C078;
}
</style>
border-color css
<style>
span { border-color: #57C078; }
span { border-color: rgb(87,192,120); }
td.TdClassName
{
border-color: #57C078;
}
.TagClassName
{
border-color: #57C078;
}
</style>