COLOR #59B460

HEX: #59B460
RGB: (89,180,96)

Renk bilgisi

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

RGB renk modeli

#59B460 color RGB value is (89,180,96).

  • kırmız ton 89;
  • yeşil ton 180;
  • mavi ton 96.
RGB:
(89,180,96)
(35%,71%,38%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 180 of 255 = 71%
B 96 of 255 = 38%

89
180
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 180 + 96 = 365 (100%)
R 89 of 365 ~ 24.38%
G 180 of 365 ~ 49.32%
B 96 of 365 ~ 26.3%

%24.38
%49.32
%26.3

CMYK RENK MODELİ

#59B460 rengi CMYK tonu (51,0,47,29).

  • camgöbeği tonu 50.56%
  • eflatun tonu 0.00%
  • sarı tonu 46.67%
  • ana renk tonu 29.41%
CMYK:
(51,0,47,29)
C51M0Y47K29 
(51%,0%,47%,29%)
(0.51/0.00/0.47/0.29)	

CMYK yüzdeleri

%50.56
%0
%46.67
%29.41

Codes

Color #59B460 in popluar color models

59B460
RGB8918096
HSL125°37.76%52.75%
HSB/HSV125°50.56%70.59%
CMYK50.56%0.00%46.67%
29.41%

Color #59B460 in popluar number systems.

HEX59B460
Decimal8918096
Binary1011001101101001100000
Octal131264140

Shades and tints

Shades of #59B460

#59B460
(89,180,96)
#51A458
(81,164,88)
#499450
(73,148,80)
#418448
(65,132,72)
#397440
(57,116,64)
#316438
(49,100,56)
#295430
(41,84,48)
#214428
(33,68,40)
#193420
(25,52,32)
#112418
(17,36,24)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #59B460

#59B460
(89,180,96)
#68BA6E
(104,186,110)
#77C07C
(119,192,124)
#86C68A
(134,198,138)
#95CC98
(149,204,152)
#A4D2A6
(164,210,166)
#B3D8B4
(179,216,180)
#C2DEC2
(194,222,194)
#D1E4D0
(209,228,208)
#E0EADE
(224,234,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B460 color. Also use rgb(89,180,96) instead hex code.

Text Font Color

.myTextColor { color: #59B460; }

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

This text font color is #59B460.


Background Color

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

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

This div background color is #59B460.


Border color

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

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

This div border color is #59B460.


Opacity

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

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

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

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

This text has shadow with #59B460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B460 on black background.


Color preview on white background

This text has color #59B460 on white background.



Black color preview on #59B460 background

This text has black color on #59B460 background.


White color preview on #59B460 background

This text has white color on #59B460 background.