COLOR #5DE599

HEX: #5DE599
RGB: (93,229,153)

Renk bilgisi

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

RGB renk modeli

#5DE599 color RGB value is (93,229,153).

  • kırmız ton 93;
  • yeşil ton 229;
  • mavi ton 153.
RGB:
(93,229,153)
(36%,90%,60%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 229 of 255 = 90%
B 153 of 255 = 60%

93
229
153

R + G + B ~ 62%. #5DE599 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 229 + 153 = 475 (100%)
R 93 of 475 ~ 19.58%
G 229 of 475 ~ 48.21%
B 153 of 475 ~ 32.21%

%19.58
%48.21
%32.21

CMYK RENK MODELİ

#5DE599 rengi CMYK tonu (59,0,33,10).

  • camgöbeği tonu 59.39%
  • eflatun tonu 0.00%
  • sarı tonu 33.19%
  • ana renk tonu 10.20%
CMYK:
(59,0,33,10)
C59M0Y33K10 
(59%,0%,33%,10%)
(0.59/0.00/0.33/0.10)	

CMYK yüzdeleri

%59.39
%0
%33.19
%10.2

Codes

Color #5DE599 in popluar color models

5DE599
RGB93229153
HSL146°72.34%63.14%
HSB/HSV146°59.39%89.80%
CMYK59.39%0.00%33.19%
10.20%

Color #5DE599 in popluar number systems.

HEX5DE599
Decimal93229153
Binary10111011110010110011001
Octal135345231

Shades and tints

Shades of #5DE599

#5DE599
(93,229,153)
#55D18C
(85,209,140)
#4DBD7F
(77,189,127)
#45A972
(69,169,114)
#3D9565
(61,149,101)
#358158
(53,129,88)
#2D6D4B
(45,109,75)
#25593E
(37,89,62)
#1D4531
(29,69,49)
#153124
(21,49,36)
#0D1D17
(13,29,23)
#000000
(0,0,0)

Tints of #5DE599

#5DE599
(93,229,153)
#6BE7A2
(107,231,162)
#79E9AB
(121,233,171)
#87EBB4
(135,235,180)
#95EDBD
(149,237,189)
#A3EFC6
(163,239,198)
#B1F1CF
(177,241,207)
#BFF3D8
(191,243,216)
#CDF5E1
(205,245,225)
#DBF7EA
(219,247,234)
#E9F9F3
(233,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DE599 color. Also use rgb(93,229,153) instead hex code.

Text Font Color

.myTextColor { color: #5DE599; }

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

This text font color is #5DE599.


Background Color

.myBgColor { background-color: #5DE599; }

<div style="background-color:#5DE599">Inner text</div>

This div background color is #5DE599.


Border color

.myBorderColor { border: 1px solid #5DE599; }

<div style="border:3px solid #5DE599">Div</div>

This div border color is #5DE599.


Opacity

.myOpacity80 { color: #5DE599; opacity: 0.8; }

<p style="color:#5DE599;opacity:0.8;">80%</p>

Text with #5DE599 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 #5DE599;}

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

This text has shadow with #5DE599 color.

.textShadow {text-shadow: 3px 3px 1px #5DE599, 3px 3px 1px red;}

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

This text has shadow with #5DE599 primary color and red secondary color.


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

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

This text has shadow with #5DE599 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE599 on black background.


Color preview on white background

This text has color #5DE599 on white background.



Black color preview on #5DE599 background

This text has black color on #5DE599 background.


White color preview on #5DE599 background

This text has white color on #5DE599 background.