#57bf82

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

Shades of Emerald #57BF82

Tints of Emerald #57BF82

Color information

#57BF82 (or 0x57BF82) is unknown color: approx Emerald. HEX triplet: 57, BF and 82. RGB value is (87,191,130). Sum of RGB (Red+Green+Blue) = 87+191+130=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #57BF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BF82 is #A8407D. Grayscale: #999999. Windows color (decimal): -11026558 or 8568663. OLE color: 8568663.

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

Color convert

RGB87191130-
CMYK0.5400.320.25
HSL144.81º44.83%54.51%-
HSV(B)144.81º54.45%74.9%-
XYZ26.5940.927.61-
YUV152.95115.0480.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.32%
GREEN value IS 191 (75% from 255) = 46.81%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=21.32%
G=46.81%
B=31.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871911300.5400.320.25144.8144.8354.51
Hex57BF823602019912d37
Octal12727720266040312215567
Binary1010111101111111000001011011001000001100110010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57bf82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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