Shades of Emerald #57BD77
Tints of Emerald #57BD77
RGB
CMYK
RGB Variations
Color information
#57BD77 (or 0x57BD77) is known color: Emerald. HEX triplet: 57, BD and 77. RGB value is (87,189,119). Sum of RGB (Red+Green+Blue) = 87+189+119=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD77 is #A84288. Grayscale: #969696. Windows color (decimal): -11027081 or 7847255. OLE color: 7847255.
HSL color Cylindrical-coordinate representation of color #57BD77: hue angle of 138.82º 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 #57BD77 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 119 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.26 |
| HSL | 138.82º | 0.44% | 0.54% | - |
| HSV(B) | 138.82º | 0.54% | 0.74% | - |
| XYZ | 25.46 | 39.75 | 23.78 | - |
| YUV | 150.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 119 | 0.54 | 0 | 0.37 | 0.26 | 138.82 | 0.44 | 0.54 |
| Hex | 57 | BD | 77 | 36 | 0 | 25 | 1A | 8B | 2C | 36 |
| Octal | 127 | 275 | 167 | 66 | 0 | 45 | 32 | 213 | 54 | 66 |
| Binary | 1010111 | 10111101 | 1110111 | 110110 | 0 | 100101 | 11010 | 10001011 | 101100 | 110110 |
Color Harmonies of #57BD77
Complementary color
Monochromatic Colors of #57BD77
Black with #57BD77
Text Example
Text Example
White with #57BD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BD77; }
p { color: rgb(87,189,119); }
H1.HeaderClassName
{
color: #57BD77;
}
.AnyTagClassName
{
color: #57BD77;
}
</style>
background-color css
<style>
a { background-color: #57BD77; }
a { background-color: rgb(87,189,119); }
div.DivClassName
{
background-color: #57BD77;
}
.BgClassName
{
background-color: #57BD77;
}
</style>
border-color css
<style>
span { border-color: #57BD77; }
span { border-color: rgb(87,189,119); }
td.TdClassName
{
border-color: #57BD77;
}
.TagClassName
{
border-color: #57BD77;
}
</style>