COLOR #57E382

HEX: #57E382
RGB: (87,227,130)

Color info

#57E382 contains mainly green color. Web safe color of #57E382 is #66CC99 (or #6C9).

RGB color model

#57E382 color RGB value is (87,227,130).

  • red value is 87;
  • green value is 227;
  • blue value is 130.
RGB:
(87,227,130)
(34%,89%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 227 of 255 = 89%
B 130 of 255 = 51%

87
227
130

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

Portions of RGB colors in percentages

R + G + B =
87 + 227 + 130 = 444 (100%)
R 87 of 444 ~ 19.59%
G 227 of 444 ~ 51.13%
B 130 of 444 ~ 29.28%

%19.59
%51.13
%29.28

CMYK color model

#57E382 color CMYK value is (62,0,43,11).

  • cyan value is 61.67%
  • magenta value is 0.00%
  • yellow value is 42.73%
  • key color value is 10.98%
CMYK:
(62,0,43,11)
C62M0Y43K11 
(62%,0%,43%,11%)
(0.62/0.00/0.43/0.11)	

CMYK percentages

%61.67
%0
%42.73
%10.98

Codes

Color #57E382 in popluar color models

57E382
RGB87227130
HSL138°71.43%61.57%
HSB/HSV138°61.67%89.02%
CMYK61.67%0.00%42.73%
10.98%

Color #57E382 in popluar number systems.

HEX57E382
Decimal87227130
Binary10101111110001110000010
Octal127343202

Shades and tints

Shades of #57E382

#57E382
(87,227,130)
#50CF77
(80,207,119)
#49BB6C
(73,187,108)
#42A761
(66,167,97)
#3B9356
(59,147,86)
#347F4B
(52,127,75)
#2D6B40
(45,107,64)
#265735
(38,87,53)
#1F432A
(31,67,42)
#182F1F
(24,47,31)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #57E382

#57E382
(87,227,130)
#66E58D
(102,229,141)
#75E798
(117,231,152)
#84E9A3
(132,233,163)
#93EBAE
(147,235,174)
#A2EDB9
(162,237,185)
#B1EFC4
(177,239,196)
#C0F1CF
(192,241,207)
#CFF3DA
(207,243,218)
#DEF5E5
(222,245,229)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57E382 color. Also use rgb(87,227,130) instead hex code.

Text Font Color

.myTextColor { color: #57E382; }

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

This text font color is #57E382.


Background Color

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

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

This div background color is #57E382.


Border color

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

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

This div border color is #57E382.


Opacity

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

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

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

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

This text has shadow with #57E382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57E382 on black background.


Color preview on white background

This text has color #57E382 on white background.



Black color preview on #57E382 background

This text has black color on #57E382 background.


White color preview on #57E382 background

This text has white color on #57E382 background.