COLOR #50F92F

HEX: #50F92F
RGB: (80,249,47)

Color info

#50F92F contains mainly green color. Web safe color of #50F92F is #66FF33 (or #6F3).

RGB color model

#50F92F color RGB value is (80,249,47).

  • red value is 80;
  • green value is 249;
  • blue value is 47.
RGB:
(80,249,47)
(31%,98%,18%)

RGB channels and saturation

R 80 of 255 = 31%
G 249 of 255 = 98%
B 47 of 255 = 18%

80
249
47

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

Portions of RGB colors in percentages

R + G + B =
80 + 249 + 47 = 376 (100%)
R 80 of 376 ~ 21.28%
G 249 of 376 ~ 66.22%
B 47 of 376 ~ 12.5%

%21.28
%66.22
%12.5

CMYK color model

#50F92F color CMYK value is (68,0,81,2).

  • cyan value is 67.87%
  • magenta value is 0.00%
  • yellow value is 81.12%
  • key color value is 2.35%
CMYK:
(68,0,81,2)
C68M0Y81K2 
(68%,0%,81%,2%)
(0.68/0.00/0.81/0.02)	

CMYK percentages

%67.87
%0
%81.12
%2.35

Codes

Color #50F92F in popluar color models

50F92F
RGB8024947
HSL110°94.39%58.04%
HSB/HSV110°81.12%97.65%
CMYK67.87%0.00%81.12%
2.35%

Color #50F92F in popluar number systems.

HEX50F92F
Decimal8024947
Binary101000011111001101111
Octal12037157

Shades and tints

Shades of #50F92F

#50F92F
(80,249,47)
#49E32B
(73,227,43)
#42CD27
(66,205,39)
#3BB723
(59,183,35)
#34A11F
(52,161,31)
#2D8B1B
(45,139,27)
#267517
(38,117,23)
#1F5F13
(31,95,19)
#18490F
(24,73,15)
#11330B
(17,51,11)
#0A1D07
(10,29,7)
#000000
(0,0,0)

Tints of #50F92F

#50F92F
(80,249,47)
#5FF941
(95,249,65)
#6EF953
(110,249,83)
#7DF965
(125,249,101)
#8CF977
(140,249,119)
#9BF989
(155,249,137)
#AAF99B
(170,249,155)
#B9F9AD
(185,249,173)
#C8F9BF
(200,249,191)
#D7F9D1
(215,249,209)
#E6F9E3
(230,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50F92F color. Also use rgb(80,249,47) instead hex code.

Text Font Color

.myTextColor { color: #50F92F; }

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

This text font color is #50F92F.


Background Color

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

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

This div background color is #50F92F.


Border color

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

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

This div border color is #50F92F.


Opacity

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

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

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

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

This text has shadow with #50F92F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50F92F on black background.


Color preview on white background

This text has color #50F92F on white background.



Black color preview on #50F92F background

This text has black color on #50F92F background.


White color preview on #50F92F background

This text has white color on #50F92F background.