#57BD7A

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

Shades of Emerald #57BD7A

Tints of Emerald #57BD7A

Color information

#57BD7A (or 0x57BD7A) is unknown color: approx Emerald. HEX triplet: 57, BD and 7A. RGB value is (87,189,122). Sum of RGB (Red+Green+Blue) = 87+189+122=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD7A is #A84285. Grayscale: #979797. Windows color (decimal): -11027078 or 8043863. OLE color: 8043863.

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

Color convert

RGB87189122-
CMYK0.5400.350.26
HSL140.59º43.59%54.12%-
HSV(B)140.59º53.97%74.12%-
XYZ25.6439.8324.75-
YUV150.86111.7182.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.86%
GREEN value IS 189 (74.22% from 255) = 47.49%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=21.86%
G=47.49%
B=30.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871891220.5400.350.26140.5943.5954.12
Hex57BD7A360231A8d2c36
Octal12727517266043322155466
Binary101011110111101111101011011001000111101010001101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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