COLOR #50CD1D

HEX: #50CD1D RGB: (80,205,29)

Color info

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

RGB color model

#50CD1D color RGB value is (80,205,29).

RGB: (80,205,29) (31%, 80%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 205 of 255 = 80%
B 29 of 255 = 11%

80
205
29

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

Portions of RGB colors in percentages

R + G + B = 80 + 205 + 29 = 314 (100%)
R 80 of 314 ~ 25.48%
G 205 of 314 ~ 65.29%
B 29 of 314 ~ 9.24'%

%25.48
%65.29

CMYK color model

#50CD1D color CMYK value is (61,0,86,20).

  • cyan value is 60.98%
  • magenta value is 0.00%
  • yellow value is 85.85%
  • key color value is 19.61%

CMYK: (61,0,86,20)
C61M0Y86K20 (61%, 0%, 86%, 20%)
(0.61 / 0.00 / 0.86 / 0.20)

CMYK percentages

%60.98
%0
%85.85
%19.61

Codes

Color #50CD1D in popluar color models

50 CD 1D
RGB 80 205 29
HSL 103° 75.21% 45.88%
HSB/HSV 103° 85.85% 80.39%
CMYK 60.98% 0.00% 85.85%
19.61%

Color #50CD1D in popluar number systems.

HEX 50 CD 1D
Decimal 80 205 29
Binary 1010000 11001101 11101
Octal 120 315 35

Shades and tints

Shades of #50CD1D

#50CD1D
(80,205,29)
#49BB1B
(73,187,27)
#42A919
(66,169,25)
#3B9717
(59,151,23)
#348515
(52,133,21)
#2D7313
(45,115,19)
#266111
(38,97,17)
#1F4F0F
(31,79,15)
#183D0D
(24,61,13)
#112B0B
(17,43,11)
#0A1909
(10,25,9)
#000000
(0,0,0)

Tints of #50CD1D

#50CD1D
(80,205,29)
#5FD131
(95,209,49)
#6ED545
(110,213,69)
#7DD959
(125,217,89)
#8CDD6D
(140,221,109)
#9BE181
(155,225,129)
#AAE595
(170,229,149)
#B9E9A9
(185,233,169)
#C8EDBD
(200,237,189)
#D7F1D1
(215,241,209)
#E6F5E5
(230,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50CD1D color. Also use rgb(80,205,29) instead hex code.

Text Font Color

.myTextColor { color: #50CD1D; }

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

This text font color is #50CD1D.

Background Color

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

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

This div background color is #50CD1D.

Border color

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

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

This div border color is #50CD1D.

Opacity

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

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

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

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

This text has shadow with #50CD1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50CD1D.

Preview

Color preview on black background

This text has color #50CD1D on black background.


Color preview on white background

This text has color #50CD1D on white background.


Black color preview on #50CD1D background

This text has black color on #50CD1D background.


White color preview on #50CD1D background

This text has white color on #50CD1D background.


Related colors

Complementary color

Complementary color for #hex is #AF32E2.


I love getcolorcode.com

Triadic colors

1 #1D50CD and #CD1D50 with #50CD1D are triadic colors.

2 #1DCD50 and #CD501D with #50CD1D are triadic colors.