COLOR #50E48C

HEX: #50E48C
RGB: (80,228,140)

Renk bilgisi

#50E48C contains mainly green color. #50E48C ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#50E48C color RGB value is (80,228,140).

  • kırmız ton 80;
  • yeşil ton 228;
  • mavi ton 140.
RGB:
(80,228,140)
(31%,89%,55%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 228 of 255 = 89%
B 140 of 255 = 55%

80
228
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 228 + 140 = 448 (100%)
R 80 of 448 ~ 17.86%
G 228 of 448 ~ 50.89%
B 140 of 448 ~ 31.25%

%17.86
%50.89
%31.25

CMYK RENK MODELİ

#50E48C rengi CMYK tonu (65,0,39,11).

  • camgöbeği tonu 64.91%
  • eflatun tonu 0.00%
  • sarı tonu 38.60%
  • ana renk tonu 10.59%
CMYK:
(65,0,39,11)
C65M0Y39K11 
(65%,0%,39%,11%)
(0.65/0.00/0.39/0.11)	

CMYK yüzdeleri

%64.91
%0
%38.6
%10.59

Codes

Color #50E48C in popluar color models

50E48C
RGB80228140
HSL144°73.27%60.39%
HSB/HSV144°64.91%89.41%
CMYK64.91%0.00%38.60%
10.59%

Color #50E48C in popluar number systems.

HEX50E48C
Decimal80228140
Binary10100001110010010001100
Octal120344214

Shades and tints

Shades of #50E48C

#50E48C
(80,228,140)
#49D080
(73,208,128)
#42BC74
(66,188,116)
#3BA868
(59,168,104)
#34945C
(52,148,92)
#2D8050
(45,128,80)
#266C44
(38,108,68)
#1F5838
(31,88,56)
#18442C
(24,68,44)
#113020
(17,48,32)
#0A1C14
(10,28,20)
#000000
(0,0,0)

Tints of #50E48C

#50E48C
(80,228,140)
#5FE696
(95,230,150)
#6EE8A0
(110,232,160)
#7DEAAA
(125,234,170)
#8CECB4
(140,236,180)
#9BEEBE
(155,238,190)
#AAF0C8
(170,240,200)
#B9F2D2
(185,242,210)
#C8F4DC
(200,244,220)
#D7F6E6
(215,246,230)
#E6F8F0
(230,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50E48C color. Also use rgb(80,228,140) instead hex code.

Text Font Color

.myTextColor { color: #50E48C; }

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

This text font color is #50E48C.


Background Color

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

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

This div background color is #50E48C.


Border color

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

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

This div border color is #50E48C.


Opacity

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

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

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

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

This text has shadow with #50E48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50E48C on black background.


Color preview on white background

This text has color #50E48C on white background.



Black color preview on #50E48C background

This text has black color on #50E48C background.


White color preview on #50E48C background

This text has white color on #50E48C background.