COLOR #57D480

HEX: #57D480
RGB: (87,212,128)

Color info

#57D480 contains mainly green color. Web safe color of #57D480 is #66CC66 (or #6C6).

RGB color model

#57D480 color RGB value is (87,212,128).

  • red value is 87;
  • green value is 212;
  • blue value is 128.
RGB:
(87,212,128)
(34%,83%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 212 of 255 = 83%
B 128 of 255 = 50%

87
212
128

R + G + B ~ 56%. #57D480 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 212 + 128 = 427 (100%)
R 87 of 427 ~ 20.37%
G 212 of 427 ~ 49.65%
B 128 of 427 ~ 29.98%

%20.37
%49.65
%29.98

CMYK color model

#57D480 color CMYK value is (59,0,40,17).

  • cyan value is 58.96%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(59,0,40,17)
C59M0Y40K17 
(59%,0%,40%,17%)
(0.59/0.00/0.40/0.17)	

CMYK percentages

%58.96
%0
%39.62
%16.86

Codes

Color #57D480 in popluar color models

57D480
RGB87212128
HSL140°59.24%58.63%
HSB/HSV140°58.96%83.14%
CMYK58.96%0.00%39.62%
16.86%

Color #57D480 in popluar number systems.

HEX57D480
Decimal87212128
Binary10101111101010010000000
Octal127324200

Shades and tints

Shades of #57D480

#57D480
(87,212,128)
#50C175
(80,193,117)
#49AE6A
(73,174,106)
#429B5F
(66,155,95)
#3B8854
(59,136,84)
#347549
(52,117,73)
#2D623E
(45,98,62)
#264F33
(38,79,51)
#1F3C28
(31,60,40)
#18291D
(24,41,29)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #57D480

#57D480
(87,212,128)
#66D78B
(102,215,139)
#75DA96
(117,218,150)
#84DDA1
(132,221,161)
#93E0AC
(147,224,172)
#A2E3B7
(162,227,183)
#B1E6C2
(177,230,194)
#C0E9CD
(192,233,205)
#CFECD8
(207,236,216)
#DEEFE3
(222,239,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57D480 color. Also use rgb(87,212,128) instead hex code.

Text Font Color

.myTextColor { color: #57D480; }

<p style="color:#57D480">This sample text font color is #57D480.</p>

This text font color is #57D480.


Background Color

.myBgColor { background-color: #57D480; }

<div style="background-color:#57D480">Inner text</div>

This div background color is #57D480.


Border color

.myBorderColor { border: 1px solid #57D480; }

<div style="border:3px solid #57D480">Div</div>

This div border color is #57D480.


Opacity

.myOpacity80 { color: #57D480; opacity: 0.8; }

<p style="color:#57D480;opacity:0.8;">80%</p>

Text with #57D480 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57D480;}

<p style="text-shadow: 3px 3px 1px #57D480">Text here.</p>

This text has shadow with #57D480 color.

.textShadow {text-shadow: 3px 3px 1px #57D480, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57D480, 5px 5px 20px red">Text here.</p>

This text has shadow with #57D480 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57D480, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57D480, Direction=45, Strength=4)">Text</p>

This text has shadow with #57D480 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #57D480;
  -webkit-box-shadow:	1px 1px 3px 2px #57D480;
  box-shadow:		1px 1px 3px 2px #57D480;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57D480;
-webkit-box-shadow: 1px 1px 3px 2px #57D480;
box-shadow:1px 1px 3px 2px #57D480;">
Div content here</div>
This div box has shadow with color #57D480.

Preview

Color preview on black background

This text has color #57D480 on black background.


Color preview on white background

This text has color #57D480 on white background.



Black color preview on #57D480 background

This text has black color on #57D480 background.


White color preview on #57D480 background

This text has white color on #57D480 background.