#57BD73

Color #57BD73 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #57BD73

Tints of Emerald #57BD73

Color information

#57BD73 (or 0x57BD73) is unknown color: approx Emerald. HEX triplet: 57, BD and 73. RGB value is (87,189,115). Sum of RGB (Red+Green+Blue) = 87+189+115=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD73 is #A8428C. Grayscale: #969696. Windows color (decimal): -11027085 or 7585111. OLE color: 7585111.

HSL color Cylindrical-coordinate representation of color #57BD73: hue angle of 136.47º 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 #57BD73 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB87189115-
CMYK0.5400.390.26
HSL136.47º43.59%54.12%-
HSV(B)136.47º53.97%74.12%-
XYZ25.2239.6622.55-
YUV150.07108.2183.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 22.25%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=22.25%
G=48.34%
B=29.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871891150.5400.390.26136.4743.5954.12
Hex57BD73360271A882c36
Octal12727516366047322105466
Binary101011110111101111001111011001001111101010001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57BD73; }

 p { color: rgb(87,189,115); }

 H1.HeaderClassName
 {
   color: #57BD73;
 }
 .AnyTagClassName
 {
   color: #57BD73;
 }
</style>
background-color css

<style>
 a { background-color: #57BD73; }

 a { background-color: rgb(87,189,115); }

 div.DivClassName
 {
   background-color: #57BD73;
 }
 .BgClassName
 {
   background-color: #57BD73;
 }
</style>
border-color css

<style>
 span { border-color: #57BD73; }

 span { border-color: rgb(87,189,115); }

 td.TdClassName
 {
   border-color: #57BD73;
 }
 .TagClassName
 {
   border-color: #57BD73;
 }
</style>