COLOR #57F6A7

HEX: #57F6A7
RGB: (87,246,167)

Color info

#57F6A7 contains mainly green color. Web safe color of #57F6A7 is #66FF99 (or #6F9).

RGB color model

#57F6A7 color RGB value is (87,246,167).

  • red value is 87;
  • green value is 246;
  • blue value is 167.
RGB:
(87,246,167)
(34%,96%,65%)

RGB channels and saturation

R 87 of 255 = 34%
G 246 of 255 = 96%
B 167 of 255 = 65%

87
246
167

R + G + B ~ 65%. #57F6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 246 + 167 = 500 (100%)
R 87 of 500 ~ 17.4%
G 246 of 500 ~ 49.2%
B 167 of 500 ~ 33.4%

%17.4
%49.2
%33.4

CMYK color model

#57F6A7 color CMYK value is (65,0,32,4).

  • cyan value is 64.63%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 3.53%
CMYK:
(65,0,32,4)
C65M0Y32K4 
(65%,0%,32%,4%)
(0.65/0.00/0.32/0.04)	

CMYK percentages

%64.63
%0
%32.11
%3.53

Codes

Color #57F6A7 in popluar color models

57F6A7
RGB87246167
HSL150°89.83%65.29%
HSB/HSV150°64.63%96.47%
CMYK64.63%0.00%32.11%
3.53%

Color #57F6A7 in popluar number systems.

HEX57F6A7
Decimal87246167
Binary10101111111011010100111
Octal127366247

Shades and tints

Shades of #57F6A7

#57F6A7
(87,246,167)
#50E098
(80,224,152)
#49CA89
(73,202,137)
#42B47A
(66,180,122)
#3B9E6B
(59,158,107)
#34885C
(52,136,92)
#2D724D
(45,114,77)
#265C3E
(38,92,62)
#1F462F
(31,70,47)
#183020
(24,48,32)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #57F6A7

#57F6A7
(87,246,167)
#66F6AF
(102,246,175)
#75F6B7
(117,246,183)
#84F6BF
(132,246,191)
#93F6C7
(147,246,199)
#A2F6CF
(162,246,207)
#B1F6D7
(177,246,215)
#C0F6DF
(192,246,223)
#CFF6E7
(207,246,231)
#DEF6EF
(222,246,239)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57F6A7 color. Also use rgb(87,246,167) instead hex code.

Text Font Color

.myTextColor { color: #57F6A7; }

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

This text font color is #57F6A7.


Background Color

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

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

This div background color is #57F6A7.


Border color

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

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

This div border color is #57F6A7.


Opacity

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

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

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

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

This text has shadow with #57F6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57F6A7 on black background.


Color preview on white background

This text has color #57F6A7 on white background.



Black color preview on #57F6A7 background

This text has black color on #57F6A7 background.


White color preview on #57F6A7 background

This text has white color on #57F6A7 background.