COLOR #57D407

HEX: #57D407
RGB: (87,212,7)

Color info

#57D407 contains mainly green color. Web safe color of #57D407 is #66CC00 (or #6C0).

RGB color model

#57D407 color RGB value is (87,212,7).

  • red value is 87;
  • green value is 212;
  • blue value is 7.
RGB:
(87,212,7)
(34%,83%,3%)

RGB channels and saturation

R 87 of 255 = 34%
G 212 of 255 = 83%
B 7 of 255 = 3%

87
212
7

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

Portions of RGB colors in percentages

R + G + B =
87 + 212 + 7 = 306 (100%)
R 87 of 306 ~ 28.43%
G 212 of 306 ~ 69.28%
B 7 of 306 ~ 2.29%

%28.43
%69.28

CMYK color model

#57D407 color CMYK value is (59,0,97,17).

  • cyan value is 58.96%
  • magenta value is 0.00%
  • yellow value is 96.70%
  • key color value is 16.86%
CMYK:
(59,0,97,17)
C59M0Y97K17 
(59%,0%,97%,17%)
(0.59/0.00/0.97/0.17)	

CMYK percentages

%58.96
%0
%96.7
%16.86

Codes

Color #57D407 in popluar color models

57D407
RGB872127
HSL97°93.61%42.94%
HSB/HSV97°96.70%83.14%
CMYK58.96%0.00%96.70%
16.86%

Color #57D407 in popluar number systems.

HEX57D407
Decimal872127
Binary101011111010100111
Octal1273247

Shades and tints

Shades of #57D407

#57D407
(87,212,7)
#50C107
(80,193,7)
#49AE07
(73,174,7)
#429B07
(66,155,7)
#3B8807
(59,136,7)
#347507
(52,117,7)
#2D6207
(45,98,7)
#264F07
(38,79,7)
#1F3C07
(31,60,7)
#182907
(24,41,7)
#111607
(17,22,7)
#000000
(0,0,0)

Tints of #57D407

#57D407
(87,212,7)
#66D71D
(102,215,29)
#75DA33
(117,218,51)
#84DD49
(132,221,73)
#93E05F
(147,224,95)
#A2E375
(162,227,117)
#B1E68B
(177,230,139)
#C0E9A1
(192,233,161)
#CFECB7
(207,236,183)
#DEEFCD
(222,239,205)
#EDF2E3
(237,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57D407; }

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

This text font color is #57D407.


Background Color

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

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

This div background color is #57D407.


Border color

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

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

This div border color is #57D407.


Opacity

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

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

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

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

This text has shadow with #57D407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D407 on black background.


Color preview on white background

This text has color #57D407 on white background.



Black color preview on #57D407 background

This text has black color on #57D407 background.


White color preview on #57D407 background

This text has white color on #57D407 background.