#57C282

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

Shades of Emerald #57C282

Tints of Emerald #57C282

Color information

#57C282 (or 0x57C282) is unknown color: approx Emerald. HEX triplet: 57, C2 and 82. RGB value is (87,194,130). Sum of RGB (Red+Green+Blue) = 87+194+130=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #57C282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C282 is #A83D7D. Grayscale: #9A9A9A. Windows color (decimal): -11025790 or 8569431. OLE color: 8569431.

HSL color Cylindrical-coordinate representation of color #57C282: hue angle of 144.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C282 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB87194130-
CMYK0.5500.330.24
HSL144.11º46.72%55.1%-
HSV(B)144.11º55.15%76.08%-
XYZ27.2542.2227.83-
YUV154.71114.0579.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.17%
GREEN value IS 194 (76.17% from 255) = 47.20%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=21.17%
G=47.20%
B=31.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871941300.5500.330.24144.1146.7255.1
Hex57C2823702118902f37
Octal12730220267041302205767
Binary1010111110000101000001011011101000011100010010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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