COLOR #57C35B

HEX: #57C35B
RGB: (87,195,91)

Color info

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

RGB color model

#57C35B color RGB value is (87,195,91).

  • red value is 87;
  • green value is 195;
  • blue value is 91.
RGB:
(87,195,91)
(34%,76%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 195 of 255 = 76%
B 91 of 255 = 36%

87
195
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 195 + 91 = 373 (100%)
R 87 of 373 ~ 23.32%
G 195 of 373 ~ 52.28%
B 91 of 373 ~ 24.4%

%23.32
%52.28
%24.4

CMYK color model

#57C35B color CMYK value is (55,0,53,24).

  • cyan value is 55.38%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 23.53%
CMYK:
(55,0,53,24)
C55M0Y53K24 
(55%,0%,53%,24%)
(0.55/0.00/0.53/0.24)	

CMYK percentages

%55.38
%0
%53.33
%23.53

Codes

Color #57C35B in popluar color models

57C35B
RGB8719591
HSL122°47.37%55.29%
HSB/HSV122°55.38%76.47%
CMYK55.38%0.00%53.33%
23.53%

Color #57C35B in popluar number systems.

HEX57C35B
Decimal8719591
Binary1010111110000111011011
Octal127303133

Shades and tints

Shades of #57C35B

#57C35B
(87,195,91)
#50B253
(80,178,83)
#49A14B
(73,161,75)
#429043
(66,144,67)
#3B7F3B
(59,127,59)
#346E33
(52,110,51)
#2D5D2B
(45,93,43)
#264C23
(38,76,35)
#1F3B1B
(31,59,27)
#182A13
(24,42,19)
#11190B
(17,25,11)
#000000
(0,0,0)

Tints of #57C35B

#57C35B
(87,195,91)
#66C869
(102,200,105)
#75CD77
(117,205,119)
#84D285
(132,210,133)
#93D793
(147,215,147)
#A2DCA1
(162,220,161)
#B1E1AF
(177,225,175)
#C0E6BD
(192,230,189)
#CFEBCB
(207,235,203)
#DEF0D9
(222,240,217)
#EDF5E7
(237,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57C35B color. Also use rgb(87,195,91) instead hex code.

Text Font Color

.myTextColor { color: #57C35B; }

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

This text font color is #57C35B.


Background Color

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

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

This div background color is #57C35B.


Border color

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

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

This div border color is #57C35B.


Opacity

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

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

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

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

This text has shadow with #57C35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C35B on black background.


Color preview on white background

This text has color #57C35B on white background.



Black color preview on #57C35B background

This text has black color on #57C35B background.


White color preview on #57C35B background

This text has white color on #57C35B background.