COLOR #57FF57

HEX: #57FF57
RGB: (87,255,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
255
87

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

Portions of RGB colors in percentages

R + G + B =
87 + 255 + 87 = 429 (100%)
R 87 of 429 ~ 20.28%
G 255 of 429 ~ 59.44%
B 87 of 429 ~ 20.28%

%20.28
%59.44
%20.28

CMYK color model

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

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

CMYK percentages

%65.88
%0
%65.88
%0

Codes

Color #57FF57 in popluar color models

57FF57
RGB8725587
HSL120°100.00%67.06%
HSB/HSV120°65.88%100.00%
CMYK65.88%0.00%65.88%
0.00%

Color #57FF57 in popluar number systems.

HEX57FF57
Decimal8725587
Binary1010111111111111010111
Octal127377127

Shades and tints

Shades of #57FF57

#57FF57
(87,255,87)
#50E850
(80,232,80)
#49D149
(73,209,73)
#42BA42
(66,186,66)
#3BA33B
(59,163,59)
#348C34
(52,140,52)
#2D752D
(45,117,45)
#265E26
(38,94,38)
#1F471F
(31,71,31)
#183018
(24,48,24)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #57FF57

#57FF57
(87,255,87)
#66FF66
(102,255,102)
#75FF75
(117,255,117)
#84FF84
(132,255,132)
#93FF93
(147,255,147)
#A2FFA2
(162,255,162)
#B1FFB1
(177,255,177)
#C0FFC0
(192,255,192)
#CFFFCF
(207,255,207)
#DEFFDE
(222,255,222)
#EDFFED
(237,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57FF57; }

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

This text font color is #57FF57.


Background Color

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

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

This div background color is #57FF57.


Border color

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

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

This div border color is #57FF57.


Opacity

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

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

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

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

This text has shadow with #57FF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57FF57 on black background.


Color preview on white background

This text has color #57FF57 on white background.



Black color preview on #57FF57 background

This text has black color on #57FF57 background.


White color preview on #57FF57 background

This text has white color on #57FF57 background.