COLOR #57BE68

HEX: #57BE68 RGB: (87,190,104)

Color info

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

RGB color model

#57BE68 color RGB value is (87,190,104).

RGB: (87,190,104) (34%, 75%, 41%)

RGB channels and saturation

R 87 of 255 = 34%
G 190 of 255 = 75%
B 104 of 255 = 41%

87
190
104

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

Portions of RGB colors in percentages

R + G + B = 87 + 190 + 104 = 381 (100%)
R 87 of 381 ~ 22.83%
G 190 of 381 ~ 49.87%
B 104 of 381 ~ 27.3'%

%22.83
%49.87
%27.3

CMYK color model

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

  • cyan value is 54.21%
  • magenta value is 0.00%
  • yellow value is 45.26%
  • key color value is 25.49%

CMYK: (54,0,45,25)
C54M0Y45K25 (54%, 0%, 45%, 25%)
(0.54 / 0.00 / 0.45 / 0.25)

CMYK percentages

%54.21
%0
%45.26
%25.49

Codes

Color #57BE68 in popluar color models

57 BE 68
RGB 87 190 104
HSL 130° 44.21% 54.31%
HSB/HSV 130° 54.21% 74.51%
CMYK 54.21% 0.00% 45.26%
25.49%

Color #57BE68 in popluar number systems.

HEX 57 BE 68
Decimal 87 190 104
Binary 1010111 10111110 1101000
Octal 127 276 150

Shades and tints

Shades of #57BE68

#57BE68
(87,190,104)
#50AD5F
(80,173,95)
#499C56
(73,156,86)
#428B4D
(66,139,77)
#3B7A44
(59,122,68)
#34693B
(52,105,59)
#2D5832
(45,88,50)
#264729
(38,71,41)
#1F3620
(31,54,32)
#182517
(24,37,23)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #57BE68

#57BE68
(87,190,104)
#66C375
(102,195,117)
#75C882
(117,200,130)
#84CD8F
(132,205,143)
#93D29C
(147,210,156)
#A2D7A9
(162,215,169)
#B1DCB6
(177,220,182)
#C0E1C3
(192,225,195)
#CFE6D0
(207,230,208)
#DEEBDD
(222,235,221)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57BE68; }

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

This text font color is #57BE68.

Background Color

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

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

This div background color is #57BE68.

Border color

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

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

This div border color is #57BE68.

Opacity

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

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

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

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

This text has shadow with #57BE68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57BE68.

Preview

Color preview on black background

This text has color #57BE68 on black background.


Color preview on white background

This text has color #57BE68 on white background.


Black color preview on #57BE68 background

This text has black color on #57BE68 background.


White color preview on #57BE68 background

This text has white color on #57BE68 background.


Related colors

Complementary color

Complementary color for #hex is #A84197.


I love getcolorcode.com

Triadic colors

1 #6857BE and #BE6857 with #57BE68 are triadic colors.

2 #68BE57 and #BE5768 with #57BE68 are triadic colors.