COLOR #57DF46

HEX: #57DF46
RGB: (87,223,70)

Color info

#57DF46 contains mainly green color. Web safe color of #57DF46 is #66CC33 (or #6C3).

RGB color model

#57DF46 color RGB value is (87,223,70).

  • red value is 87;
  • green value is 223;
  • blue value is 70.
RGB:
(87,223,70)
(34%,87%,27%)

RGB channels and saturation

R 87 of 255 = 34%
G 223 of 255 = 87%
B 70 of 255 = 27%

87
223
70

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

Portions of RGB colors in percentages

R + G + B =
87 + 223 + 70 = 380 (100%)
R 87 of 380 ~ 22.89%
G 223 of 380 ~ 58.68%
B 70 of 380 ~ 18.42%

%22.89
%58.68
%18.42

CMYK color model

#57DF46 color CMYK value is (61,0,69,13).

  • cyan value is 60.99%
  • magenta value is 0.00%
  • yellow value is 68.61%
  • key color value is 12.55%
CMYK:
(61,0,69,13)
C61M0Y69K13 
(61%,0%,69%,13%)
(0.61/0.00/0.69/0.13)	

CMYK percentages

%60.99
%0
%68.61
%12.55

Codes

Color #57DF46 in popluar color models

57DF46
RGB8722370
HSL113°70.51%57.45%
HSB/HSV113°68.61%87.45%
CMYK60.99%0.00%68.61%
12.55%

Color #57DF46 in popluar number systems.

HEX57DF46
Decimal8722370
Binary1010111110111111000110
Octal127337106

Shades and tints

Shades of #57DF46

#57DF46
(87,223,70)
#50CB40
(80,203,64)
#49B73A
(73,183,58)
#42A334
(66,163,52)
#3B8F2E
(59,143,46)
#347B28
(52,123,40)
#2D6722
(45,103,34)
#26531C
(38,83,28)
#1F3F16
(31,63,22)
#182B10
(24,43,16)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #57DF46

#57DF46
(87,223,70)
#66E156
(102,225,86)
#75E366
(117,227,102)
#84E576
(132,229,118)
#93E786
(147,231,134)
#A2E996
(162,233,150)
#B1EBA6
(177,235,166)
#C0EDB6
(192,237,182)
#CFEFC6
(207,239,198)
#DEF1D6
(222,241,214)
#EDF3E6
(237,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57DF46; }

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

This text font color is #57DF46.


Background Color

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

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

This div background color is #57DF46.


Border color

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

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

This div border color is #57DF46.


Opacity

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

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

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

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

This text has shadow with #57DF46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57DF46 on black background.


Color preview on white background

This text has color #57DF46 on white background.



Black color preview on #57DF46 background

This text has black color on #57DF46 background.


White color preview on #57DF46 background

This text has white color on #57DF46 background.