COLOR #50BB4B

HEX: #50BB4B RGB: (80,187,75)

Color info

#50BB4B contains mainly green color. Web safe color of #50BB4B is #66CC33 (or #6C3).

RGB color model

#50BB4B color RGB value is (80,187,75).

RGB: (80,187,75) (31%, 73%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 187 of 255 = 73%
B 75 of 255 = 29%

80
187
75

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

Portions of RGB colors in percentages

R + G + B = 80 + 187 + 75 = 342 (100%)
R 80 of 342 ~ 23.39%
G 187 of 342 ~ 54.68%
B 75 of 342 ~ 21.93'%

%23.39
%54.68
%21.93

CMYK color model

#50BB4B color CMYK value is (57,0,60,27).

  • cyan value is 57.22%
  • magenta value is 0.00%
  • yellow value is 59.89%
  • key color value is 26.67%
CMYK: (57,0,60,27) C57M0Y60K27 (57%,0%,60%,27%) (0.57/0.00/0.60/0.27) 

CMYK percentages

%57.22
%0
%59.89
%26.67

Codes

Color #50BB4B in popluar color models

50 BB 4B
RGB 80 187 75
HSL 117° 45.16% 51.37%
HSB/HSV 117° 59.89% 73.33%
CMYK 57.22% 0.00% 59.89%
26.67%

Color #50BB4B in popluar number systems.

HEX 50 BB 4B
Decimal 80 187 75
Binary 1010000 10111011 1001011
Octal 120 273 113

Shades and tints

Shades of #50BB4B

#50BB4B
(80,187,75)
#49AA45
(73,170,69)
#42993F
(66,153,63)
#3B8839
(59,136,57)
#347733
(52,119,51)
#2D662D
(45,102,45)
#265527
(38,85,39)
#1F4421
(31,68,33)
#18331B
(24,51,27)
#112215
(17,34,21)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #50BB4B

#50BB4B
(80,187,75)
#5FC15B
(95,193,91)
#6EC76B
(110,199,107)
#7DCD7B
(125,205,123)
#8CD38B
(140,211,139)
#9BD99B
(155,217,155)
#AADFAB
(170,223,171)
#B9E5BB
(185,229,187)
#C8EBCB
(200,235,203)
#D7F1DB
(215,241,219)
#E6F7EB
(230,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50BB4B; }

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

This text font color is #50BB4B.

Background Color

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

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

This div background color is #50BB4B.

Border color

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

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

This div border color is #50BB4B.

Opacity

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

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

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

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

This text has shadow with #50BB4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50BB4B.

Preview

Color preview on black background

This text has color #50BB4B on black background.


Color preview on white background

This text has color #50BB4B on white background.


Black color preview on #50BB4B background

This text has black color on #50BB4B background.


White color preview on #50BB4B background

This text has white color on #50BB4B background.


Related colors

Complementary color

Complementary color for #hex is #AF44B4.


I love getcolorcode.com

Triadic colors

1 #4B50BB and #BB4B50 with #50BB4B are triadic colors.

2 #4BBB50 and #BB504B with #50BB4B are triadic colors.