COLOR #59BD5F

HEX: #59BD5F
RGB: (89,189,95)

Renk bilgisi

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

RGB renk modeli

#59BD5F color RGB value is (89,189,95).

  • kırmız ton 89;
  • yeşil ton 189;
  • mavi ton 95.
RGB:
(89,189,95)
(35%,74%,37%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 189 of 255 = 74%
B 95 of 255 = 37%

89
189
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 189 + 95 = 373 (100%)
R 89 of 373 ~ 23.86%
G 189 of 373 ~ 50.67%
B 95 of 373 ~ 25.47%

%23.86
%50.67
%25.47

CMYK RENK MODELİ

#59BD5F rengi CMYK tonu (53,0,50,26).

  • camgöbeği tonu 52.91%
  • eflatun tonu 0.00%
  • sarı tonu 49.74%
  • ana renk tonu 25.88%
CMYK:
(53,0,50,26)
C53M0Y50K26 
(53%,0%,50%,26%)
(0.53/0.00/0.50/0.26)	

CMYK yüzdeleri

%52.91
%0
%49.74
%25.88

Codes

Color #59BD5F in popluar color models

59BD5F
RGB8918995
HSL124°43.10%54.51%
HSB/HSV124°52.91%74.12%
CMYK52.91%0.00%49.74%
25.88%

Color #59BD5F in popluar number systems.

HEX59BD5F
Decimal8918995
Binary1011001101111011011111
Octal131275137

Shades and tints

Shades of #59BD5F

#59BD5F
(89,189,95)
#51AC57
(81,172,87)
#499B4F
(73,155,79)
#418A47
(65,138,71)
#39793F
(57,121,63)
#316837
(49,104,55)
#29572F
(41,87,47)
#214627
(33,70,39)
#19351F
(25,53,31)
#112417
(17,36,23)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #59BD5F

#59BD5F
(89,189,95)
#68C36D
(104,195,109)
#77C97B
(119,201,123)
#86CF89
(134,207,137)
#95D597
(149,213,151)
#A4DBA5
(164,219,165)
#B3E1B3
(179,225,179)
#C2E7C1
(194,231,193)
#D1EDCF
(209,237,207)
#E0F3DD
(224,243,221)
#EFF9EB
(239,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59BD5F color. Also use rgb(89,189,95) instead hex code.

Text Font Color

.myTextColor { color: #59BD5F; }

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

This text font color is #59BD5F.


Background Color

.myBgColor { background-color: #59BD5F; }

<div style="background-color:#59BD5F">Inner text</div>

This div background color is #59BD5F.


Border color

.myBorderColor { border: 1px solid #59BD5F; }

<div style="border:3px solid #59BD5F">Div</div>

This div border color is #59BD5F.


Opacity

.myOpacity80 { color: #59BD5F; opacity: 0.8; }

<p style="color:#59BD5F;opacity:0.8;">80%</p>

Text with #59BD5F 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 #59BD5F;}

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

This text has shadow with #59BD5F color.

.textShadow {text-shadow: 3px 3px 1px #59BD5F, 3px 3px 1px red;}

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

This text has shadow with #59BD5F primary color and red secondary color.


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

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

This text has shadow with #59BD5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BD5F on black background.


Color preview on white background

This text has color #59BD5F on white background.



Black color preview on #59BD5F background

This text has black color on #59BD5F background.


White color preview on #59BD5F background

This text has white color on #59BD5F background.