COLOR #57CA7F

HEX: #57CA7F
RGB: (87,202,127)

Color info

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

RGB color model

#57CA7F color RGB value is (87,202,127).

  • red value is 87;
  • green value is 202;
  • blue value is 127.
RGB:
(87,202,127)
(34%,79%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 202 of 255 = 79%
B 127 of 255 = 50%

87
202
127

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

Portions of RGB colors in percentages

R + G + B =
87 + 202 + 127 = 416 (100%)
R 87 of 416 ~ 20.91%
G 202 of 416 ~ 48.56%
B 127 of 416 ~ 30.53%

%20.91
%48.56
%30.53

CMYK color model

#57CA7F color CMYK value is (57,0,37,21).

  • cyan value is 56.93%
  • magenta value is 0.00%
  • yellow value is 37.13%
  • key color value is 20.78%
CMYK:
(57,0,37,21)
C57M0Y37K21 
(57%,0%,37%,21%)
(0.57/0.00/0.37/0.21)	

CMYK percentages

%56.93
%0
%37.13
%20.78

Codes

Color #57CA7F in popluar color models

57CA7F
RGB87202127
HSL141°52.04%56.67%
HSB/HSV141°56.93%79.22%
CMYK56.93%0.00%37.13%
20.78%

Color #57CA7F in popluar number systems.

HEX57CA7F
Decimal87202127
Binary1010111110010101111111
Octal127312177

Shades and tints

Shades of #57CA7F

#57CA7F
(87,202,127)
#50B874
(80,184,116)
#49A669
(73,166,105)
#42945E
(66,148,94)
#3B8253
(59,130,83)
#347048
(52,112,72)
#2D5E3D
(45,94,61)
#264C32
(38,76,50)
#1F3A27
(31,58,39)
#18281C
(24,40,28)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #57CA7F

#57CA7F
(87,202,127)
#66CE8A
(102,206,138)
#75D295
(117,210,149)
#84D6A0
(132,214,160)
#93DAAB
(147,218,171)
#A2DEB6
(162,222,182)
#B1E2C1
(177,226,193)
#C0E6CC
(192,230,204)
#CFEAD7
(207,234,215)
#DEEEE2
(222,238,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57CA7F; }

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

This text font color is #57CA7F.


Background Color

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

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

This div background color is #57CA7F.


Border color

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

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

This div border color is #57CA7F.


Opacity

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

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

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

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

This text has shadow with #57CA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57CA7F on black background.


Color preview on white background

This text has color #57CA7F on white background.



Black color preview on #57CA7F background

This text has black color on #57CA7F background.


White color preview on #57CA7F background

This text has white color on #57CA7F background.