Shades of Emerald #57BB7A
Tints of Emerald #57BB7A
RGB
CMYK
RGB Variations
Color information
#57BB7A (or 0x57BB7A) is known color: Emerald. HEX triplet: 57, BB and 7A. RGB value is (87,187,122). Sum of RGB (Red+Green+Blue) = 87+187+122=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #57BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BB7A is #A84485. Grayscale: #959595. Windows color (decimal): -11027590 or 8043351. OLE color: 8043351.
HSL color Cylindrical-coordinate representation of color #57BB7A: hue angle of 141º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BB7A is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 187 | 122 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.27 |
| HSL | 141º | 0.42% | 0.54% | - |
| HSV(B) | 141º | 0.53% | 0.73% | - |
| XYZ | 25.21 | 38.97 | 24.61 | - |
| YUV | 149.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 122 | 0.53 | 0 | 0.35 | 0.27 | 141 | 0.42 | 0.54 |
| Hex | 57 | BB | 7A | 35 | 0 | 23 | 1B | 8D | 2A | 36 |
| Octal | 127 | 273 | 172 | 65 | 0 | 43 | 33 | 215 | 52 | 66 |
| Binary | 1010111 | 10111011 | 1111010 | 110101 | 0 | 100011 | 11011 | 10001101 | 101010 | 110110 |
Color Harmonies of #57BB7A
Complementary color
Monochromatic Colors of #57BB7A
Black with #57BB7A
Text Example
Text Example
White with #57BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BB7A; }
p { color: rgb(87,187,122); }
H1.HeaderClassName
{
color: #57BB7A;
}
.AnyTagClassName
{
color: #57BB7A;
}
</style>
background-color css
<style>
a { background-color: #57BB7A; }
a { background-color: rgb(87,187,122); }
div.DivClassName
{
background-color: #57BB7A;
}
.BgClassName
{
background-color: #57BB7A;
}
</style>
border-color css
<style>
span { border-color: #57BB7A; }
span { border-color: rgb(87,187,122); }
td.TdClassName
{
border-color: #57BB7A;
}
.TagClassName
{
border-color: #57BB7A;
}
</style>