Shades of Emerald #57B872
Tints of Emerald #57B872
RGB
CMYK
RGB Variations
Color information
#57B872 (or 0x57B872) is known color: Emerald. HEX triplet: 57, B8 and 72. RGB value is (87,184,114). Sum of RGB (Red+Green+Blue) = 87+184+114=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #57B872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57B872 is #A8478D. Grayscale: #939393. Windows color (decimal): -11028366 or 7518295. OLE color: 7518295.
HSL color Cylindrical-coordinate representation of color #57B872: hue angle of 136.7º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B872 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 184 | 114 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.28 |
| HSL | 136.7º | 0.41% | 0.53% | - |
| HSV(B) | 136.7º | 0.53% | 0.72% | - |
| XYZ | 24.11 | 37.52 | 21.89 | - |
| YUV | 147.02 | 109.36 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 184 | 114 | 0.53 | 0 | 0.38 | 0.28 | 136.7 | 0.41 | 0.53 |
| Hex | 57 | B8 | 72 | 35 | 0 | 26 | 1C | 89 | 29 | 35 |
| Octal | 127 | 270 | 162 | 65 | 0 | 46 | 34 | 211 | 51 | 65 |
| Binary | 1010111 | 10111000 | 1110010 | 110101 | 0 | 100110 | 11100 | 10001001 | 101001 | 110101 |
Color Harmonies of #57B872
Complementary color
Monochromatic Colors of #57B872
Black with #57B872
Text Example
Text Example
White with #57B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B872; }
p { color: rgb(87,184,114); }
H1.HeaderClassName
{
color: #57B872;
}
.AnyTagClassName
{
color: #57B872;
}
</style>
background-color css
<style>
a { background-color: #57B872; }
a { background-color: rgb(87,184,114); }
div.DivClassName
{
background-color: #57B872;
}
.BgClassName
{
background-color: #57B872;
}
</style>
border-color css
<style>
span { border-color: #57B872; }
span { border-color: rgb(87,184,114); }
td.TdClassName
{
border-color: #57B872;
}
.TagClassName
{
border-color: #57B872;
}
</style>