#57BF7A

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

Shades of Emerald #57BF7A

Tints of Emerald #57BF7A

Color information

#57BF7A (or 0x57BF7A) is unknown color: approx Emerald. HEX triplet: 57, BF and 7A. RGB value is (87,191,122). Sum of RGB (Red+Green+Blue) = 87+191+122=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #57BF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BF7A is #A84085. Grayscale: #989898. Windows color (decimal): -11026566 or 8044375. OLE color: 8044375.

HSL color Cylindrical-coordinate representation of color #57BF7A: hue angle of 140.19º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BF7A is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB87191122-
CMYK0.5400.360.25
HSL140.19º44.83%54.51%-
HSV(B)140.19º54.45%74.9%-
XYZ26.0740.6924.89-
YUV152.04111.0481.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.75%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=21.75%
G=47.75%
B=30.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871911220.5400.360.25140.1944.8354.51
Hex57BF7A36024198c2d37
Octal12727717266044312145567
Binary101011110111111111101011011001001001100110001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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