COLOR #57C332

HEX: #57C332
RGB: (87,195,50)

Color info

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

RGB color model

#57C332 color RGB value is (87,195,50).

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

RGB channels and saturation

R 87 of 255 = 34%
G 195 of 255 = 76%
B 50 of 255 = 20%

87
195
50

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

Portions of RGB colors in percentages

R + G + B =
87 + 195 + 50 = 332 (100%)
R 87 of 332 ~ 26.2%
G 195 of 332 ~ 58.73%
B 50 of 332 ~ 15.06%

%26.2
%58.73
%15.06

CMYK color model

#57C332 color CMYK value is (55,0,74,24).

  • cyan value is 55.38%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 23.53%
CMYK:
(55,0,74,24)
C55M0Y74K24 
(55%,0%,74%,24%)
(0.55/0.00/0.74/0.24)	

CMYK percentages

%55.38
%0
%74.36
%23.53

Codes

Color #57C332 in popluar color models

57C332
RGB8719550
HSL105°59.18%48.04%
HSB/HSV105°74.36%76.47%
CMYK55.38%0.00%74.36%
23.53%

Color #57C332 in popluar number systems.

HEX57C332
Decimal8719550
Binary101011111000011110010
Octal12730362

Shades and tints

Shades of #57C332

#57C332
(87,195,50)
#50B22E
(80,178,46)
#49A12A
(73,161,42)
#429026
(66,144,38)
#3B7F22
(59,127,34)
#346E1E
(52,110,30)
#2D5D1A
(45,93,26)
#264C16
(38,76,22)
#1F3B12
(31,59,18)
#182A0E
(24,42,14)
#11190A
(17,25,10)
#000000
(0,0,0)

Tints of #57C332

#57C332
(87,195,50)
#66C844
(102,200,68)
#75CD56
(117,205,86)
#84D268
(132,210,104)
#93D77A
(147,215,122)
#A2DC8C
(162,220,140)
#B1E19E
(177,225,158)
#C0E6B0
(192,230,176)
#CFEBC2
(207,235,194)
#DEF0D4
(222,240,212)
#EDF5E6
(237,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57C332; }

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

This text font color is #57C332.


Background Color

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

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

This div background color is #57C332.


Border color

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

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

This div border color is #57C332.


Opacity

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

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

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

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

This text has shadow with #57C332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C332 on black background.


Color preview on white background

This text has color #57C332 on white background.



Black color preview on #57C332 background

This text has black color on #57C332 background.


White color preview on #57C332 background

This text has white color on #57C332 background.