COLOR #50CD98

HEX: #50CD98
RGB: (80,205,152)

Renk bilgisi

#50CD98 contains mainly green and blue colors. #50CD98 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#50CD98 color RGB value is (80,205,152).

  • kırmız ton 80;
  • yeşil ton 205;
  • mavi ton 152.
RGB:
(80,205,152)
(31%,80%,60%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 205 of 255 = 80%
B 152 of 255 = 60%

80
205
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 205 + 152 = 437 (100%)
R 80 of 437 ~ 18.31%
G 205 of 437 ~ 46.91%
B 152 of 437 ~ 34.78%

%18.31
%46.91
%34.78

CMYK RENK MODELİ

#50CD98 rengi CMYK tonu (61,0,26,20).

  • camgöbeği tonu 60.98%
  • eflatun tonu 0.00%
  • sarı tonu 25.85%
  • ana renk tonu 19.61%
CMYK:
(61,0,26,20)
C61M0Y26K20 
(61%,0%,26%,20%)
(0.61/0.00/0.26/0.20)	

CMYK yüzdeleri

%60.98
%0
%25.85
%19.61

Codes

Color #50CD98 in popluar color models

50CD98
RGB80205152
HSL155°55.56%55.88%
HSB/HSV155°60.98%80.39%
CMYK60.98%0.00%25.85%
19.61%

Color #50CD98 in popluar number systems.

HEX50CD98
Decimal80205152
Binary10100001100110110011000
Octal120315230

Shades and tints

Shades of #50CD98

#50CD98
(80,205,152)
#49BB8B
(73,187,139)
#42A97E
(66,169,126)
#3B9771
(59,151,113)
#348564
(52,133,100)
#2D7357
(45,115,87)
#26614A
(38,97,74)
#1F4F3D
(31,79,61)
#183D30
(24,61,48)
#112B23
(17,43,35)
#0A1916
(10,25,22)
#000000
(0,0,0)

Tints of #50CD98

#50CD98
(80,205,152)
#5FD1A1
(95,209,161)
#6ED5AA
(110,213,170)
#7DD9B3
(125,217,179)
#8CDDBC
(140,221,188)
#9BE1C5
(155,225,197)
#AAE5CE
(170,229,206)
#B9E9D7
(185,233,215)
#C8EDE0
(200,237,224)
#D7F1E9
(215,241,233)
#E6F5F2
(230,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50CD98 color. Also use rgb(80,205,152) instead hex code.

Text Font Color

.myTextColor { color: #50CD98; }

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

This text font color is #50CD98.


Background Color

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

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

This div background color is #50CD98.


Border color

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

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

This div border color is #50CD98.


Opacity

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

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

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

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

This text has shadow with #50CD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50CD98 on black background.


Color preview on white background

This text has color #50CD98 on white background.



Black color preview on #50CD98 background

This text has black color on #50CD98 background.


White color preview on #50CD98 background

This text has white color on #50CD98 background.