COLOR #57BF65

HEX: #57BF65
RGB: (87,191,101)

Color info

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

RGB color model

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

  • red value is 87;
  • green value is 191;
  • blue value is 101.
RGB:
(87,191,101)
(34%,75%,40%)

RGB channels and saturation

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

87
191
101

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

Portions of RGB colors in percentages

R + G + B =
87 + 191 + 101 = 379 (100%)
R 87 of 379 ~ 22.96%
G 191 of 379 ~ 50.4%
B 101 of 379 ~ 26.65%

%22.96
%50.4
%26.65

CMYK color model

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

  • cyan value is 54.45%
  • magenta value is 0.00%
  • yellow value is 47.12%
  • key color value is 25.10%
CMYK:
(54,0,47,25)
C54M0Y47K25 
(54%,0%,47%,25%)
(0.54/0.00/0.47/0.25)	

CMYK percentages

%54.45
%0
%47.12
%25.1

Codes

Color #57BF65 in popluar color models

57BF65
RGB87191101
HSL128°44.83%54.51%
HSB/HSV128°54.45%74.90%
CMYK54.45%0.00%47.12%
25.10%

Color #57BF65 in popluar number systems.

HEX57BF65
Decimal87191101
Binary1010111101111111100101
Octal127277145

Shades and tints

Shades of #57BF65

#57BF65
(87,191,101)
#50AE5C
(80,174,92)
#499D53
(73,157,83)
#428C4A
(66,140,74)
#3B7B41
(59,123,65)
#346A38
(52,106,56)
#2D592F
(45,89,47)
#264826
(38,72,38)
#1F371D
(31,55,29)
#182614
(24,38,20)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #57BF65

#57BF65
(87,191,101)
#66C473
(102,196,115)
#75C981
(117,201,129)
#84CE8F
(132,206,143)
#93D39D
(147,211,157)
#A2D8AB
(162,216,171)
#B1DDB9
(177,221,185)
#C0E2C7
(192,226,199)
#CFE7D5
(207,231,213)
#DEECE3
(222,236,227)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57BF65; }

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

This text font color is #57BF65.


Background Color

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

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

This div background color is #57BF65.


Border color

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

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

This div border color is #57BF65.


Opacity

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

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

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

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

This text has shadow with #57BF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57BF65 on black background.


Color preview on white background

This text has color #57BF65 on white background.



Black color preview on #57BF65 background

This text has black color on #57BF65 background.


White color preview on #57BF65 background

This text has white color on #57BF65 background.