COLOR #50D48A

HEX: #50D48A
RGB: (80,212,138)

Renk bilgisi

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

RGB renk modeli

#50D48A color RGB value is (80,212,138).

  • kırmız ton 80;
  • yeşil ton 212;
  • mavi ton 138.
RGB:
(80,212,138)
(31%,83%,54%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 212 of 255 = 83%
B 138 of 255 = 54%

80
212
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 212 + 138 = 430 (100%)
R 80 of 430 ~ 18.6%
G 212 of 430 ~ 49.3%
B 138 of 430 ~ 32.09%

%18.6
%49.3
%32.09

CMYK RENK MODELİ

#50D48A rengi CMYK tonu (62,0,35,17).

  • camgöbeği tonu 62.26%
  • eflatun tonu 0.00%
  • sarı tonu 34.91%
  • ana renk tonu 16.86%
CMYK:
(62,0,35,17)
C62M0Y35K17 
(62%,0%,35%,17%)
(0.62/0.00/0.35/0.17)	

CMYK yüzdeleri

%62.26
%0
%34.91
%16.86

Codes

Color #50D48A in popluar color models

50D48A
RGB80212138
HSL146°60.55%57.25%
HSB/HSV146°62.26%83.14%
CMYK62.26%0.00%34.91%
16.86%

Color #50D48A in popluar number systems.

HEX50D48A
Decimal80212138
Binary10100001101010010001010
Octal120324212

Shades and tints

Shades of #50D48A

#50D48A
(80,212,138)
#49C17E
(73,193,126)
#42AE72
(66,174,114)
#3B9B66
(59,155,102)
#34885A
(52,136,90)
#2D754E
(45,117,78)
#266242
(38,98,66)
#1F4F36
(31,79,54)
#183C2A
(24,60,42)
#11291E
(17,41,30)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #50D48A

#50D48A
(80,212,138)
#5FD794
(95,215,148)
#6EDA9E
(110,218,158)
#7DDDA8
(125,221,168)
#8CE0B2
(140,224,178)
#9BE3BC
(155,227,188)
#AAE6C6
(170,230,198)
#B9E9D0
(185,233,208)
#C8ECDA
(200,236,218)
#D7EFE4
(215,239,228)
#E6F2EE
(230,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50D48A color. Also use rgb(80,212,138) instead hex code.

Text Font Color

.myTextColor { color: #50D48A; }

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

This text font color is #50D48A.


Background Color

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

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

This div background color is #50D48A.


Border color

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

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

This div border color is #50D48A.


Opacity

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

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

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

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

This text has shadow with #50D48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50D48A on black background.


Color preview on white background

This text has color #50D48A on white background.



Black color preview on #50D48A background

This text has black color on #50D48A background.


White color preview on #50D48A background

This text has white color on #50D48A background.