COLOR #57D069

HEX: #57D069
RGB: (87,208,105)

Color info

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

RGB color model

#57D069 color RGB value is (87,208,105).

  • red value is 87;
  • green value is 208;
  • blue value is 105.
RGB:
(87,208,105)
(34%,82%,41%)

RGB channels and saturation

R 87 of 255 = 34%
G 208 of 255 = 82%
B 105 of 255 = 41%

87
208
105

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

Portions of RGB colors in percentages

R + G + B =
87 + 208 + 105 = 400 (100%)
R 87 of 400 ~ 21.75%
G 208 of 400 ~ 52%
B 105 of 400 ~ 26.25%

%21.75
%52
%26.25

CMYK color model

#57D069 color CMYK value is (58,0,50,18).

  • cyan value is 58.17%
  • magenta value is 0.00%
  • yellow value is 49.52%
  • key color value is 18.43%
CMYK:
(58,0,50,18)
C58M0Y50K18 
(58%,0%,50%,18%)
(0.58/0.00/0.50/0.18)	

CMYK percentages

%58.17
%0
%49.52
%18.43

Codes

Color #57D069 in popluar color models

57D069
RGB87208105
HSL129°56.28%57.84%
HSB/HSV129°58.17%81.57%
CMYK58.17%0.00%49.52%
18.43%

Color #57D069 in popluar number systems.

HEX57D069
Decimal87208105
Binary1010111110100001101001
Octal127320151

Shades and tints

Shades of #57D069

#57D069
(87,208,105)
#50BE60
(80,190,96)
#49AC57
(73,172,87)
#429A4E
(66,154,78)
#3B8845
(59,136,69)
#34763C
(52,118,60)
#2D6433
(45,100,51)
#26522A
(38,82,42)
#1F4021
(31,64,33)
#182E18
(24,46,24)
#111C0F
(17,28,15)
#000000
(0,0,0)

Tints of #57D069

#57D069
(87,208,105)
#66D476
(102,212,118)
#75D883
(117,216,131)
#84DC90
(132,220,144)
#93E09D
(147,224,157)
#A2E4AA
(162,228,170)
#B1E8B7
(177,232,183)
#C0ECC4
(192,236,196)
#CFF0D1
(207,240,209)
#DEF4DE
(222,244,222)
#EDF8EB
(237,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57D069; }

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

This text font color is #57D069.


Background Color

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

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

This div background color is #57D069.


Border color

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

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

This div border color is #57D069.


Opacity

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

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

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

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

This text has shadow with #57D069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D069 on black background.


Color preview on white background

This text has color #57D069 on white background.



Black color preview on #57D069 background

This text has black color on #57D069 background.


White color preview on #57D069 background

This text has white color on #57D069 background.