Shades of Emerald #57C575
Tints of Emerald #57C575
RGB
CMYK
RGB Variations
Color information
#57C575 (or 0x57C575) is known color: Emerald. HEX triplet: 57, C5 and 75. RGB value is (87,197,117). Sum of RGB (Red+Green+Blue) = 87+197+117=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #57C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C575 is #A83A8A. Grayscale: #9B9B9B. Windows color (decimal): -11025035 or 7718231. OLE color: 7718231.
HSL color Cylindrical-coordinate representation of color #57C575: hue angle of 136.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C575 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 117 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.23 |
| HSL | 136.36º | 0.49% | 0.56% | - |
| HSV(B) | 136.36º | 0.56% | 0.77% | - |
| XYZ | 27.11 | 43.24 | 23.75 | - |
| YUV | 154.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 117 | 0.56 | 0 | 0.41 | 0.23 | 136.36 | 0.49 | 0.56 |
| Hex | 57 | C5 | 75 | 38 | 0 | 29 | 17 | 88 | 31 | 38 |
| Octal | 127 | 305 | 165 | 70 | 0 | 51 | 27 | 210 | 61 | 70 |
| Binary | 1010111 | 11000101 | 1110101 | 111000 | 0 | 101001 | 10111 | 10001000 | 110001 | 111000 |
Color Harmonies of #57C575
Complementary color
Monochromatic Colors of #57C575
Black with #57C575
Text Example
Text Example
White with #57C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C575; }
p { color: rgb(87,197,117); }
H1.HeaderClassName
{
color: #57C575;
}
.AnyTagClassName
{
color: #57C575;
}
</style>
background-color css
<style>
a { background-color: #57C575; }
a { background-color: rgb(87,197,117); }
div.DivClassName
{
background-color: #57C575;
}
.BgClassName
{
background-color: #57C575;
}
</style>
border-color css
<style>
span { border-color: #57C575; }
span { border-color: rgb(87,197,117); }
td.TdClassName
{
border-color: #57C575;
}
.TagClassName
{
border-color: #57C575;
}
</style>