COLOR #57FF80

HEX: #57FF80
RGB: (87,255,128)

Color info

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

RGB color model

#57FF80 color RGB value is (87,255,128).

  • red value is 87;
  • green value is 255;
  • blue value is 128.
RGB:
(87,255,128)
(34%,100%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 255 of 255 = 100%
B 128 of 255 = 50%

87
255
128

R + G + B ~ 61%. #57FF80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 255 + 128 = 470 (100%)
R 87 of 470 ~ 18.51%
G 255 of 470 ~ 54.26%
B 128 of 470 ~ 27.23%

%18.51
%54.26
%27.23

CMYK color model

#57FF80 color CMYK value is (66,0,50,0).

  • cyan value is 65.88%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(66,0,50,0)
C66M0Y50K0 
(66%,0%,50%,0%)
(0.66/0.00/0.50/0.00)	

CMYK percentages

%65.88
%0
%49.8
%0

Codes

Color #57FF80 in popluar color models

57FF80
RGB87255128
HSL135°100.00%67.06%
HSB/HSV135°65.88%100.00%
CMYK65.88%0.00%49.80%
0.00%

Color #57FF80 in popluar number systems.

HEX57FF80
Decimal87255128
Binary10101111111111110000000
Octal127377200

Shades and tints

Shades of #57FF80

#57FF80
(87,255,128)
#50E875
(80,232,117)
#49D16A
(73,209,106)
#42BA5F
(66,186,95)
#3BA354
(59,163,84)
#348C49
(52,140,73)
#2D753E
(45,117,62)
#265E33
(38,94,51)
#1F4728
(31,71,40)
#18301D
(24,48,29)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #57FF80

#57FF80
(87,255,128)
#66FF8B
(102,255,139)
#75FF96
(117,255,150)
#84FFA1
(132,255,161)
#93FFAC
(147,255,172)
#A2FFB7
(162,255,183)
#B1FFC2
(177,255,194)
#C0FFCD
(192,255,205)
#CFFFD8
(207,255,216)
#DEFFE3
(222,255,227)
#EDFFEE
(237,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57FF80 color. Also use rgb(87,255,128) instead hex code.

Text Font Color

.myTextColor { color: #57FF80; }

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

This text font color is #57FF80.


Background Color

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

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

This div background color is #57FF80.


Border color

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

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

This div border color is #57FF80.


Opacity

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

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

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

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

This text has shadow with #57FF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57FF80 on black background.


Color preview on white background

This text has color #57FF80 on white background.



Black color preview on #57FF80 background

This text has black color on #57FF80 background.


White color preview on #57FF80 background

This text has white color on #57FF80 background.