Shades of Emerald #57BB7D
Tints of Emerald #57BB7D
RGB
CMYK
RGB Variations
Color information
#57BB7D (or 0x57BB7D) is known color: Emerald. HEX triplet: 57, BB and 7D. RGB value is (87,187,125). Sum of RGB (Red+Green+Blue) = 87+187+125=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #57BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BB7D is #A84482. Grayscale: #969696. Windows color (decimal): -11027587 or 8239959. OLE color: 8239959.
HSL color Cylindrical-coordinate representation of color #57BB7D: hue angle of 142.8º 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 #57BB7D is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 187 | 125 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.27 |
| HSL | 142.8º | 0.42% | 0.54% | - |
| HSV(B) | 142.8º | 0.53% | 0.73% | - |
| XYZ | 25.4 | 39.05 | 25.6 | - |
| YUV | 150.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 125 | 0.53 | 0 | 0.33 | 0.27 | 142.8 | 0.42 | 0.54 |
| Hex | 57 | BB | 7D | 35 | 0 | 21 | 1B | 8F | 2A | 36 |
| Octal | 127 | 273 | 175 | 65 | 0 | 41 | 33 | 217 | 52 | 66 |
| Binary | 1010111 | 10111011 | 1111101 | 110101 | 0 | 100001 | 11011 | 10001111 | 101010 | 110110 |
Color Harmonies of #57BB7D
Complementary color
Monochromatic Colors of #57BB7D
Black with #57BB7D
Text Example
Text Example
White with #57BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BB7D; }
p { color: rgb(87,187,125); }
H1.HeaderClassName
{
color: #57BB7D;
}
.AnyTagClassName
{
color: #57BB7D;
}
</style>
background-color css
<style>
a { background-color: #57BB7D; }
a { background-color: rgb(87,187,125); }
div.DivClassName
{
background-color: #57BB7D;
}
.BgClassName
{
background-color: #57BB7D;
}
</style>
border-color css
<style>
span { border-color: #57BB7D; }
span { border-color: rgb(87,187,125); }
td.TdClassName
{
border-color: #57BB7D;
}
.TagClassName
{
border-color: #57BB7D;
}
</style>