COLOR #50DF80

HEX: #50DF80
RGB: (80,223,128)

Renk bilgisi

#50DF80 contains mainly green color. #50DF80 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#50DF80 color RGB value is (80,223,128).

  • kırmız ton 80;
  • yeşil ton 223;
  • mavi ton 128.
RGB:
(80,223,128)
(31%,87%,50%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 223 of 255 = 87%
B 128 of 255 = 50%

80
223
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 223 + 128 = 431 (100%)
R 80 of 431 ~ 18.56%
G 223 of 431 ~ 51.74%
B 128 of 431 ~ 29.7%

%18.56
%51.74
%29.7

CMYK RENK MODELİ

#50DF80 rengi CMYK tonu (64,0,43,13).

  • camgöbeği tonu 64.13%
  • eflatun tonu 0.00%
  • sarı tonu 42.60%
  • ana renk tonu 12.55%
CMYK:
(64,0,43,13)
C64M0Y43K13 
(64%,0%,43%,13%)
(0.64/0.00/0.43/0.13)	

CMYK yüzdeleri

%64.13
%0
%42.6
%12.55

Codes

Color #50DF80 in popluar color models

50DF80
RGB80223128
HSL140°69.08%59.41%
HSB/HSV140°64.13%87.45%
CMYK64.13%0.00%42.60%
12.55%

Color #50DF80 in popluar number systems.

HEX50DF80
Decimal80223128
Binary10100001101111110000000
Octal120337200

Shades and tints

Shades of #50DF80

#50DF80
(80,223,128)
#49CB75
(73,203,117)
#42B76A
(66,183,106)
#3BA35F
(59,163,95)
#348F54
(52,143,84)
#2D7B49
(45,123,73)
#26673E
(38,103,62)
#1F5333
(31,83,51)
#183F28
(24,63,40)
#112B1D
(17,43,29)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #50DF80

#50DF80
(80,223,128)
#5FE18B
(95,225,139)
#6EE396
(110,227,150)
#7DE5A1
(125,229,161)
#8CE7AC
(140,231,172)
#9BE9B7
(155,233,183)
#AAEBC2
(170,235,194)
#B9EDCD
(185,237,205)
#C8EFD8
(200,239,216)
#D7F1E3
(215,241,227)
#E6F3EE
(230,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50DF80 color. Also use rgb(80,223,128) instead hex code.

Text Font Color

.myTextColor { color: #50DF80; }

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

This text font color is #50DF80.


Background Color

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

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

This div background color is #50DF80.


Border color

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

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

This div border color is #50DF80.


Opacity

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

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

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

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

This text has shadow with #50DF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50DF80 on black background.


Color preview on white background

This text has color #50DF80 on white background.



Black color preview on #50DF80 background

This text has black color on #50DF80 background.


White color preview on #50DF80 background

This text has white color on #50DF80 background.