COLOR #50C367

HEX: #50C367 RGB: (80,195,103)

Color info

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

RGB color model

#50C367 color RGB value is (80,195,103).

RGB: (80,195,103) (31%, 76%, 40%)

RGB channels and saturation

R 80 of 255 = 31%
G 195 of 255 = 76%
B 103 of 255 = 40%

80
195
103

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

Portions of RGB colors in percentages

R + G + B = 80 + 195 + 103 = 378 (100%)
R 80 of 378 ~ 21.16%
G 195 of 378 ~ 51.59%
B 103 of 378 ~ 27.25'%

%21.16
%51.59
%27.25

CMYK color model

#50C367 color CMYK value is (59,0,47,24).

  • cyan value is 58.97%
  • magenta value is 0.00%
  • yellow value is 47.18%
  • key color value is 23.53%

CMYK: (59,0,47,24)
C59M0Y47K24 (59%, 0%, 47%, 24%)
(0.59 / 0.00 / 0.47 / 0.24)

CMYK percentages

%58.97
%0
%47.18
%23.53

Codes

Color #50C367 in popluar color models

50 C3 67
RGB 80 195 103
HSL 132° 48.94% 53.92%
HSB/HSV 132° 58.97% 76.47%
CMYK 58.97% 0.00% 47.18%
23.53%

Color #50C367 in popluar number systems.

HEX 50 C3 67
Decimal 80 195 103
Binary 1010000 11000011 1100111
Octal 120 303 147

Shades and tints

Shades of #50C367

#50C367
(80,195,103)
#49B25E
(73,178,94)
#42A155
(66,161,85)
#3B904C
(59,144,76)
#347F43
(52,127,67)
#2D6E3A
(45,110,58)
#265D31
(38,93,49)
#1F4C28
(31,76,40)
#183B1F
(24,59,31)
#112A16
(17,42,22)
#0A190D
(10,25,13)
#000000
(0,0,0)

Tints of #50C367

#50C367
(80,195,103)
#5FC874
(95,200,116)
#6ECD81
(110,205,129)
#7DD28E
(125,210,142)
#8CD79B
(140,215,155)
#9BDCA8
(155,220,168)
#AAE1B5
(170,225,181)
#B9E6C2
(185,230,194)
#C8EBCF
(200,235,207)
#D7F0DC
(215,240,220)
#E6F5E9
(230,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C367 color. Also use rgb(80,195,103) instead hex code.

Text Font Color

.myTextColor { color: #50C367; }

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

This text font color is #50C367.

Background Color

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

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

This div background color is #50C367.

Border color

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

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

This div border color is #50C367.

Opacity

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

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

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

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

This text has shadow with #50C367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50C367.

Preview

Color preview on black background

This text has color #50C367 on black background.


Color preview on white background

This text has color #50C367 on white background.


Black color preview on #50C367 background

This text has black color on #50C367 background.


White color preview on #50C367 background

This text has white color on #50C367 background.


Related colors

Complementary color

Complementary color for #hex is #AF3C98.


I love getcolorcode.com

Triadic colors

1 #6750C3 and #C36750 with #50C367 are triadic colors.

2 #67C350 and #C35067 with #50C367 are triadic colors.