COLOR #50BB6A

HEX: #50BB6A RGB: (80,187,106)

Color info

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

RGB color model

#50BB6A color RGB value is (80,187,106).

RGB: (80,187,106) (31%, 73%, 42%)

RGB channels and saturation

R 80 of 255 = 31%
G 187 of 255 = 73%
B 106 of 255 = 42%

80
187
106

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

Portions of RGB colors in percentages

R + G + B = 80 + 187 + 106 = 373 (100%)
R 80 of 373 ~ 21.45%
G 187 of 373 ~ 50.13%
B 106 of 373 ~ 28.42'%

%21.45
%50.13
%28.42

CMYK color model

#50BB6A color CMYK value is (57,0,43,27).

  • cyan value is 57.22%
  • magenta value is 0.00%
  • yellow value is 43.32%
  • key color value is 26.67%

CMYK: (57,0,43,27)
C57M0Y43K27 (57%, 0%, 43%, 27%)
(0.57 / 0.00 / 0.43 / 0.27)

CMYK percentages

%57.22
%0
%43.32
%26.67

Codes

Color #50BB6A in popluar color models

50 BB 6A
RGB 80 187 106
HSL 135° 44.03% 52.35%
HSB/HSV 135° 57.22% 73.33%
CMYK 57.22% 0.00% 43.32%
26.67%

Color #50BB6A in popluar number systems.

HEX 50 BB 6A
Decimal 80 187 106
Binary 1010000 10111011 1101010
Octal 120 273 152

Shades and tints

Shades of #50BB6A

#50BB6A
(80,187,106)
#49AA61
(73,170,97)
#429958
(66,153,88)
#3B884F
(59,136,79)
#347746
(52,119,70)
#2D663D
(45,102,61)
#265534
(38,85,52)
#1F442B
(31,68,43)
#183322
(24,51,34)
#112219
(17,34,25)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #50BB6A

#50BB6A
(80,187,106)
#5FC177
(95,193,119)
#6EC784
(110,199,132)
#7DCD91
(125,205,145)
#8CD39E
(140,211,158)
#9BD9AB
(155,217,171)
#AADFB8
(170,223,184)
#B9E5C5
(185,229,197)
#C8EBD2
(200,235,210)
#D7F1DF
(215,241,223)
#E6F7EC
(230,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BB6A color. Also use rgb(80,187,106) instead hex code.

Text Font Color

.myTextColor { color: #50BB6A; }

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

This text font color is #50BB6A.

Background Color

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

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

This div background color is #50BB6A.

Border color

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

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

This div border color is #50BB6A.

Opacity

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

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

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

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

This text has shadow with #50BB6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50BB6A.

Preview

Color preview on black background

This text has color #50BB6A on black background.


Color preview on white background

This text has color #50BB6A on white background.


Black color preview on #50BB6A background

This text has black color on #50BB6A background.


White color preview on #50BB6A background

This text has white color on #50BB6A background.


Related colors

Complementary color

Complementary color for #hex is #AF4495.


I love getcolorcode.com

Triadic colors

1 #6A50BB and #BB6A50 with #50BB6A are triadic colors.

2 #6ABB50 and #BB506A with #50BB6A are triadic colors.