COLOR #57C575

HEX: #57C575 RGB: (87,197,117)

Color info

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

RGB color model

#57C575 color RGB value is (87,197,117).

RGB: (87,197,117) (34%, 77%, 46%)

RGB channels and saturation

R 87 of 255 = 34%
G 197 of 255 = 77%
B 117 of 255 = 46%

87
197
117

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

Portions of RGB colors in percentages

R + G + B = 87 + 197 + 117 = 401 (100%)
R 87 of 401 ~ 21.7%
G 197 of 401 ~ 49.13%
B 117 of 401 ~ 29.18'%

%21.7
%49.13
%29.18

CMYK color model

#57C575 color CMYK value is (56,0,41,23).

  • cyan value is 55.84%
  • magenta value is 0.00%
  • yellow value is 40.61%
  • key color value is 22.75%

CMYK: (56,0,41,23)
C56M0Y41K23 (56%, 0%, 41%, 23%)
(0.56 / 0.00 / 0.41 / 0.23)

CMYK percentages

%55.84
%0
%40.61
%22.75

Codes

Color #57C575 in popluar color models

57 C5 75
RGB 87 197 117
HSL 136° 48.67% 55.69%
HSB/HSV 136° 55.84% 77.25%
CMYK 55.84% 0.00% 40.61%
22.75%

Color #57C575 in popluar number systems.

HEX 57 C5 75
Decimal 87 197 117
Binary 1010111 11000101 1110101
Octal 127 305 165

Shades and tints

Shades of #57C575

#57C575
(87,197,117)
#50B46B
(80,180,107)
#49A361
(73,163,97)
#429257
(66,146,87)
#3B814D
(59,129,77)
#347043
(52,112,67)
#2D5F39
(45,95,57)
#264E2F
(38,78,47)
#1F3D25
(31,61,37)
#182C1B
(24,44,27)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #57C575

#57C575
(87,197,117)
#66CA81
(102,202,129)
#75CF8D
(117,207,141)
#84D499
(132,212,153)
#93D9A5
(147,217,165)
#A2DEB1
(162,222,177)
#B1E3BD
(177,227,189)
#C0E8C9
(192,232,201)
#CFEDD5
(207,237,213)
#DEF2E1
(222,242,225)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57C575; }

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

This text font color is #57C575.

Background Color

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

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

This div background color is #57C575.

Border color

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

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

This div border color is #57C575.

Opacity

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

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

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

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

This text has shadow with #57C575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57C575.

Preview

Color preview on black background

This text has color #57C575 on black background.


Color preview on white background

This text has color #57C575 on white background.


Black color preview on #57C575 background

This text has black color on #57C575 background.


White color preview on #57C575 background

This text has white color on #57C575 background.


Related colors

Complementary color

Complementary color for #hex is #A83A8A.


I love getcolorcode.com

Triadic colors

1 #7557C5 and #C57557 with #57C575 are triadic colors.

2 #75C557 and #C55775 with #57C575 are triadic colors.