Shades of Emerald #57BD82
Tints of Emerald #57BD82
RGB
CMYK
RGB Variations
Color information
#57BD82 (or 0x57BD82) is known color: Emerald. HEX triplet: 57, BD and 82. RGB value is (87,189,130). Sum of RGB (Red+Green+Blue) = 87+189+130=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BD82 is #A8427D. Grayscale: #979797. Windows color (decimal): -11027070 or 8568151. OLE color: 8568151.
HSL color Cylindrical-coordinate representation of color #57BD82: hue angle of 145.29º 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 #57BD82 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 130 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.26 |
| HSL | 145.29º | 0.44% | 0.54% | - |
| HSV(B) | 145.29º | 0.54% | 0.74% | - |
| XYZ | 26.16 | 40.03 | 27.47 | - |
| YUV | 151.78 | 115.71 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 130 | 0.54 | 0 | 0.31 | 0.26 | 145.29 | 0.44 | 0.54 |
| Hex | 57 | BD | 82 | 36 | 0 | 1F | 1A | 91 | 2C | 36 |
| Octal | 127 | 275 | 202 | 66 | 0 | 37 | 32 | 221 | 54 | 66 |
| Binary | 1010111 | 10111101 | 10000010 | 110110 | 0 | 11111 | 11010 | 10010001 | 101100 | 110110 |
Color Harmonies of #57BD82
Complementary color
Monochromatic Colors of #57BD82
Black with #57BD82
Text Example
Text Example
White with #57BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BD82; }
p { color: rgb(87,189,130); }
H1.HeaderClassName
{
color: #57BD82;
}
.AnyTagClassName
{
color: #57BD82;
}
</style>
background-color css
<style>
a { background-color: #57BD82; }
a { background-color: rgb(87,189,130); }
div.DivClassName
{
background-color: #57BD82;
}
.BgClassName
{
background-color: #57BD82;
}
</style>
border-color css
<style>
span { border-color: #57BD82; }
span { border-color: rgb(87,189,130); }
td.TdClassName
{
border-color: #57BD82;
}
.TagClassName
{
border-color: #57BD82;
}
</style>