COLOR #50DC60

HEX: #50DC60
RGB: (80,220,96)

Color info

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

RGB color model

#50DC60 color RGB value is (80,220,96).

  • red value is 80;
  • green value is 220;
  • blue value is 96.
RGB:
(80,220,96)
(31%,86%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 220 of 255 = 86%
B 96 of 255 = 38%

80
220
96

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

Portions of RGB colors in percentages

R + G + B =
80 + 220 + 96 = 396 (100%)
R 80 of 396 ~ 20.2%
G 220 of 396 ~ 55.56%
B 96 of 396 ~ 24.24%

%20.2
%55.56
%24.24

CMYK color model

#50DC60 color CMYK value is (64,0,56,14).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 13.73%
CMYK:
(64,0,56,14)
C64M0Y56K14 
(64%,0%,56%,14%)
(0.64/0.00/0.56/0.14)	

CMYK percentages

%63.64
%0
%56.36
%13.73

Codes

Color #50DC60 in popluar color models

50DC60
RGB8022096
HSL127°66.67%58.82%
HSB/HSV127°63.64%86.27%
CMYK63.64%0.00%56.36%
13.73%

Color #50DC60 in popluar number systems.

HEX50DC60
Decimal8022096
Binary1010000110111001100000
Octal120334140

Shades and tints

Shades of #50DC60

#50DC60
(80,220,96)
#49C858
(73,200,88)
#42B450
(66,180,80)
#3BA048
(59,160,72)
#348C40
(52,140,64)
#2D7838
(45,120,56)
#266430
(38,100,48)
#1F5028
(31,80,40)
#183C20
(24,60,32)
#112818
(17,40,24)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #50DC60

#50DC60
(80,220,96)
#5FDF6E
(95,223,110)
#6EE27C
(110,226,124)
#7DE58A
(125,229,138)
#8CE898
(140,232,152)
#9BEBA6
(155,235,166)
#AAEEB4
(170,238,180)
#B9F1C2
(185,241,194)
#C8F4D0
(200,244,208)
#D7F7DE
(215,247,222)
#E6FAEC
(230,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50DC60 color. Also use rgb(80,220,96) instead hex code.

Text Font Color

.myTextColor { color: #50DC60; }

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

This text font color is #50DC60.


Background Color

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

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

This div background color is #50DC60.


Border color

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

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

This div border color is #50DC60.


Opacity

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

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

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

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

This text has shadow with #50DC60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50DC60 on black background.


Color preview on white background

This text has color #50DC60 on white background.



Black color preview on #50DC60 background

This text has black color on #50DC60 background.


White color preview on #50DC60 background

This text has white color on #50DC60 background.