COLOR #57CB5D

HEX: #57CB5D
RGB: (87,203,93)

Color info

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

RGB color model

#57CB5D color RGB value is (87,203,93).

  • red value is 87;
  • green value is 203;
  • blue value is 93.
RGB:
(87,203,93)
(34%,80%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 203 of 255 = 80%
B 93 of 255 = 36%

87
203
93

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

Portions of RGB colors in percentages

R + G + B =
87 + 203 + 93 = 383 (100%)
R 87 of 383 ~ 22.72%
G 203 of 383 ~ 53%
B 93 of 383 ~ 24.28%

%22.72
%53
%24.28

CMYK color model

#57CB5D color CMYK value is (57,0,54,20).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 54.19%
  • key color value is 20.39%
CMYK:
(57,0,54,20)
C57M0Y54K20 
(57%,0%,54%,20%)
(0.57/0.00/0.54/0.20)	

CMYK percentages

%57.14
%0
%54.19
%20.39

Codes

Color #57CB5D in popluar color models

57CB5D
RGB8720393
HSL123°52.73%56.86%
HSB/HSV123°57.14%79.61%
CMYK57.14%0.00%54.19%
20.39%

Color #57CB5D in popluar number systems.

HEX57CB5D
Decimal8720393
Binary1010111110010111011101
Octal127313135

Shades and tints

Shades of #57CB5D

#57CB5D
(87,203,93)
#50B955
(80,185,85)
#49A74D
(73,167,77)
#429545
(66,149,69)
#3B833D
(59,131,61)
#347135
(52,113,53)
#2D5F2D
(45,95,45)
#264D25
(38,77,37)
#1F3B1D
(31,59,29)
#182915
(24,41,21)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #57CB5D

#57CB5D
(87,203,93)
#66CF6B
(102,207,107)
#75D379
(117,211,121)
#84D787
(132,215,135)
#93DB95
(147,219,149)
#A2DFA3
(162,223,163)
#B1E3B1
(177,227,177)
#C0E7BF
(192,231,191)
#CFEBCD
(207,235,205)
#DEEFDB
(222,239,219)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57CB5D color. Also use rgb(87,203,93) instead hex code.

Text Font Color

.myTextColor { color: #57CB5D; }

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

This text font color is #57CB5D.


Background Color

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

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

This div background color is #57CB5D.


Border color

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

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

This div border color is #57CB5D.


Opacity

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

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

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

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

This text has shadow with #57CB5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57CB5D on black background.


Color preview on white background

This text has color #57CB5D on white background.



Black color preview on #57CB5D background

This text has black color on #57CB5D background.


White color preview on #57CB5D background

This text has white color on #57CB5D background.