COLOR #57BE5D

HEX: #57BE5D
RGB: (87,190,93)

Color info

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

RGB color model

#57BE5D color RGB value is (87,190,93).

  • red value is 87;
  • green value is 190;
  • blue value is 93.
RGB:
(87,190,93)
(34%,75%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 190 of 255 = 75%
B 93 of 255 = 36%

87
190
93

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

Portions of RGB colors in percentages

R + G + B =
87 + 190 + 93 = 370 (100%)
R 87 of 370 ~ 23.51%
G 190 of 370 ~ 51.35%
B 93 of 370 ~ 25.14%

%23.51
%51.35
%25.14

CMYK color model

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

  • cyan value is 54.21%
  • magenta value is 0.00%
  • yellow value is 51.05%
  • key color value is 25.49%
CMYK:
(54,0,51,25)
C54M0Y51K25 
(54%,0%,51%,25%)
(0.54/0.00/0.51/0.25)	

CMYK percentages

%54.21
%0
%51.05
%25.49

Codes

Color #57BE5D in popluar color models

57BE5D
RGB8719093
HSL123°44.21%54.31%
HSB/HSV123°54.21%74.51%
CMYK54.21%0.00%51.05%
25.49%

Color #57BE5D in popluar number systems.

HEX57BE5D
Decimal8719093
Binary1010111101111101011101
Octal127276135

Shades and tints

Shades of #57BE5D

#57BE5D
(87,190,93)
#50AD55
(80,173,85)
#499C4D
(73,156,77)
#428B45
(66,139,69)
#3B7A3D
(59,122,61)
#346935
(52,105,53)
#2D582D
(45,88,45)
#264725
(38,71,37)
#1F361D
(31,54,29)
#182515
(24,37,21)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #57BE5D

#57BE5D
(87,190,93)
#66C36B
(102,195,107)
#75C879
(117,200,121)
#84CD87
(132,205,135)
#93D295
(147,210,149)
#A2D7A3
(162,215,163)
#B1DCB1
(177,220,177)
#C0E1BF
(192,225,191)
#CFE6CD
(207,230,205)
#DEEBDB
(222,235,219)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57BE5D; }

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

This text font color is #57BE5D.


Background Color

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

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

This div background color is #57BE5D.


Border color

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

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

This div border color is #57BE5D.


Opacity

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

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

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

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

This text has shadow with #57BE5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57BE5D on black background.


Color preview on white background

This text has color #57BE5D on white background.



Black color preview on #57BE5D background

This text has black color on #57BE5D background.


White color preview on #57BE5D background

This text has white color on #57BE5D background.