COLOR #57D457

HEX: #57D457
RGB: (87,212,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
212
87

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

Portions of RGB colors in percentages

R + G + B =
87 + 212 + 87 = 386 (100%)
R 87 of 386 ~ 22.54%
G 212 of 386 ~ 54.92%
B 87 of 386 ~ 22.54%

%22.54
%54.92
%22.54

CMYK color model

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

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

CMYK percentages

%58.96
%0
%58.96
%16.86

Codes

Color #57D457 in popluar color models

57D457
RGB8721287
HSL120°59.24%58.63%
HSB/HSV120°58.96%83.14%
CMYK58.96%0.00%58.96%
16.86%

Color #57D457 in popluar number systems.

HEX57D457
Decimal8721287
Binary1010111110101001010111
Octal127324127

Shades and tints

Shades of #57D457

#57D457
(87,212,87)
#50C150
(80,193,80)
#49AE49
(73,174,73)
#429B42
(66,155,66)
#3B883B
(59,136,59)
#347534
(52,117,52)
#2D622D
(45,98,45)
#264F26
(38,79,38)
#1F3C1F
(31,60,31)
#182918
(24,41,24)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #57D457

#57D457
(87,212,87)
#66D766
(102,215,102)
#75DA75
(117,218,117)
#84DD84
(132,221,132)
#93E093
(147,224,147)
#A2E3A2
(162,227,162)
#B1E6B1
(177,230,177)
#C0E9C0
(192,233,192)
#CFECCF
(207,236,207)
#DEEFDE
(222,239,222)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57D457; }

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

This text font color is #57D457.


Background Color

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

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

This div background color is #57D457.


Border color

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

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

This div border color is #57D457.


Opacity

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

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

Text with #57D457 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 #57D457;}

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

This text has shadow with #57D457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D457 on black background.


Color preview on white background

This text has color #57D457 on white background.



Black color preview on #57D457 background

This text has black color on #57D457 background.


White color preview on #57D457 background

This text has white color on #57D457 background.