COLOR #57C680

HEX: #57C680
RGB: (87,198,128)

Color info

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

RGB color model

#57C680 color RGB value is (87,198,128).

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

RGB channels and saturation

R 87 of 255 = 34%
G 198 of 255 = 78%
B 128 of 255 = 50%

87
198
128

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

Portions of RGB colors in percentages

R + G + B =
87 + 198 + 128 = 413 (100%)
R 87 of 413 ~ 21.07%
G 198 of 413 ~ 47.94%
B 128 of 413 ~ 30.99%

%21.07
%47.94
%30.99

CMYK color model

#57C680 color CMYK value is (56,0,35,22).

  • cyan value is 56.06%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 22.35%
CMYK:
(56,0,35,22)
C56M0Y35K22 
(56%,0%,35%,22%)
(0.56/0.00/0.35/0.22)	

CMYK percentages

%56.06
%0
%35.35
%22.35

Codes

Color #57C680 in popluar color models

57C680
RGB87198128
HSL142°49.33%55.88%
HSB/HSV142°56.06%77.65%
CMYK56.06%0.00%35.35%
22.35%

Color #57C680 in popluar number systems.

HEX57C680
Decimal87198128
Binary10101111100011010000000
Octal127306200

Shades and tints

Shades of #57C680

#57C680
(87,198,128)
#50B475
(80,180,117)
#49A26A
(73,162,106)
#42905F
(66,144,95)
#3B7E54
(59,126,84)
#346C49
(52,108,73)
#2D5A3E
(45,90,62)
#264833
(38,72,51)
#1F3628
(31,54,40)
#18241D
(24,36,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #57C680

#57C680
(87,198,128)
#66CB8B
(102,203,139)
#75D096
(117,208,150)
#84D5A1
(132,213,161)
#93DAAC
(147,218,172)
#A2DFB7
(162,223,183)
#B1E4C2
(177,228,194)
#C0E9CD
(192,233,205)
#CFEED8
(207,238,216)
#DEF3E3
(222,243,227)
#EDF8EE
(237,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57C680; }

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

This text font color is #57C680.


Background Color

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

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

This div background color is #57C680.


Border color

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

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

This div border color is #57C680.


Opacity

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

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

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

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

This text has shadow with #57C680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C680 on black background.


Color preview on white background

This text has color #57C680 on white background.



Black color preview on #57C680 background

This text has black color on #57C680 background.


White color preview on #57C680 background

This text has white color on #57C680 background.