COLOR #57CB93

HEX: #57CB93 RGB: (87,203,147)

Color info

#57CB93 contains mainly green and blue colors. Web safe color of #57CB93 is #66CC99 (or #6C9).

RGB color model

#57CB93 color RGB value is (87,203,147).

RGB: (87,203,147) (34%, 80%, 58%)

RGB channels and saturation

R 87 of 255 = 34%
G 203 of 255 = 80%
B 147 of 255 = 58%

87
203
147

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

Portions of RGB colors in percentages

R + G + B = 87 + 203 + 147 = 437 (100%)
R 87 of 437 ~ 19.91%
G 203 of 437 ~ 46.45%
B 147 of 437 ~ 33.64'%

%19.91
%46.45
%33.64

CMYK color model

#57CB93 color CMYK value is (57,0,28,20).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 20.39%

CMYK: (57,0,28,20)
C57M0Y28K20 (57%, 0%, 28%, 20%)
(0.57 / 0.00 / 0.28 / 0.20)

CMYK percentages

%57.14
%0
%27.59
%20.39

Codes

Color #57CB93 in popluar color models

57 CB 93
RGB 87 203 147
HSL 151° 52.73% 56.86%
HSB/HSV 151° 57.14% 79.61%
CMYK 57.14% 0.00% 27.59%
20.39%

Color #57CB93 in popluar number systems.

HEX 57 CB 93
Decimal 87 203 147
Binary 1010111 11001011 10010011
Octal 127 313 223

Shades and tints

Shades of #57CB93

#57CB93
(87,203,147)
#50B986
(80,185,134)
#49A779
(73,167,121)
#42956C
(66,149,108)
#3B835F
(59,131,95)
#347152
(52,113,82)
#2D5F45
(45,95,69)
#264D38
(38,77,56)
#1F3B2B
(31,59,43)
#18291E
(24,41,30)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #57CB93

#57CB93
(87,203,147)
#66CF9C
(102,207,156)
#75D3A5
(117,211,165)
#84D7AE
(132,215,174)
#93DBB7
(147,219,183)
#A2DFC0
(162,223,192)
#B1E3C9
(177,227,201)
#C0E7D2
(192,231,210)
#CFEBDB
(207,235,219)
#DEEFE4
(222,239,228)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57CB93; }

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

This text font color is #57CB93.

Background Color

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

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

This div background color is #57CB93.

Border color

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

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

This div border color is #57CB93.

Opacity

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

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

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

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

This text has shadow with #57CB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57CB93.

Preview

Color preview on black background

This text has color #57CB93 on black background.


Color preview on white background

This text has color #57CB93 on white background.


Black color preview on #57CB93 background

This text has black color on #57CB93 background.


White color preview on #57CB93 background

This text has white color on #57CB93 background.


Related colors

Complementary color

Complementary color for #hex is #A8346C.


I love getcolorcode.com

Triadic colors

1 #9357CB and #CB9357 with #57CB93 are triadic colors.

2 #93CB57 and #CB5793 with #57CB93 are triadic colors.