COLOR #50DF8D

HEX: #50DF8D RGB: (80,223,141)

Color info

#50DF8D contains mainly green color. Web safe color of #50DF8D is #66CC99 (or #6C9).

RGB color model

#50DF8D color RGB value is (80,223,141).

RGB: (80,223,141) (31%, 87%, 55%)

RGB channels and saturation

R 80 of 255 = 31%
G 223 of 255 = 87%
B 141 of 255 = 55%

80
223
141

R + G + B ~ 58%. #50DF8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 223 + 141 = 444 (100%)
R 80 of 444 ~ 18.02%
G 223 of 444 ~ 50.23%
B 141 of 444 ~ 31.76'%

%18.02
%50.23
%31.76

CMYK color model

#50DF8D color CMYK value is (64,0,37,13).

  • cyan value is 64.13%
  • magenta value is 0.00%
  • yellow value is 36.77%
  • key color value is 12.55%
CMYK: (64,0,37,13) C64M0Y37K13 (64%,0%,37%,13%) (0.64/0.00/0.37/0.13) 

CMYK percentages

%64.13
%0
%36.77
%12.55

Codes

Color #50DF8D in popluar color models

50 DF 8D
RGB 80 223 141
HSL 146° 69.08% 59.41%
HSB/HSV 146° 64.13% 87.45%
CMYK 64.13% 0.00% 36.77%
12.55%

Color #50DF8D in popluar number systems.

HEX 50 DF 8D
Decimal 80 223 141
Binary 1010000 11011111 10001101
Octal 120 337 215

Shades and tints

Shades of #50DF8D

#50DF8D
(80,223,141)
#49CB81
(73,203,129)
#42B775
(66,183,117)
#3BA369
(59,163,105)
#348F5D
(52,143,93)
#2D7B51
(45,123,81)
#266745
(38,103,69)
#1F5339
(31,83,57)
#183F2D
(24,63,45)
#112B21
(17,43,33)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #50DF8D

#50DF8D
(80,223,141)
#5FE197
(95,225,151)
#6EE3A1
(110,227,161)
#7DE5AB
(125,229,171)
#8CE7B5
(140,231,181)
#9BE9BF
(155,233,191)
#AAEBC9
(170,235,201)
#B9EDD3
(185,237,211)
#C8EFDD
(200,239,221)
#D7F1E7
(215,241,231)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50DF8D color. Also use rgb(80,223,141) instead hex code.

Text Font Color

.myTextColor { color: #50DF8D; }

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

This text font color is #50DF8D.

Background Color

.myBgColor { background-color: #50DF8D; }

<div style="background-color:#50DF8D">Inner text</div>

This div background color is #50DF8D.

Border color

.myBorderColor { border: 1px solid #50DF8D; }

<div style="border:3px solid #50DF8D">Div</div>

This div border color is #50DF8D.

Opacity

.myOpacity80 { color: #50DF8D; opacity: 0.8; }

<p style="color:#50DF8D;opacity:0.8;">80%</p>

Text with #50DF8D 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 #50DF8D;}

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

This text has shadow with #50DF8D color.


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

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

This text has shadow with #50DF8D primary color and red secondary color.


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

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

This text has shadow with #50DF8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50DF8D.

Preview

Color preview on black background

This text has color #50DF8D on black background.


Color preview on white background

This text has color #50DF8D on white background.


Black color preview on #50DF8D background

This text has black color on #50DF8D background.


White color preview on #50DF8D background

This text has white color on #50DF8D background.


Related colors

Complementary color

Complementary color for #hex is #AF2072.


I love getcolorcode.com

Triadic colors

1 #8D50DF and #DF8D50 with #50DF8D are triadic colors.

2 #8DDF50 and #DF508D with #50DF8D are triadic colors.