COLOR #59E485

HEX: #59E485
RGB: (89,228,133)

Color info

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

RGB color model

#59E485 color RGB value is (89,228,133).

  • red value is 89;
  • green value is 228;
  • blue value is 133.
RGB:
(89,228,133)
(35%,89%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 228 of 255 = 89%
B 133 of 255 = 52%

89
228
133

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

Portions of RGB colors in percentages

R + G + B =
89 + 228 + 133 = 450 (100%)
R 89 of 450 ~ 19.78%
G 228 of 450 ~ 50.67%
B 133 of 450 ~ 29.56%

%19.78
%50.67
%29.56

CMYK color model

#59E485 color CMYK value is (61,0,42,11).

  • cyan value is 60.96%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 10.59%
CMYK:
(61,0,42,11)
C61M0Y42K11 
(61%,0%,42%,11%)
(0.61/0.00/0.42/0.11)	

CMYK percentages

%60.96
%0
%41.67
%10.59

Codes

Color #59E485 in popluar color models

59E485
RGB89228133
HSL139°72.02%62.16%
HSB/HSV139°60.96%89.41%
CMYK60.96%0.00%41.67%
10.59%

Color #59E485 in popluar number systems.

HEX59E485
Decimal89228133
Binary10110011110010010000101
Octal131344205

Shades and tints

Shades of #59E485

#59E485
(89,228,133)
#51D079
(81,208,121)
#49BC6D
(73,188,109)
#41A861
(65,168,97)
#399455
(57,148,85)
#318049
(49,128,73)
#296C3D
(41,108,61)
#215831
(33,88,49)
#194425
(25,68,37)
#113019
(17,48,25)
#091C0D
(9,28,13)
#000000
(0,0,0)

Tints of #59E485

#59E485
(89,228,133)
#68E690
(104,230,144)
#77E89B
(119,232,155)
#86EAA6
(134,234,166)
#95ECB1
(149,236,177)
#A4EEBC
(164,238,188)
#B3F0C7
(179,240,199)
#C2F2D2
(194,242,210)
#D1F4DD
(209,244,221)
#E0F6E8
(224,246,232)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59E485 color. Also use rgb(89,228,133) instead hex code.

Text Font Color

.myTextColor { color: #59E485; }

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

This text font color is #59E485.


Background Color

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

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

This div background color is #59E485.


Border color

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

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

This div border color is #59E485.


Opacity

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

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

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

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

This text has shadow with #59E485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59E485 on black background.


Color preview on white background

This text has color #59E485 on white background.



Black color preview on #59E485 background

This text has black color on #59E485 background.


White color preview on #59E485 background

This text has white color on #59E485 background.