COLOR #57F97E

HEX: #57F97E
RGB: (87,249,126)

Color info

#57F97E contains mainly green color. Web safe color of #57F97E is #66FF66 (or #6F6).

RGB color model

#57F97E color RGB value is (87,249,126).

  • red value is 87;
  • green value is 249;
  • blue value is 126.
RGB:
(87,249,126)
(34%,98%,49%)

RGB channels and saturation

R 87 of 255 = 34%
G 249 of 255 = 98%
B 126 of 255 = 49%

87
249
126

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

Portions of RGB colors in percentages

R + G + B =
87 + 249 + 126 = 462 (100%)
R 87 of 462 ~ 18.83%
G 249 of 462 ~ 53.9%
B 126 of 462 ~ 27.27%

%18.83
%53.9
%27.27

CMYK color model

#57F97E color CMYK value is (65,0,49,2).

  • cyan value is 65.06%
  • magenta value is 0.00%
  • yellow value is 49.40%
  • key color value is 2.35%
CMYK:
(65,0,49,2)
C65M0Y49K2 
(65%,0%,49%,2%)
(0.65/0.00/0.49/0.02)	

CMYK percentages

%65.06
%0
%49.4
%2.35

Codes

Color #57F97E in popluar color models

57F97E
RGB87249126
HSL134°93.10%65.88%
HSB/HSV134°65.06%97.65%
CMYK65.06%0.00%49.40%
2.35%

Color #57F97E in popluar number systems.

HEX57F97E
Decimal87249126
Binary1010111111110011111110
Octal127371176

Shades and tints

Shades of #57F97E

#57F97E
(87,249,126)
#50E373
(80,227,115)
#49CD68
(73,205,104)
#42B75D
(66,183,93)
#3BA152
(59,161,82)
#348B47
(52,139,71)
#2D753C
(45,117,60)
#265F31
(38,95,49)
#1F4926
(31,73,38)
#18331B
(24,51,27)
#111D10
(17,29,16)
#000000
(0,0,0)

Tints of #57F97E

#57F97E
(87,249,126)
#66F989
(102,249,137)
#75F994
(117,249,148)
#84F99F
(132,249,159)
#93F9AA
(147,249,170)
#A2F9B5
(162,249,181)
#B1F9C0
(177,249,192)
#C0F9CB
(192,249,203)
#CFF9D6
(207,249,214)
#DEF9E1
(222,249,225)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57F97E color. Also use rgb(87,249,126) instead hex code.

Text Font Color

.myTextColor { color: #57F97E; }

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

This text font color is #57F97E.


Background Color

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

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

This div background color is #57F97E.


Border color

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

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

This div border color is #57F97E.


Opacity

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

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

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

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

This text has shadow with #57F97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57F97E on black background.


Color preview on white background

This text has color #57F97E on white background.



Black color preview on #57F97E background

This text has black color on #57F97E background.


White color preview on #57F97E background

This text has white color on #57F97E background.