COLOR #50D130

HEX: #50D130 RGB: (80,209,48)

Color info

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

RGB color model

#50D130 color RGB value is (80,209,48).

RGB: (80,209,48) (31%, 82%, 19%)

RGB channels and saturation

R 80 of 255 = 31%
G 209 of 255 = 82%
B 48 of 255 = 19%

80
209
48

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

Portions of RGB colors in percentages

R + G + B = 80 + 209 + 48 = 337 (100%)
R 80 of 337 ~ 23.74%
G 209 of 337 ~ 62.02%
B 48 of 337 ~ 14.24'%

%23.74
%62.02
%14.24

CMYK color model

#50D130 color CMYK value is (62,0,77,18).

  • cyan value is 61.72%
  • magenta value is 0.00%
  • yellow value is 77.03%
  • key color value is 18.04%

CMYK: (62,0,77,18)
C62M0Y77K18 (62%, 0%, 77%, 18%)
(0.62 / 0.00 / 0.77 / 0.18)

CMYK percentages

%61.72
%0
%77.03
%18.04

Codes

Color #50D130 in popluar color models

50 D1 30
RGB 80 209 48
HSL 108° 63.64% 50.39%
HSB/HSV 108° 77.03% 81.96%
CMYK 61.72% 0.00% 77.03%
18.04%

Color #50D130 in popluar number systems.

HEX 50 D1 30
Decimal 80 209 48
Binary 1010000 11010001 110000
Octal 120 321 60

Shades and tints

Shades of #50D130

#50D130
(80,209,48)
#49BE2C
(73,190,44)
#42AB28
(66,171,40)
#3B9824
(59,152,36)
#348520
(52,133,32)
#2D721C
(45,114,28)
#265F18
(38,95,24)
#1F4C14
(31,76,20)
#183910
(24,57,16)
#11260C
(17,38,12)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #50D130

#50D130
(80,209,48)
#5FD542
(95,213,66)
#6ED954
(110,217,84)
#7DDD66
(125,221,102)
#8CE178
(140,225,120)
#9BE58A
(155,229,138)
#AAE99C
(170,233,156)
#B9EDAE
(185,237,174)
#C8F1C0
(200,241,192)
#D7F5D2
(215,245,210)
#E6F9E4
(230,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50D130 color. Also use rgb(80,209,48) instead hex code.

Text Font Color

.myTextColor { color: #50D130; }

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

This text font color is #50D130.

Background Color

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

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

This div background color is #50D130.

Border color

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

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

This div border color is #50D130.

Opacity

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

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

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

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

This text has shadow with #50D130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50D130.

Preview

Color preview on black background

This text has color #50D130 on black background.


Color preview on white background

This text has color #50D130 on white background.


Black color preview on #50D130 background

This text has black color on #50D130 background.


White color preview on #50D130 background

This text has white color on #50D130 background.


Related colors

Complementary color

Complementary color for #hex is #AF2ECF.


I love getcolorcode.com

Triadic colors

1 #3050D1 and #D13050 with #50D130 are triadic colors.

2 #30D150 and #D15030 with #50D130 are triadic colors.