Shades of Emerald #57BA74
Tints of Emerald #57BA74
RGB
CMYK
RGB Variations
Color information
#57BA74 (or 0x57BA74) is known color: Emerald. HEX triplet: 57, BA and 74. RGB value is (87,186,116). Sum of RGB (Red+Green+Blue) = 87+186+116=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BA74 is #A8458B. Grayscale: #949494. Windows color (decimal): -11027852 or 7649879. OLE color: 7649879.
HSL color Cylindrical-coordinate representation of color #57BA74: hue angle of 137.58º 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 #57BA74 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 186 | 116 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.27 |
| HSL | 137.58º | 0.42% | 0.54% | - |
| HSV(B) | 137.58º | 0.53% | 0.73% | - |
| XYZ | 24.64 | 38.41 | 22.64 | - |
| YUV | 148.42 | 109.7 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 116 | 0.53 | 0 | 0.38 | 0.27 | 137.58 | 0.42 | 0.54 |
| Hex | 57 | BA | 74 | 35 | 0 | 26 | 1B | 8A | 2A | 36 |
| Octal | 127 | 272 | 164 | 65 | 0 | 46 | 33 | 212 | 52 | 66 |
| Binary | 1010111 | 10111010 | 1110100 | 110101 | 0 | 100110 | 11011 | 10001010 | 101010 | 110110 |
Color Harmonies of #57BA74
Complementary color
Monochromatic Colors of #57BA74
Black with #57BA74
Text Example
Text Example
White with #57BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BA74; }
p { color: rgb(87,186,116); }
H1.HeaderClassName
{
color: #57BA74;
}
.AnyTagClassName
{
color: #57BA74;
}
</style>
background-color css
<style>
a { background-color: #57BA74; }
a { background-color: rgb(87,186,116); }
div.DivClassName
{
background-color: #57BA74;
}
.BgClassName
{
background-color: #57BA74;
}
</style>
border-color css
<style>
span { border-color: #57BA74; }
span { border-color: rgb(87,186,116); }
td.TdClassName
{
border-color: #57BA74;
}
.TagClassName
{
border-color: #57BA74;
}
</style>