Shades of Emerald #57BD7B
Tints of Emerald #57BD7B
RGB
CMYK
RGB Variations
Color information
#57BD7B (or 0x57BD7B) is known color: Emerald. HEX triplet: 57, BD and 7B. RGB value is (87,189,123). Sum of RGB (Red+Green+Blue) = 87+189+123=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD7B is #A84284. Grayscale: #979797. Windows color (decimal): -11027077 or 8109399. OLE color: 8109399.
HSL color Cylindrical-coordinate representation of color #57BD7B: hue angle of 141.18º 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 #57BD7B is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 123 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.26 |
| HSL | 141.18º | 0.44% | 0.54% | - |
| HSV(B) | 141.18º | 0.54% | 0.74% | - |
| XYZ | 25.7 | 39.85 | 25.08 | - |
| YUV | 150.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 123 | 0.54 | 0 | 0.35 | 0.26 | 141.18 | 0.44 | 0.54 |
| Hex | 57 | BD | 7B | 36 | 0 | 23 | 1A | 8D | 2C | 36 |
| Octal | 127 | 275 | 173 | 66 | 0 | 43 | 32 | 215 | 54 | 66 |
| Binary | 1010111 | 10111101 | 1111011 | 110110 | 0 | 100011 | 11010 | 10001101 | 101100 | 110110 |
Color Harmonies of #57BD7B
Complementary color
Monochromatic Colors of #57BD7B
Black with #57BD7B
Text Example
Text Example
White with #57BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BD7B; }
p { color: rgb(87,189,123); }
H1.HeaderClassName
{
color: #57BD7B;
}
.AnyTagClassName
{
color: #57BD7B;
}
</style>
background-color css
<style>
a { background-color: #57BD7B; }
a { background-color: rgb(87,189,123); }
div.DivClassName
{
background-color: #57BD7B;
}
.BgClassName
{
background-color: #57BD7B;
}
</style>
border-color css
<style>
span { border-color: #57BD7B; }
span { border-color: rgb(87,189,123); }
td.TdClassName
{
border-color: #57BD7B;
}
.TagClassName
{
border-color: #57BD7B;
}
</style>