COLOR #50EF7F

HEX: #50EF7F
RGB: (80,239,127)

Renk bilgisi

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

RGB renk modeli

#50EF7F color RGB value is (80,239,127).

  • kırmız ton 80;
  • yeşil ton 239;
  • mavi ton 127.
RGB:
(80,239,127)
(31%,94%,50%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 239 of 255 = 94%
B 127 of 255 = 50%

80
239
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 239 + 127 = 446 (100%)
R 80 of 446 ~ 17.94%
G 239 of 446 ~ 53.59%
B 127 of 446 ~ 28.48%

%17.94
%53.59
%28.48

CMYK RENK MODELİ

#50EF7F rengi CMYK tonu (67,0,47,6).

  • camgöbeği tonu 66.53%
  • eflatun tonu 0.00%
  • sarı tonu 46.86%
  • ana renk tonu 6.27%
CMYK:
(67,0,47,6)
C67M0Y47K6 
(67%,0%,47%,6%)
(0.67/0.00/0.47/0.06)	

CMYK yüzdeleri

%66.53
%0
%46.86
%6.27

Codes

Color #50EF7F in popluar color models

50EF7F
RGB80239127
HSL138°83.25%62.55%
HSB/HSV138°66.53%93.73%
CMYK66.53%0.00%46.86%
6.27%

Color #50EF7F in popluar number systems.

HEX50EF7F
Decimal80239127
Binary1010000111011111111111
Octal120357177

Shades and tints

Shades of #50EF7F

#50EF7F
(80,239,127)
#49DA74
(73,218,116)
#42C569
(66,197,105)
#3BB05E
(59,176,94)
#349B53
(52,155,83)
#2D8648
(45,134,72)
#26713D
(38,113,61)
#1F5C32
(31,92,50)
#184727
(24,71,39)
#11321C
(17,50,28)
#0A1D11
(10,29,17)
#000000
(0,0,0)

Tints of #50EF7F

#50EF7F
(80,239,127)
#5FF08A
(95,240,138)
#6EF195
(110,241,149)
#7DF2A0
(125,242,160)
#8CF3AB
(140,243,171)
#9BF4B6
(155,244,182)
#AAF5C1
(170,245,193)
#B9F6CC
(185,246,204)
#C8F7D7
(200,247,215)
#D7F8E2
(215,248,226)
#E6F9ED
(230,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50EF7F color. Also use rgb(80,239,127) instead hex code.

Text Font Color

.myTextColor { color: #50EF7F; }

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

This text font color is #50EF7F.


Background Color

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

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

This div background color is #50EF7F.


Border color

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

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

This div border color is #50EF7F.


Opacity

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

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

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

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

This text has shadow with #50EF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50EF7F on black background.


Color preview on white background

This text has color #50EF7F on white background.



Black color preview on #50EF7F background

This text has black color on #50EF7F background.


White color preview on #50EF7F background

This text has white color on #50EF7F background.