COLOR #5EBE59

HEX: #5EBE59
RGB: (94,190,89)

Renk bilgisi

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

RGB renk modeli

#5EBE59 color RGB value is (94,190,89).

  • kırmız ton 94;
  • yeşil ton 190;
  • mavi ton 89.
RGB:
(94,190,89)
(37%,75%,35%)

RGB bağlantıları ve doygunluk

R 94 of 255 = 37%
G 190 of 255 = 75%
B 89 of 255 = 35%

94
190
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
94 + 190 + 89 = 373 (100%)
R 94 of 373 ~ 25.2%
G 190 of 373 ~ 50.94%
B 89 of 373 ~ 23.86%

%25.2
%50.94
%23.86

CMYK RENK MODELİ

#5EBE59 rengi CMYK tonu (51,0,53,25).

  • camgöbeği tonu 50.53%
  • eflatun tonu 0.00%
  • sarı tonu 53.16%
  • ana renk tonu 25.49%
CMYK:
(51,0,53,25)
C51M0Y53K25 
(51%,0%,53%,25%)
(0.51/0.00/0.53/0.25)	

CMYK yüzdeleri

%50.53
%0
%53.16
%25.49

Codes

Color #5EBE59 in popluar color models

5EBE59
RGB9419089
HSL117°43.72%54.71%
HSB/HSV117°53.16%74.51%
CMYK50.53%0.00%53.16%
25.49%

Color #5EBE59 in popluar number systems.

HEX5EBE59
Decimal9419089
Binary1011110101111101011001
Octal136276131

Shades and tints

Shades of #5EBE59

#5EBE59
(94,190,89)
#56AD51
(86,173,81)
#4E9C49
(78,156,73)
#468B41
(70,139,65)
#3E7A39
(62,122,57)
#366931
(54,105,49)
#2E5829
(46,88,41)
#264721
(38,71,33)
#1E3619
(30,54,25)
#162511
(22,37,17)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #5EBE59

#5EBE59
(94,190,89)
#6CC368
(108,195,104)
#7AC877
(122,200,119)
#88CD86
(136,205,134)
#96D295
(150,210,149)
#A4D7A4
(164,215,164)
#B2DCB3
(178,220,179)
#C0E1C2
(192,225,194)
#CEE6D1
(206,230,209)
#DCEBE0
(220,235,224)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBE59 color. Also use rgb(94,190,89) instead hex code.

Text Font Color

.myTextColor { color: #5EBE59; }

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

This text font color is #5EBE59.


Background Color

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

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

This div background color is #5EBE59.


Border color

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

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

This div border color is #5EBE59.


Opacity

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

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

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

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

This text has shadow with #5EBE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBE59 on black background.


Color preview on white background

This text has color #5EBE59 on white background.



Black color preview on #5EBE59 background

This text has black color on #5EBE59 background.


White color preview on #5EBE59 background

This text has white color on #5EBE59 background.