COLOR #5EDD71

HEX: #5EDD71
RGB: (94,221,113)

Renk bilgisi

#5EDD71 contains mainly green color. #5EDD71 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#5EDD71 color RGB value is (94,221,113).

  • kırmız ton 94;
  • yeşil ton 221;
  • mavi ton 113.
RGB:
(94,221,113)
(37%,87%,44%)

RGB bağlantıları ve doygunluk

R 94 of 255 = 37%
G 221 of 255 = 87%
B 113 of 255 = 44%

94
221
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
94 + 221 + 113 = 428 (100%)
R 94 of 428 ~ 21.96%
G 221 of 428 ~ 51.64%
B 113 of 428 ~ 26.4%

%21.96
%51.64
%26.4

CMYK RENK MODELİ

#5EDD71 rengi CMYK tonu (57,0,49,13).

  • camgöbeği tonu 57.47%
  • eflatun tonu 0.00%
  • sarı tonu 48.87%
  • ana renk tonu 13.33%
CMYK:
(57,0,49,13)
C57M0Y49K13 
(57%,0%,49%,13%)
(0.57/0.00/0.49/0.13)	

CMYK yüzdeleri

%57.47
%0
%48.87
%13.33

Codes

Color #5EDD71 in popluar color models

5EDD71
RGB94221113
HSL129°65.13%61.76%
HSB/HSV129°57.47%86.67%
CMYK57.47%0.00%48.87%
13.33%

Color #5EDD71 in popluar number systems.

HEX5EDD71
Decimal94221113
Binary1011110110111011110001
Octal136335161

Shades and tints

Shades of #5EDD71

#5EDD71
(94,221,113)
#56C967
(86,201,103)
#4EB55D
(78,181,93)
#46A153
(70,161,83)
#3E8D49
(62,141,73)
#36793F
(54,121,63)
#2E6535
(46,101,53)
#26512B
(38,81,43)
#1E3D21
(30,61,33)
#162917
(22,41,23)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #5EDD71

#5EDD71
(94,221,113)
#6CE07D
(108,224,125)
#7AE389
(122,227,137)
#88E695
(136,230,149)
#96E9A1
(150,233,161)
#A4ECAD
(164,236,173)
#B2EFB9
(178,239,185)
#C0F2C5
(192,242,197)
#CEF5D1
(206,245,209)
#DCF8DD
(220,248,221)
#EAFBE9
(234,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EDD71 color. Also use rgb(94,221,113) instead hex code.

Text Font Color

.myTextColor { color: #5EDD71; }

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

This text font color is #5EDD71.


Background Color

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

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

This div background color is #5EDD71.


Border color

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

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

This div border color is #5EDD71.


Opacity

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

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

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

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

This text has shadow with #5EDD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EDD71 on black background.


Color preview on white background

This text has color #5EDD71 on white background.



Black color preview on #5EDD71 background

This text has black color on #5EDD71 background.


White color preview on #5EDD71 background

This text has white color on #5EDD71 background.