COLOR #57C949

HEX: #57C949
RGB: (87,201,73)

Color info

#57C949 contains mainly green color. Web safe color of #57C949 is #66CC33 (or #6C3).

RGB color model

#57C949 color RGB value is (87,201,73).

  • red value is 87;
  • green value is 201;
  • blue value is 73.
RGB:
(87,201,73)
(34%,79%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 201 of 255 = 79%
B 73 of 255 = 29%

87
201
73

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

Portions of RGB colors in percentages

R + G + B =
87 + 201 + 73 = 361 (100%)
R 87 of 361 ~ 24.1%
G 201 of 361 ~ 55.68%
B 73 of 361 ~ 20.22%

%24.1
%55.68
%20.22

CMYK color model

#57C949 color CMYK value is (57,0,64,21).

  • cyan value is 56.72%
  • magenta value is 0.00%
  • yellow value is 63.68%
  • key color value is 21.18%
CMYK:
(57,0,64,21)
C57M0Y64K21 
(57%,0%,64%,21%)
(0.57/0.00/0.64/0.21)	

CMYK percentages

%56.72
%0
%63.68
%21.18

Codes

Color #57C949 in popluar color models

57C949
RGB8720173
HSL113°54.24%53.73%
HSB/HSV113°63.68%78.82%
CMYK56.72%0.00%63.68%
21.18%

Color #57C949 in popluar number systems.

HEX57C949
Decimal8720173
Binary1010111110010011001001
Octal127311111

Shades and tints

Shades of #57C949

#57C949
(87,201,73)
#50B743
(80,183,67)
#49A53D
(73,165,61)
#429337
(66,147,55)
#3B8131
(59,129,49)
#346F2B
(52,111,43)
#2D5D25
(45,93,37)
#264B1F
(38,75,31)
#1F3919
(31,57,25)
#182713
(24,39,19)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #57C949

#57C949
(87,201,73)
#66CD59
(102,205,89)
#75D169
(117,209,105)
#84D579
(132,213,121)
#93D989
(147,217,137)
#A2DD99
(162,221,153)
#B1E1A9
(177,225,169)
#C0E5B9
(192,229,185)
#CFE9C9
(207,233,201)
#DEEDD9
(222,237,217)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57C949; }

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

This text font color is #57C949.


Background Color

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

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

This div background color is #57C949.


Border color

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

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

This div border color is #57C949.


Opacity

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

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

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

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

This text has shadow with #57C949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C949 on black background.


Color preview on white background

This text has color #57C949 on white background.



Black color preview on #57C949 background

This text has black color on #57C949 background.


White color preview on #57C949 background

This text has white color on #57C949 background.