COLOR #59D58A

HEX: #59D58A
RGB: (89,213,138)

Renk bilgisi

#59D58A contains mainly green color. #59D58A ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#59D58A color RGB value is (89,213,138).

  • kırmız ton 89;
  • yeşil ton 213;
  • mavi ton 138.
RGB:
(89,213,138)
(35%,84%,54%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 213 of 255 = 84%
B 138 of 255 = 54%

89
213
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 213 + 138 = 440 (100%)
R 89 of 440 ~ 20.23%
G 213 of 440 ~ 48.41%
B 138 of 440 ~ 31.36%

%20.23
%48.41
%31.36

CMYK RENK MODELİ

#59D58A rengi CMYK tonu (58,0,35,16).

  • camgöbeği tonu 58.22%
  • eflatun tonu 0.00%
  • sarı tonu 35.21%
  • ana renk tonu 16.47%
CMYK:
(58,0,35,16)
C58M0Y35K16 
(58%,0%,35%,16%)
(0.58/0.00/0.35/0.16)	

CMYK yüzdeleri

%58.22
%0
%35.21
%16.47

Codes

Color #59D58A in popluar color models

59D58A
RGB89213138
HSL144°59.62%59.22%
HSB/HSV144°58.22%83.53%
CMYK58.22%0.00%35.21%
16.47%

Color #59D58A in popluar number systems.

HEX59D58A
Decimal89213138
Binary10110011101010110001010
Octal131325212

Shades and tints

Shades of #59D58A

#59D58A
(89,213,138)
#51C27E
(81,194,126)
#49AF72
(73,175,114)
#419C66
(65,156,102)
#39895A
(57,137,90)
#31764E
(49,118,78)
#296342
(41,99,66)
#215036
(33,80,54)
#193D2A
(25,61,42)
#112A1E
(17,42,30)
#091712
(9,23,18)
#000000
(0,0,0)

Tints of #59D58A

#59D58A
(89,213,138)
#68D894
(104,216,148)
#77DB9E
(119,219,158)
#86DEA8
(134,222,168)
#95E1B2
(149,225,178)
#A4E4BC
(164,228,188)
#B3E7C6
(179,231,198)
#C2EAD0
(194,234,208)
#D1EDDA
(209,237,218)
#E0F0E4
(224,240,228)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59D58A color. Also use rgb(89,213,138) instead hex code.

Text Font Color

.myTextColor { color: #59D58A; }

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

This text font color is #59D58A.


Background Color

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

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

This div background color is #59D58A.


Border color

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

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

This div border color is #59D58A.


Opacity

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

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

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

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

This text has shadow with #59D58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59D58A on black background.


Color preview on white background

This text has color #59D58A on white background.



Black color preview on #59D58A background

This text has black color on #59D58A background.


White color preview on #59D58A background

This text has white color on #59D58A background.