COLOR #59D995

HEX: #59D995
RGB: (89,217,149)

Color info

#59D995 contains mainly green color. Web safe color of #59D995 is #66CC99 (or #6C9).

RGB color model

#59D995 color RGB value is (89,217,149).

  • red value is 89;
  • green value is 217;
  • blue value is 149.
RGB:
(89,217,149)
(35%,85%,58%)

RGB channels and saturation

R 89 of 255 = 35%
G 217 of 255 = 85%
B 149 of 255 = 58%

89
217
149

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

Portions of RGB colors in percentages

R + G + B =
89 + 217 + 149 = 455 (100%)
R 89 of 455 ~ 19.56%
G 217 of 455 ~ 47.69%
B 149 of 455 ~ 32.75%

%19.56
%47.69
%32.75

CMYK color model

#59D995 color CMYK value is (59,0,31,15).

  • cyan value is 58.99%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 14.90%
CMYK:
(59,0,31,15)
C59M0Y31K15 
(59%,0%,31%,15%)
(0.59/0.00/0.31/0.15)	

CMYK percentages

%58.99
%0
%31.34
%14.9

Codes

Color #59D995 in popluar color models

59D995
RGB89217149
HSL148°62.75%60.00%
HSB/HSV148°58.99%85.10%
CMYK58.99%0.00%31.34%
14.90%

Color #59D995 in popluar number systems.

HEX59D995
Decimal89217149
Binary10110011101100110010101
Octal131331225

Shades and tints

Shades of #59D995

#59D995
(89,217,149)
#51C688
(81,198,136)
#49B37B
(73,179,123)
#41A06E
(65,160,110)
#398D61
(57,141,97)
#317A54
(49,122,84)
#296747
(41,103,71)
#21543A
(33,84,58)
#19412D
(25,65,45)
#112E20
(17,46,32)
#091B13
(9,27,19)
#000000
(0,0,0)

Tints of #59D995

#59D995
(89,217,149)
#68DC9E
(104,220,158)
#77DFA7
(119,223,167)
#86E2B0
(134,226,176)
#95E5B9
(149,229,185)
#A4E8C2
(164,232,194)
#B3EBCB
(179,235,203)
#C2EED4
(194,238,212)
#D1F1DD
(209,241,221)
#E0F4E6
(224,244,230)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59D995 color. Also use rgb(89,217,149) instead hex code.

Text Font Color

.myTextColor { color: #59D995; }

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

This text font color is #59D995.


Background Color

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

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

This div background color is #59D995.


Border color

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

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

This div border color is #59D995.


Opacity

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

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

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

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

This text has shadow with #59D995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59D995 on black background.


Color preview on white background

This text has color #59D995 on white background.



Black color preview on #59D995 background

This text has black color on #59D995 background.


White color preview on #59D995 background

This text has white color on #59D995 background.