COLOR #50B270

HEX: #50B270 RGB: (80,178,112)

Color info

#50B270 contains mainly green color. Web safe color of #50B270 is #669966 (or #696).

RGB color model

#50B270 color RGB value is (80,178,112).

RGB: (80,178,112) (31%, 70%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 178 of 255 = 70%
B 112 of 255 = 44%

80
178
112

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

Portions of RGB colors in percentages

R + G + B = 80 + 178 + 112 = 370 (100%)
R 80 of 370 ~ 21.62%
G 178 of 370 ~ 48.11%
B 112 of 370 ~ 30.27'%

%21.62
%48.11
%30.27

CMYK color model

#50B270 color CMYK value is (55,0,37,30).

  • cyan value is 55.06%
  • magenta value is 0.00%
  • yellow value is 37.08%
  • key color value is 30.20%
CMYK: (55,0,37,30) C55M0Y37K30 (55%,0%,37%,30%) (0.55/0.00/0.37/0.30) 

CMYK percentages

%55.06
%0
%37.08
%30.2

Codes

Color #50B270 in popluar color models

50 B2 70
RGB 80 178 112
HSL 140° 38.89% 50.59%
HSB/HSV 140° 55.06% 69.80%
CMYK 55.06% 0.00% 37.08%
30.20%

Color #50B270 in popluar number systems.

HEX 50 B2 70
Decimal 80 178 112
Binary 1010000 10110010 1110000
Octal 120 262 160

Shades and tints

Shades of #50B270

#50B270
(80,178,112)
#49A266
(73,162,102)
#42925C
(66,146,92)
#3B8252
(59,130,82)
#347248
(52,114,72)
#2D623E
(45,98,62)
#265234
(38,82,52)
#1F422A
(31,66,42)
#183220
(24,50,32)
#112216
(17,34,22)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #50B270

#50B270
(80,178,112)
#5FB97D
(95,185,125)
#6EC08A
(110,192,138)
#7DC797
(125,199,151)
#8CCEA4
(140,206,164)
#9BD5B1
(155,213,177)
#AADCBE
(170,220,190)
#B9E3CB
(185,227,203)
#C8EAD8
(200,234,216)
#D7F1E5
(215,241,229)
#E6F8F2
(230,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B270 color. Also use rgb(80,178,112) instead hex code.

Text Font Color

.myTextColor { color: #50B270; }

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

This text font color is #50B270.

Background Color

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

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

This div background color is #50B270.

Border color

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

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

This div border color is #50B270.

Opacity

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

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

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

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

This text has shadow with #50B270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50B270.

Preview

Color preview on black background

This text has color #50B270 on black background.


Color preview on white background

This text has color #50B270 on white background.


Black color preview on #50B270 background

This text has black color on #50B270 background.


White color preview on #50B270 background

This text has white color on #50B270 background.


Related colors

Complementary color

Complementary color for #hex is #AF4D8F.


I love getcolorcode.com

Triadic colors

1 #7050B2 and #B27050 with #50B270 are triadic colors.

2 #70B250 and #B25070 with #50B270 are triadic colors.