COLOR #50FD76

HEX: #50FD76
RGB: (80,253,118)

Renk bilgisi

#50FD76 contains mainly green color. #50FD76 ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#50FD76 color RGB value is (80,253,118).

  • kırmız ton 80;
  • yeşil ton 253;
  • mavi ton 118.
RGB:
(80,253,118)
(31%,99%,46%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 253 of 255 = 99%
B 118 of 255 = 46%

80
253
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 253 + 118 = 451 (100%)
R 80 of 451 ~ 17.74%
G 253 of 451 ~ 56.1%
B 118 of 451 ~ 26.16%

%17.74
%56.1
%26.16

CMYK RENK MODELİ

#50FD76 rengi CMYK tonu (68,0,53,1).

  • camgöbeği tonu 68.38%
  • eflatun tonu 0.00%
  • sarı tonu 53.36%
  • ana renk tonu 0.78%
CMYK:
(68,0,53,1)
C68M0Y53K1 
(68%,0%,53%,1%)
(0.68/0.00/0.53/0.01)	

CMYK yüzdeleri

%68.38
%0
%53.36
%0.78

Codes

Color #50FD76 in popluar color models

50FD76
RGB80253118
HSL133°97.74%65.29%
HSB/HSV133°68.38%99.22%
CMYK68.38%0.00%53.36%
0.78%

Color #50FD76 in popluar number systems.

HEX50FD76
Decimal80253118
Binary1010000111111011110110
Octal120375166

Shades and tints

Shades of #50FD76

#50FD76
(80,253,118)
#49E66C
(73,230,108)
#42CF62
(66,207,98)
#3BB858
(59,184,88)
#34A14E
(52,161,78)
#2D8A44
(45,138,68)
#26733A
(38,115,58)
#1F5C30
(31,92,48)
#184526
(24,69,38)
#112E1C
(17,46,28)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #50FD76

#50FD76
(80,253,118)
#5FFD82
(95,253,130)
#6EFD8E
(110,253,142)
#7DFD9A
(125,253,154)
#8CFDA6
(140,253,166)
#9BFDB2
(155,253,178)
#AAFDBE
(170,253,190)
#B9FDCA
(185,253,202)
#C8FDD6
(200,253,214)
#D7FDE2
(215,253,226)
#E6FDEE
(230,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50FD76 color. Also use rgb(80,253,118) instead hex code.

Text Font Color

.myTextColor { color: #50FD76; }

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

This text font color is #50FD76.


Background Color

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

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

This div background color is #50FD76.


Border color

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

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

This div border color is #50FD76.


Opacity

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

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

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

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

This text has shadow with #50FD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50FD76 on black background.


Color preview on white background

This text has color #50FD76 on white background.



Black color preview on #50FD76 background

This text has black color on #50FD76 background.


White color preview on #50FD76 background

This text has white color on #50FD76 background.