Shades of Emerald #57BD73
Tints of Emerald #57BD73
RGB
CMYK
RGB Variations
Color information
#57BD73 (or 0x57BD73) is known color: Emerald. HEX triplet: 57, BD and 73. RGB value is (87,189,115). Sum of RGB (Red+Green+Blue) = 87+189+115=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD73 is #A8428C. Grayscale: #969696. Windows color (decimal): -11027085 or 7585111. OLE color: 7585111.
HSL color Cylindrical-coordinate representation of color #57BD73: hue angle of 136.47º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BD73 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 115 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.26 |
| HSL | 136.47º | 0.44% | 0.54% | - |
| HSV(B) | 136.47º | 0.54% | 0.74% | - |
| XYZ | 25.22 | 39.66 | 22.55 | - |
| YUV | 150.07 | 108.21 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 115 | 0.54 | 0 | 0.39 | 0.26 | 136.47 | 0.44 | 0.54 |
| Hex | 57 | BD | 73 | 36 | 0 | 27 | 1A | 88 | 2C | 36 |
| Octal | 127 | 275 | 163 | 66 | 0 | 47 | 32 | 210 | 54 | 66 |
| Binary | 1010111 | 10111101 | 1110011 | 110110 | 0 | 100111 | 11010 | 10001000 | 101100 | 110110 |
Color Harmonies of #57BD73
Complementary color
Monochromatic Colors of #57BD73
Black with #57BD73
Text Example
Text Example
White with #57BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BD73; }
p { color: rgb(87,189,115); }
H1.HeaderClassName
{
color: #57BD73;
}
.AnyTagClassName
{
color: #57BD73;
}
</style>
background-color css
<style>
a { background-color: #57BD73; }
a { background-color: rgb(87,189,115); }
div.DivClassName
{
background-color: #57BD73;
}
.BgClassName
{
background-color: #57BD73;
}
</style>
border-color css
<style>
span { border-color: #57BD73; }
span { border-color: rgb(87,189,115); }
td.TdClassName
{
border-color: #57BD73;
}
.TagClassName
{
border-color: #57BD73;
}
</style>