COLOR #50B719

HEX: #50B719 RGB: (80,183,25)

Color info

#50B719 contains mainly green color. Web safe color of #50B719 is #66CC00 (or #6C0).

RGB color model

#50B719 color RGB value is (80,183,25).

RGB: (80,183,25) (31%, 72%, 10%)

RGB channels and saturation

R 80 of 255 = 31%
G 183 of 255 = 72%
B 25 of 255 = 10%

80
183
25

R + G + B ~ 38%. #50B719 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 183 + 25 = 288 (100%)
R 80 of 288 ~ 27.78%
G 183 of 288 ~ 63.54%
B 25 of 288 ~ 8.68'%

%27.78
%63.54

CMYK color model

#50B719 color CMYK value is (56,0,86,28).

  • cyan value is 56.28%
  • magenta value is 0.00%
  • yellow value is 86.34%
  • key color value is 28.24%

CMYK: (56,0,86,28)
C56M0Y86K28 (56%, 0%, 86%, 28%)
(0.56 / 0.00 / 0.86 / 0.28)

CMYK percentages

%56.28
%0
%86.34
%28.24

Codes

Color #50B719 in popluar color models

50 B7 19
RGB 80 183 25
HSL 99° 75.96% 40.78%
HSB/HSV 99° 86.34% 71.76%
CMYK 56.28% 0.00% 86.34%
28.24%

Color #50B719 in popluar number systems.

HEX 50 B7 19
Decimal 80 183 25
Binary 1010000 10110111 11001
Octal 120 267 31

Shades and tints

Shades of #50B719

#50B719
(80,183,25)
#49A717
(73,167,23)
#429715
(66,151,21)
#3B8713
(59,135,19)
#347711
(52,119,17)
#2D670F
(45,103,15)
#26570D
(38,87,13)
#1F470B
(31,71,11)
#183709
(24,55,9)
#112707
(17,39,7)
#0A1705
(10,23,5)
#000000
(0,0,0)

Tints of #50B719

#50B719
(80,183,25)
#5FBD2D
(95,189,45)
#6EC341
(110,195,65)
#7DC955
(125,201,85)
#8CCF69
(140,207,105)
#9BD57D
(155,213,125)
#AADB91
(170,219,145)
#B9E1A5
(185,225,165)
#C8E7B9
(200,231,185)
#D7EDCD
(215,237,205)
#E6F3E1
(230,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B719 color. Also use rgb(80,183,25) instead hex code.

Text Font Color

.myTextColor { color: #50B719; }

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

This text font color is #50B719.

Background Color

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

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

This div background color is #50B719.

Border color

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

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

This div border color is #50B719.

Opacity

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

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

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

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

This text has shadow with #50B719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50B719.

Preview

Color preview on black background

This text has color #50B719 on black background.


Color preview on white background

This text has color #50B719 on white background.


Black color preview on #50B719 background

This text has black color on #50B719 background.


White color preview on #50B719 background

This text has white color on #50B719 background.


Related colors

Complementary color

Complementary color for #hex is #AF48E6.


I love getcolorcode.com

Triadic colors

1 #1950B7 and #B71950 with #50B719 are triadic colors.

2 #19B750 and #B75019 with #50B719 are triadic colors.