COLOR #57B954

HEX: #57B954 RGB: (87,185,84)

Color info

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

RGB color model

#57B954 color RGB value is (87,185,84).

RGB: (87,185,84) (34%, 73%, 33%)

RGB channels and saturation

R 87 of 255 = 34%
G 185 of 255 = 73%
B 84 of 255 = 33%

87
185
84

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

Portions of RGB colors in percentages

R + G + B = 87 + 185 + 84 = 356 (100%)
R 87 of 356 ~ 24.44%
G 185 of 356 ~ 51.97%
B 84 of 356 ~ 23.6'%

%24.44
%51.97
%23.6

CMYK color model

#57B954 color CMYK value is (53,0,55,27).

  • cyan value is 52.97%
  • magenta value is 0.00%
  • yellow value is 54.59%
  • key color value is 27.45%

CMYK: (53,0,55,27)
C53M0Y55K27 (53%, 0%, 55%, 27%)
(0.53 / 0.00 / 0.55 / 0.27)

CMYK percentages

%52.97
%0
%54.59
%27.45

Codes

Color #57B954 in popluar color models

57 B9 54
RGB 87 185 84
HSL 118° 41.91% 52.75%
HSB/HSV 118° 54.59% 72.55%
CMYK 52.97% 0.00% 54.59%
27.45%

Color #57B954 in popluar number systems.

HEX 57 B9 54
Decimal 87 185 84
Binary 1010111 10111001 1010100
Octal 127 271 124

Shades and tints

Shades of #57B954

#57B954
(87,185,84)
#50A94D
(80,169,77)
#499946
(73,153,70)
#42893F
(66,137,63)
#3B7938
(59,121,56)
#346931
(52,105,49)
#2D592A
(45,89,42)
#264923
(38,73,35)
#1F391C
(31,57,28)
#182915
(24,41,21)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #57B954

#57B954
(87,185,84)
#66BF63
(102,191,99)
#75C572
(117,197,114)
#84CB81
(132,203,129)
#93D190
(147,209,144)
#A2D79F
(162,215,159)
#B1DDAE
(177,221,174)
#C0E3BD
(192,227,189)
#CFE9CC
(207,233,204)
#DEEFDB
(222,239,219)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B954 color. Also use rgb(87,185,84) instead hex code.

Text Font Color

.myTextColor { color: #57B954; }

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

This text font color is #57B954.

Background Color

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

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

This div background color is #57B954.

Border color

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

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

This div border color is #57B954.

Opacity

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

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

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

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

This text has shadow with #57B954 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57B954.

Preview

Color preview on black background

This text has color #57B954 on black background.


Color preview on white background

This text has color #57B954 on white background.


Black color preview on #57B954 background

This text has black color on #57B954 background.


White color preview on #57B954 background

This text has white color on #57B954 background.


Related colors

Complementary color

Complementary color for #hex is #A846AB.


I love getcolorcode.com

Triadic colors

1 #5457B9 and #B95457 with #57B954 are triadic colors.

2 #54B957 and #B95754 with #57B954 are triadic colors.