COLOR #59FF9E

HEX: #59FF9E
RGB: (89,255,158)

Color info

#59FF9E contains mainly green color. Web safe color of #59FF9E is #66FF99 (or #6F9).

RGB color model

#59FF9E color RGB value is (89,255,158).

  • red value is 89;
  • green value is 255;
  • blue value is 158.
RGB:
(89,255,158)
(35%,100%,62%)

RGB channels and saturation

R 89 of 255 = 35%
G 255 of 255 = 100%
B 158 of 255 = 62%

89
255
158

R + G + B ~ 66%. #59FF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 255 + 158 = 502 (100%)
R 89 of 502 ~ 17.73%
G 255 of 502 ~ 50.8%
B 158 of 502 ~ 31.47%

%17.73
%50.8
%31.47

CMYK color model

#59FF9E color CMYK value is (65,0,38,0).

  • cyan value is 65.10%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 0.00%
CMYK:
(65,0,38,0)
C65M0Y38K0 
(65%,0%,38%,0%)
(0.65/0.00/0.38/0.00)	

CMYK percentages

%65.1
%0
%38.04
%0

Codes

Color #59FF9E in popluar color models

59FF9E
RGB89255158
HSL145°100.00%67.45%
HSB/HSV145°65.10%100.00%
CMYK65.10%0.00%38.04%
0.00%

Color #59FF9E in popluar number systems.

HEX59FF9E
Decimal89255158
Binary10110011111111110011110
Octal131377236

Shades and tints

Shades of #59FF9E

#59FF9E
(89,255,158)
#51E890
(81,232,144)
#49D182
(73,209,130)
#41BA74
(65,186,116)
#39A366
(57,163,102)
#318C58
(49,140,88)
#29754A
(41,117,74)
#215E3C
(33,94,60)
#19472E
(25,71,46)
#113020
(17,48,32)
#091912
(9,25,18)
#000000
(0,0,0)

Tints of #59FF9E

#59FF9E
(89,255,158)
#68FFA6
(104,255,166)
#77FFAE
(119,255,174)
#86FFB6
(134,255,182)
#95FFBE
(149,255,190)
#A4FFC6
(164,255,198)
#B3FFCE
(179,255,206)
#C2FFD6
(194,255,214)
#D1FFDE
(209,255,222)
#E0FFE6
(224,255,230)
#EFFFEE
(239,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59FF9E color. Also use rgb(89,255,158) instead hex code.

Text Font Color

.myTextColor { color: #59FF9E; }

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

This text font color is #59FF9E.


Background Color

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

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

This div background color is #59FF9E.


Border color

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

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

This div border color is #59FF9E.


Opacity

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

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

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

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

This text has shadow with #59FF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59FF9E on black background.


Color preview on white background

This text has color #59FF9E on white background.



Black color preview on #59FF9E background

This text has black color on #59FF9E background.


White color preview on #59FF9E background

This text has white color on #59FF9E background.