COLOR #57CD81

HEX: #57CD81
RGB: (87,205,129)

Color info

#57CD81 contains mainly green color. Web safe color of #57CD81 is #66CC99 (or #6C9).

RGB color model

#57CD81 color RGB value is (87,205,129).

  • red value is 87;
  • green value is 205;
  • blue value is 129.
RGB:
(87,205,129)
(34%,80%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 205 of 255 = 80%
B 129 of 255 = 51%

87
205
129

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

Portions of RGB colors in percentages

R + G + B =
87 + 205 + 129 = 421 (100%)
R 87 of 421 ~ 20.67%
G 205 of 421 ~ 48.69%
B 129 of 421 ~ 30.64%

%20.67
%48.69
%30.64

CMYK color model

#57CD81 color CMYK value is (58,0,37,20).

  • cyan value is 57.56%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 19.61%
CMYK:
(58,0,37,20)
C58M0Y37K20 
(58%,0%,37%,20%)
(0.58/0.00/0.37/0.20)	

CMYK percentages

%57.56
%0
%37.07
%19.61

Codes

Color #57CD81 in popluar color models

57CD81
RGB87205129
HSL141°54.13%57.25%
HSB/HSV141°57.56%80.39%
CMYK57.56%0.00%37.07%
19.61%

Color #57CD81 in popluar number systems.

HEX57CD81
Decimal87205129
Binary10101111100110110000001
Octal127315201

Shades and tints

Shades of #57CD81

#57CD81
(87,205,129)
#50BB76
(80,187,118)
#49A96B
(73,169,107)
#429760
(66,151,96)
#3B8555
(59,133,85)
#34734A
(52,115,74)
#2D613F
(45,97,63)
#264F34
(38,79,52)
#1F3D29
(31,61,41)
#182B1E
(24,43,30)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #57CD81

#57CD81
(87,205,129)
#66D18C
(102,209,140)
#75D597
(117,213,151)
#84D9A2
(132,217,162)
#93DDAD
(147,221,173)
#A2E1B8
(162,225,184)
#B1E5C3
(177,229,195)
#C0E9CE
(192,233,206)
#CFEDD9
(207,237,217)
#DEF1E4
(222,241,228)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57CD81; }

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

This text font color is #57CD81.


Background Color

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

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

This div background color is #57CD81.


Border color

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

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

This div border color is #57CD81.


Opacity

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

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

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

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

This text has shadow with #57CD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57CD81 on black background.


Color preview on white background

This text has color #57CD81 on white background.



Black color preview on #57CD81 background

This text has black color on #57CD81 background.


White color preview on #57CD81 background

This text has white color on #57CD81 background.