COLOR #57CC50

HEX: #57CC50
RGB: (87,204,80)

Color info

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

RGB color model

#57CC50 color RGB value is (87,204,80).

  • red value is 87;
  • green value is 204;
  • blue value is 80.
RGB:
(87,204,80)
(34%,80%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 204 of 255 = 80%
B 80 of 255 = 31%

87
204
80

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

Portions of RGB colors in percentages

R + G + B =
87 + 204 + 80 = 371 (100%)
R 87 of 371 ~ 23.45%
G 204 of 371 ~ 54.99%
B 80 of 371 ~ 21.56%

%23.45
%54.99
%21.56

CMYK color model

#57CC50 color CMYK value is (57,0,61,20).

  • cyan value is 57.35%
  • magenta value is 0.00%
  • yellow value is 60.78%
  • key color value is 20.00%
CMYK:
(57,0,61,20)
C57M0Y61K20 
(57%,0%,61%,20%)
(0.57/0.00/0.61/0.20)	

CMYK percentages

%57.35
%0
%60.78
%20

Codes

Color #57CC50 in popluar color models

57CC50
RGB8720480
HSL117°54.87%55.69%
HSB/HSV117°60.78%80.00%
CMYK57.35%0.00%60.78%
20.00%

Color #57CC50 in popluar number systems.

HEX57CC50
Decimal8720480
Binary1010111110011001010000
Octal127314120

Shades and tints

Shades of #57CC50

#57CC50
(87,204,80)
#50BA49
(80,186,73)
#49A842
(73,168,66)
#42963B
(66,150,59)
#3B8434
(59,132,52)
#34722D
(52,114,45)
#2D6026
(45,96,38)
#264E1F
(38,78,31)
#1F3C18
(31,60,24)
#182A11
(24,42,17)
#11180A
(17,24,10)
#000000
(0,0,0)

Tints of #57CC50

#57CC50
(87,204,80)
#66D05F
(102,208,95)
#75D46E
(117,212,110)
#84D87D
(132,216,125)
#93DC8C
(147,220,140)
#A2E09B
(162,224,155)
#B1E4AA
(177,228,170)
#C0E8B9
(192,232,185)
#CFECC8
(207,236,200)
#DEF0D7
(222,240,215)
#EDF4E6
(237,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57CC50 color. Also use rgb(87,204,80) instead hex code.

Text Font Color

.myTextColor { color: #57CC50; }

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

This text font color is #57CC50.


Background Color

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

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

This div background color is #57CC50.


Border color

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

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

This div border color is #57CC50.


Opacity

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

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

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

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

This text has shadow with #57CC50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57CC50 on black background.


Color preview on white background

This text has color #57CC50 on white background.



Black color preview on #57CC50 background

This text has black color on #57CC50 background.


White color preview on #57CC50 background

This text has white color on #57CC50 background.