COLOR #57C352

HEX: #57C352
RGB: (87,195,82)

Color info

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

RGB color model

#57C352 color RGB value is (87,195,82).

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

RGB channels and saturation

R 87 of 255 = 34%
G 195 of 255 = 76%
B 82 of 255 = 32%

87
195
82

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

Portions of RGB colors in percentages

R + G + B =
87 + 195 + 82 = 364 (100%)
R 87 of 364 ~ 23.9%
G 195 of 364 ~ 53.57%
B 82 of 364 ~ 22.53%

%23.9
%53.57
%22.53

CMYK color model

#57C352 color CMYK value is (55,0,58,24).

  • cyan value is 55.38%
  • magenta value is 0.00%
  • yellow value is 57.95%
  • key color value is 23.53%
CMYK:
(55,0,58,24)
C55M0Y58K24 
(55%,0%,58%,24%)
(0.55/0.00/0.58/0.24)	

CMYK percentages

%55.38
%0
%57.95
%23.53

Codes

Color #57C352 in popluar color models

57C352
RGB8719582
HSL117°48.50%54.31%
HSB/HSV117°57.95%76.47%
CMYK55.38%0.00%57.95%
23.53%

Color #57C352 in popluar number systems.

HEX57C352
Decimal8719582
Binary1010111110000111010010
Octal127303122

Shades and tints

Shades of #57C352

#57C352
(87,195,82)
#50B24B
(80,178,75)
#49A144
(73,161,68)
#42903D
(66,144,61)
#3B7F36
(59,127,54)
#346E2F
(52,110,47)
#2D5D28
(45,93,40)
#264C21
(38,76,33)
#1F3B1A
(31,59,26)
#182A13
(24,42,19)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #57C352

#57C352
(87,195,82)
#66C861
(102,200,97)
#75CD70
(117,205,112)
#84D27F
(132,210,127)
#93D78E
(147,215,142)
#A2DC9D
(162,220,157)
#B1E1AC
(177,225,172)
#C0E6BB
(192,230,187)
#CFEBCA
(207,235,202)
#DEF0D9
(222,240,217)
#EDF5E8
(237,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57C352; }

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

This text font color is #57C352.


Background Color

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

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

This div background color is #57C352.


Border color

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

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

This div border color is #57C352.


Opacity

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

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

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

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

This text has shadow with #57C352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C352 on black background.


Color preview on white background

This text has color #57C352 on white background.



Black color preview on #57C352 background

This text has black color on #57C352 background.


White color preview on #57C352 background

This text has white color on #57C352 background.