COLOR #59BC49

HEX: #59BC49
RGB: (89,188,73)

Renk bilgisi

#59BC49 contains mainly green color. #59BC49 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#59BC49 color RGB value is (89,188,73).

  • kırmız ton 89;
  • yeşil ton 188;
  • mavi ton 73.
RGB:
(89,188,73)
(35%,74%,29%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 188 of 255 = 74%
B 73 of 255 = 29%

89
188
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 188 + 73 = 350 (100%)
R 89 of 350 ~ 25.43%
G 188 of 350 ~ 53.71%
B 73 of 350 ~ 20.86%

%25.43
%53.71
%20.86

CMYK RENK MODELİ

#59BC49 rengi CMYK tonu (53,0,61,26).

  • camgöbeği tonu 52.66%
  • eflatun tonu 0.00%
  • sarı tonu 61.17%
  • ana renk tonu 26.27%
CMYK:
(53,0,61,26)
C53M0Y61K26 
(53%,0%,61%,26%)
(0.53/0.00/0.61/0.26)	

CMYK yüzdeleri

%52.66
%0
%61.17
%26.27

Codes

Color #59BC49 in popluar color models

59BC49
RGB8918873
HSL112°46.18%51.18%
HSB/HSV112°61.17%73.73%
CMYK52.66%0.00%61.17%
26.27%

Color #59BC49 in popluar number systems.

HEX59BC49
Decimal8918873
Binary1011001101111001001001
Octal131274111

Shades and tints

Shades of #59BC49

#59BC49
(89,188,73)
#51AB43
(81,171,67)
#499A3D
(73,154,61)
#418937
(65,137,55)
#397831
(57,120,49)
#31672B
(49,103,43)
#295625
(41,86,37)
#21451F
(33,69,31)
#193419
(25,52,25)
#112313
(17,35,19)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #59BC49

#59BC49
(89,188,73)
#68C259
(104,194,89)
#77C869
(119,200,105)
#86CE79
(134,206,121)
#95D489
(149,212,137)
#A4DA99
(164,218,153)
#B3E0A9
(179,224,169)
#C2E6B9
(194,230,185)
#D1ECC9
(209,236,201)
#E0F2D9
(224,242,217)
#EFF8E9
(239,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59BC49 color. Also use rgb(89,188,73) instead hex code.

Text Font Color

.myTextColor { color: #59BC49; }

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

This text font color is #59BC49.


Background Color

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

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

This div background color is #59BC49.


Border color

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

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

This div border color is #59BC49.


Opacity

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

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

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

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

This text has shadow with #59BC49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BC49 on black background.


Color preview on white background

This text has color #59BC49 on white background.



Black color preview on #59BC49 background

This text has black color on #59BC49 background.


White color preview on #59BC49 background

This text has white color on #59BC49 background.