#57D082

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

Shades of Emerald #57D082

Tints of Emerald #57D082

Color information

#57D082 (or 0x57D082) is unknown color: approx Emerald. HEX triplet: 57, D0 and 82. RGB value is (87,208,130). Sum of RGB (Red+Green+Blue) = 87+208+130=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #57D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D082 is #A82F7D. Grayscale: #A3A3A3. Windows color (decimal): -11022206 or 8573015. OLE color: 8573015.

HSL color Cylindrical-coordinate representation of color #57D082: hue angle of 141.32º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57D082 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB87208130-
CMYK0.5800.380.18
HSL141.32º56.28%57.84%-
HSV(B)141.32º58.17%81.57%-
XYZ30.5248.7528.92-
YUV162.93109.4173.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.47%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=20.47%
G=48.94%
B=30.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal872081300.5800.380.18141.3256.2857.84
Hex57D0823A026128d383a
Octal12732020272046222157072
Binary1010111110100001000001011101001001101001010001101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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