COLOR #57BF57

HEX: #57BF57 RGB: (87,191,87)

Color info

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

RGB color model

#57BF57 color RGB value is (87,191,87).

RGB: (87,191,87) (34%, 75%, 34%)

RGB channels and saturation

R 87 of 255 = 34%
G 191 of 255 = 75%
B 87 of 255 = 34%

87
191
87

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

Portions of RGB colors in percentages

R + G + B = 87 + 191 + 87 = 365 (100%)
R 87 of 365 ~ 23.84%
G 191 of 365 ~ 52.33%
B 87 of 365 ~ 23.84'%

%23.84
%52.33
%23.84

CMYK color model

#57BF57 color CMYK value is (54,0,54,25).

  • cyan value is 54.45%
  • magenta value is 0.00%
  • yellow value is 54.45%
  • key color value is 25.10%

CMYK: (54,0,54,25)
C54M0Y54K25 (54%, 0%, 54%, 25%)
(0.54 / 0.00 / 0.54 / 0.25)

CMYK percentages

%54.45
%0
%54.45
%25.1

Codes

Color #57BF57 in popluar color models

57 BF 57
RGB 87 191 87
HSL 120° 44.83% 54.51%
HSB/HSV 120° 54.45% 74.90%
CMYK 54.45% 0.00% 54.45%
25.10%

Color #57BF57 in popluar number systems.

HEX 57 BF 57
Decimal 87 191 87
Binary 1010111 10111111 1010111
Octal 127 277 127

Shades and tints

Shades of #57BF57

#57BF57
(87,191,87)
#50AE50
(80,174,80)
#499D49
(73,157,73)
#428C42
(66,140,66)
#3B7B3B
(59,123,59)
#346A34
(52,106,52)
#2D592D
(45,89,45)
#264826
(38,72,38)
#1F371F
(31,55,31)
#182618
(24,38,24)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #57BF57

#57BF57
(87,191,87)
#66C466
(102,196,102)
#75C975
(117,201,117)
#84CE84
(132,206,132)
#93D393
(147,211,147)
#A2D8A2
(162,216,162)
#B1DDB1
(177,221,177)
#C0E2C0
(192,226,192)
#CFE7CF
(207,231,207)
#DEECDE
(222,236,222)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57BF57; }

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

This text font color is #57BF57.

Background Color

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

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

This div background color is #57BF57.

Border color

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

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

This div border color is #57BF57.

Opacity

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

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

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

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

This text has shadow with #57BF57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57BF57.

Preview

Color preview on black background

This text has color #57BF57 on black background.


Color preview on white background

This text has color #57BF57 on white background.


Black color preview on #57BF57 background

This text has black color on #57BF57 background.


White color preview on #57BF57 background

This text has white color on #57BF57 background.


Related colors

Complementary color

Complementary color for #hex is #A840A8.


I love getcolorcode.com

Triadic colors

1 #5757BF and #BF5757 with #57BF57 are triadic colors.

2 #57BF57 and #BF5757 with #57BF57 are triadic colors.