COLOR #50BA55

HEX: #50BA55 RGB: (80,186,85)

Color info

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

RGB color model

#50BA55 color RGB value is (80,186,85).

RGB: (80,186,85) (31%, 73%, 33%)

RGB channels and saturation

R 80 of 255 = 31%
G 186 of 255 = 73%
B 85 of 255 = 33%

80
186
85

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

Portions of RGB colors in percentages

R + G + B = 80 + 186 + 85 = 351 (100%)
R 80 of 351 ~ 22.79%
G 186 of 351 ~ 52.99%
B 85 of 351 ~ 24.22'%

%22.79
%52.99
%24.22

CMYK color model

#50BA55 color CMYK value is (57,0,54,27).

  • cyan value is 56.99%
  • magenta value is 0.00%
  • yellow value is 54.30%
  • key color value is 27.06%

CMYK: (57,0,54,27)
C57M0Y54K27 (57%, 0%, 54%, 27%)
(0.57 / 0.00 / 0.54 / 0.27)

CMYK percentages

%56.99
%0
%54.3
%27.06

Codes

Color #50BA55 in popluar color models

50 BA 55
RGB 80 186 85
HSL 123° 43.44% 52.16%
HSB/HSV 123° 56.99% 72.94%
CMYK 56.99% 0.00% 54.30%
27.06%

Color #50BA55 in popluar number systems.

HEX 50 BA 55
Decimal 80 186 85
Binary 1010000 10111010 1010101
Octal 120 272 125

Shades and tints

Shades of #50BA55

#50BA55
(80,186,85)
#49AA4E
(73,170,78)
#429A47
(66,154,71)
#3B8A40
(59,138,64)
#347A39
(52,122,57)
#2D6A32
(45,106,50)
#265A2B
(38,90,43)
#1F4A24
(31,74,36)
#183A1D
(24,58,29)
#112A16
(17,42,22)
#0A1A0F
(10,26,15)
#000000
(0,0,0)

Tints of #50BA55

#50BA55
(80,186,85)
#5FC064
(95,192,100)
#6EC673
(110,198,115)
#7DCC82
(125,204,130)
#8CD291
(140,210,145)
#9BD8A0
(155,216,160)
#AADEAF
(170,222,175)
#B9E4BE
(185,228,190)
#C8EACD
(200,234,205)
#D7F0DC
(215,240,220)
#E6F6EB
(230,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BA55 color. Also use rgb(80,186,85) instead hex code.

Text Font Color

.myTextColor { color: #50BA55; }

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

This text font color is #50BA55.

Background Color

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

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

This div background color is #50BA55.

Border color

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

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

This div border color is #50BA55.

Opacity

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

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

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

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

This text has shadow with #50BA55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50BA55.

Preview

Color preview on black background

This text has color #50BA55 on black background.


Color preview on white background

This text has color #50BA55 on white background.


Black color preview on #50BA55 background

This text has black color on #50BA55 background.


White color preview on #50BA55 background

This text has white color on #50BA55 background.


Related colors

Complementary color

Complementary color for #hex is #AF45AA.


I love getcolorcode.com

Triadic colors

1 #5550BA and #BA5550 with #50BA55 are triadic colors.

2 #55BA50 and #BA5055 with #50BA55 are triadic colors.