COLOR #57AE66

HEX: #57AE66
RGB: (87,174,102)

Color info

#57AE66 contains mainly green color. Web safe color of #57AE66 is #669966 (or #696).

RGB color model

#57AE66 color RGB value is (87,174,102).

  • red value is 87;
  • green value is 174;
  • blue value is 102.
RGB:
(87,174,102)
(34%,68%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 174 of 255 = 68%
B 102 of 255 = 40%

87
174
102

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

Portions of RGB colors in percentages

R + G + B =
87 + 174 + 102 = 363 (100%)
R 87 of 363 ~ 23.97%
G 174 of 363 ~ 47.93%
B 102 of 363 ~ 28.1%

%23.97
%47.93
%28.1

CMYK color model

#57AE66 color CMYK value is (50,0,41,32).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 31.76%
CMYK:
(50,0,41,32)
C50M0Y41K32 
(50%,0%,41%,32%)
(0.50/0.00/0.41/0.32)	

CMYK percentages

%50
%0
%41.38
%31.76

Codes

Color #57AE66 in popluar color models

57AE66
RGB87174102
HSL130°34.94%51.18%
HSB/HSV130°50.00%68.24%
CMYK50.00%0.00%41.38%
31.76%

Color #57AE66 in popluar number systems.

HEX57AE66
Decimal87174102
Binary1010111101011101100110
Octal127256146

Shades and tints

Shades of #57AE66

#57AE66
(87,174,102)
#509F5D
(80,159,93)
#499054
(73,144,84)
#42814B
(66,129,75)
#3B7242
(59,114,66)
#346339
(52,99,57)
#2D5430
(45,84,48)
#264527
(38,69,39)
#1F361E
(31,54,30)
#182715
(24,39,21)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #57AE66

#57AE66
(87,174,102)
#66B573
(102,181,115)
#75BC80
(117,188,128)
#84C38D
(132,195,141)
#93CA9A
(147,202,154)
#A2D1A7
(162,209,167)
#B1D8B4
(177,216,180)
#C0DFC1
(192,223,193)
#CFE6CE
(207,230,206)
#DEEDDB
(222,237,219)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57AE66; }

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

This text font color is #57AE66.


Background Color

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

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

This div background color is #57AE66.


Border color

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

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

This div border color is #57AE66.


Opacity

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

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

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

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

This text has shadow with #57AE66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AE66 on black background.


Color preview on white background

This text has color #57AE66 on white background.



Black color preview on #57AE66 background

This text has black color on #57AE66 background.


White color preview on #57AE66 background

This text has white color on #57AE66 background.