COLOR #59ED72

HEX: #59ED72 RGB: (89,237,114)

Color info

#59ED72 contains mainly green color. Web safe color of #59ED72 is #66FF66 (or #6F6).

RGB color model

#59ED72 color RGB value is (89,237,114).

RGB: (89,237,114) (35%, 93%, 45%)

RGB channels and saturation

R 89 of 255 = 35%
G 237 of 255 = 93%
B 114 of 255 = 45%

89
237
114

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

Portions of RGB colors in percentages

R + G + B = 89 + 237 + 114 = 440 (100%)
R 89 of 440 ~ 20.23%
G 237 of 440 ~ 53.86%
B 114 of 440 ~ 25.91'%

%20.23
%53.86
%25.91

CMYK color model

#59ED72 color CMYK value is (62,0,52,7).

  • cyan value is 62.45%
  • magenta value is 0.00%
  • yellow value is 51.90%
  • key color value is 7.06%

CMYK: (62,0,52,7)
C62M0Y52K7 (62%, 0%, 52%, 7%)
(0.62 / 0.00 / 0.52 / 0.07)

CMYK percentages

%62.45
%0
%51.9
%7.06

Codes

Color #59ED72 in popluar color models

59 ED 72
RGB 89 237 114
HSL 130° 80.43% 63.92%
HSB/HSV 130° 62.45% 92.94%
CMYK 62.45% 0.00% 51.90%
7.06%

Color #59ED72 in popluar number systems.

HEX 59 ED 72
Decimal 89 237 114
Binary 1011001 11101101 1110010
Octal 131 355 162

Shades and tints

Shades of #59ED72

#59ED72
(89,237,114)
#51D868
(81,216,104)
#49C35E
(73,195,94)
#41AE54
(65,174,84)
#39994A
(57,153,74)
#318440
(49,132,64)
#296F36
(41,111,54)
#215A2C
(33,90,44)
#194522
(25,69,34)
#113018
(17,48,24)
#091B0E
(9,27,14)
#000000
(0,0,0)

Tints of #59ED72

#59ED72
(89,237,114)
#68EE7E
(104,238,126)
#77EF8A
(119,239,138)
#86F096
(134,240,150)
#95F1A2
(149,241,162)
#A4F2AE
(164,242,174)
#B3F3BA
(179,243,186)
#C2F4C6
(194,244,198)
#D1F5D2
(209,245,210)
#E0F6DE
(224,246,222)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59ED72 color. Also use rgb(89,237,114) instead hex code.

Text Font Color

.myTextColor { color: #59ED72; }

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

This text font color is #59ED72.

Background Color

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

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

This div background color is #59ED72.

Border color

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

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

This div border color is #59ED72.

Opacity

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

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

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

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

This text has shadow with #59ED72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59ED72.

Preview

Color preview on black background

This text has color #59ED72 on black background.


Color preview on white background

This text has color #59ED72 on white background.


Black color preview on #59ED72 background

This text has black color on #59ED72 background.


White color preview on #59ED72 background

This text has white color on #59ED72 background.


Related colors

Complementary color

Complementary color for #hex is #A6128D.


I love getcolorcode.com

Triadic colors

1 #7259ED and #ED7259 with #59ED72 are triadic colors.

2 #72ED59 and #ED5972 with #59ED72 are triadic colors.