COLOR #57DF66

HEX: #57DF66 RGB: (87,223,102)

Color info

#57DF66 contains mainly green color. Web safe color of #57DF66 is #66CC66 (or #6C6).

RGB color model

#57DF66 color RGB value is (87,223,102).

RGB: (87,223,102) (34%, 87%, 40%)

RGB channels and saturation

R 87 of 255 = 34%
G 223 of 255 = 87%
B 102 of 255 = 40%

87
223
102

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

Portions of RGB colors in percentages

R + G + B = 87 + 223 + 102 = 412 (100%)
R 87 of 412 ~ 21.12%
G 223 of 412 ~ 54.13%
B 102 of 412 ~ 24.76'%

%21.12
%54.13
%24.76

CMYK color model

#57DF66 color CMYK value is (61,0,54,13).

  • cyan value is 60.99%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 12.55%

CMYK: (61,0,54,13)
C61M0Y54K13 (61%, 0%, 54%, 13%)
(0.61 / 0.00 / 0.54 / 0.13)

CMYK percentages

%60.99
%0
%54.26
%12.55

Codes

Color #57DF66 in popluar color models

57 DF 66
RGB 87 223 102
HSL 127° 68.00% 60.78%
HSB/HSV 127° 60.99% 87.45%
CMYK 60.99% 0.00% 54.26%
12.55%

Color #57DF66 in popluar number systems.

HEX 57 DF 66
Decimal 87 223 102
Binary 1010111 11011111 1100110
Octal 127 337 146

Shades and tints

Shades of #57DF66

#57DF66
(87,223,102)
#50CB5D
(80,203,93)
#49B754
(73,183,84)
#42A34B
(66,163,75)
#3B8F42
(59,143,66)
#347B39
(52,123,57)
#2D6730
(45,103,48)
#265327
(38,83,39)
#1F3F1E
(31,63,30)
#182B15
(24,43,21)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #57DF66

#57DF66
(87,223,102)
#66E173
(102,225,115)
#75E380
(117,227,128)
#84E58D
(132,229,141)
#93E79A
(147,231,154)
#A2E9A7
(162,233,167)
#B1EBB4
(177,235,180)
#C0EDC1
(192,237,193)
#CFEFCE
(207,239,206)
#DEF1DB
(222,241,219)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57DF66; }

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

This text font color is #57DF66.

Background Color

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

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

This div background color is #57DF66.

Border color

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

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

This div border color is #57DF66.

Opacity

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

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

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

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

This text has shadow with #57DF66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57DF66.

Preview

Color preview on black background

This text has color #57DF66 on black background.


Color preview on white background

This text has color #57DF66 on white background.


Black color preview on #57DF66 background

This text has black color on #57DF66 background.


White color preview on #57DF66 background

This text has white color on #57DF66 background.


Related colors

Complementary color

Complementary color for #hex is #A82099.


I love getcolorcode.com

Triadic colors

1 #6657DF and #DF6657 with #57DF66 are triadic colors.

2 #66DF57 and #DF5766 with #57DF66 are triadic colors.