COLOR #5DE387

HEX: #5DE387
RGB: (93,227,135)

Renk bilgisi

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

RGB renk modeli

#5DE387 color RGB value is (93,227,135).

  • kırmız ton 93;
  • yeşil ton 227;
  • mavi ton 135.
RGB:
(93,227,135)
(36%,89%,53%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 227 of 255 = 89%
B 135 of 255 = 53%

93
227
135

R + G + B ~ 59%. #5DE387 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 227 + 135 = 455 (100%)
R 93 of 455 ~ 20.44%
G 227 of 455 ~ 49.89%
B 135 of 455 ~ 29.67%

%20.44
%49.89
%29.67

CMYK RENK MODELİ

#5DE387 rengi CMYK tonu (59,0,41,11).

  • camgöbeği tonu 59.03%
  • eflatun tonu 0.00%
  • sarı tonu 40.53%
  • ana renk tonu 10.98%
CMYK:
(59,0,41,11)
C59M0Y41K11 
(59%,0%,41%,11%)
(0.59/0.00/0.41/0.11)	

CMYK yüzdeleri

%59.03
%0
%40.53
%10.98

Codes

Color #5DE387 in popluar color models

5DE387
RGB93227135
HSL139°70.53%62.75%
HSB/HSV139°59.03%89.02%
CMYK59.03%0.00%40.53%
10.98%

Color #5DE387 in popluar number systems.

HEX5DE387
Decimal93227135
Binary10111011110001110000111
Octal135343207

Shades and tints

Shades of #5DE387

#5DE387
(93,227,135)
#55CF7B
(85,207,123)
#4DBB6F
(77,187,111)
#45A763
(69,167,99)
#3D9357
(61,147,87)
#357F4B
(53,127,75)
#2D6B3F
(45,107,63)
#255733
(37,87,51)
#1D4327
(29,67,39)
#152F1B
(21,47,27)
#0D1B0F
(13,27,15)
#000000
(0,0,0)

Tints of #5DE387

#5DE387
(93,227,135)
#6BE591
(107,229,145)
#79E79B
(121,231,155)
#87E9A5
(135,233,165)
#95EBAF
(149,235,175)
#A3EDB9
(163,237,185)
#B1EFC3
(177,239,195)
#BFF1CD
(191,241,205)
#CDF3D7
(205,243,215)
#DBF5E1
(219,245,225)
#E9F7EB
(233,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DE387 color. Also use rgb(93,227,135) instead hex code.

Text Font Color

.myTextColor { color: #5DE387; }

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

This text font color is #5DE387.


Background Color

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

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

This div background color is #5DE387.


Border color

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

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

This div border color is #5DE387.


Opacity

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

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

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

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

This text has shadow with #5DE387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE387 on black background.


Color preview on white background

This text has color #5DE387 on white background.



Black color preview on #5DE387 background

This text has black color on #5DE387 background.


White color preview on #5DE387 background

This text has white color on #5DE387 background.