COLOR #53EB9D

HEX: #53EB9D
RGB: (83,235,157)

Renk bilgisi

#53EB9D contains mainly green color. #53EB9D ‘ nin web güvenlik rengi #66FF99 (ya da #6F9) dir.

RGB renk modeli

#53EB9D color RGB value is (83,235,157).

  • kırmız ton 83;
  • yeşil ton 235;
  • mavi ton 157.
RGB:
(83,235,157)
(33%,92%,62%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 235 of 255 = 92%
B 157 of 255 = 62%

83
235
157

R + G + B ~ 62%. #53EB9D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 235 + 157 = 475 (100%)
R 83 of 475 ~ 17.47%
G 235 of 475 ~ 49.47%
B 157 of 475 ~ 33.05%

%17.47
%49.47
%33.05

CMYK RENK MODELİ

#53EB9D rengi CMYK tonu (65,0,33,8).

  • camgöbeği tonu 64.68%
  • eflatun tonu 0.00%
  • sarı tonu 33.19%
  • ana renk tonu 7.84%
CMYK:
(65,0,33,8)
C65M0Y33K8 
(65%,0%,33%,8%)
(0.65/0.00/0.33/0.08)	

CMYK yüzdeleri

%64.68
%0
%33.19
%7.84

Codes

Color #53EB9D in popluar color models

53EB9D
RGB83235157
HSL149°79.17%62.35%
HSB/HSV149°64.68%92.16%
CMYK64.68%0.00%33.19%
7.84%

Color #53EB9D in popluar number systems.

HEX53EB9D
Decimal83235157
Binary10100111110101110011101
Octal123353235

Shades and tints

Shades of #53EB9D

#53EB9D
(83,235,157)
#4CD68F
(76,214,143)
#45C181
(69,193,129)
#3EAC73
(62,172,115)
#379765
(55,151,101)
#308257
(48,130,87)
#296D49
(41,109,73)
#22583B
(34,88,59)
#1B432D
(27,67,45)
#142E1F
(20,46,31)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #53EB9D

#53EB9D
(83,235,157)
#62ECA5
(98,236,165)
#71EDAD
(113,237,173)
#80EEB5
(128,238,181)
#8FEFBD
(143,239,189)
#9EF0C5
(158,240,197)
#ADF1CD
(173,241,205)
#BCF2D5
(188,242,213)
#CBF3DD
(203,243,221)
#DAF4E5
(218,244,229)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53EB9D color. Also use rgb(83,235,157) instead hex code.

Text Font Color

.myTextColor { color: #53EB9D; }

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

This text font color is #53EB9D.


Background Color

.myBgColor { background-color: #53EB9D; }

<div style="background-color:#53EB9D">Inner text</div>

This div background color is #53EB9D.


Border color

.myBorderColor { border: 1px solid #53EB9D; }

<div style="border:3px solid #53EB9D">Div</div>

This div border color is #53EB9D.


Opacity

.myOpacity80 { color: #53EB9D; opacity: 0.8; }

<p style="color:#53EB9D;opacity:0.8;">80%</p>

Text with #53EB9D 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 #53EB9D;}

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

This text has shadow with #53EB9D color.

.textShadow {text-shadow: 3px 3px 1px #53EB9D, 3px 3px 1px red;}

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

This text has shadow with #53EB9D primary color and red secondary color.


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

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

This text has shadow with #53EB9D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53EB9D on black background.


Color preview on white background

This text has color #53EB9D on white background.



Black color preview on #53EB9D background

This text has black color on #53EB9D background.


White color preview on #53EB9D background

This text has white color on #53EB9D background.