COLOR #89F59D

HEX: #89F59D RGB: (137,245,157)

Color info

#89F59D contains mainly green color. Web safe color of #89F59D is #99FF99 (or #9F9).

RGB color model

#89F59D color RGB value is (137,245,157).

RGB: (137,245,157) (54%, 96%, 62%)

RGB channels and saturation

R 137 of 255 = 54%
G 245 of 255 = 96%
B 157 of 255 = 62%

137
245
157

R + G + B ~ 71%. #89F59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 245 + 157 = 539 (100%)
R 137 of 539 ~ 25.42%
G 245 of 539 ~ 45.45%
B 157 of 539 ~ 29.13'%

%25.42
%45.45
%29.13

CMYK color model

#89F59D color CMYK value is (44,0,36,4).

  • cyan value is 44.08%
  • magenta value is 0.00%
  • yellow value is 35.92%
  • key color value is 3.92%
CMYK: (44,0,36,4) C44M0Y36K4 (44%,0%,36%,4%) (0.44/0.00/0.36/0.04) 

CMYK percentages

%44.08
%0
%35.92
%3.92

Codes

Color #89F59D in popluar color models

89 F5 9D
RGB 137 245 157
HSL 131° 84.38% 74.90%
HSB/HSV 131° 44.08% 96.08%
CMYK 44.08% 0.00% 35.92%
3.92%

Color #89F59D in popluar number systems.

HEX 89 F5 9D
Decimal 137 245 157
Binary 10001001 11110101 10011101
Octal 211 365 235

Shades and tints

Shades of #89F59D

#89F59D
(137,245,157)
#7DDF8F
(125,223,143)
#71C981
(113,201,129)
#65B373
(101,179,115)
#599D65
(89,157,101)
#4D8757
(77,135,87)
#417149
(65,113,73)
#355B3B
(53,91,59)
#29452D
(41,69,45)
#1D2F1F
(29,47,31)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #89F59D

#89F59D
(137,245,157)
#93F5A5
(147,245,165)
#9DF5AD
(157,245,173)
#A7F5B5
(167,245,181)
#B1F5BD
(177,245,189)
#BBF5C5
(187,245,197)
#C5F5CD
(197,245,205)
#CFF5D5
(207,245,213)
#D9F5DD
(217,245,221)
#E3F5E5
(227,245,229)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89F59D color. Also use rgb(137,245,157) instead hex code.

Text Font Color

.myTextColor { color: #89F59D; }

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

This text font color is #89F59D.

Background Color

.myBgColor { background-color: #89F59D; }

<div style="background-color:#89F59D">Inner text</div>

This div background color is #89F59D.

Border color

.myBorderColor { border: 1px solid #89F59D; }

<div style="border:3px solid #89F59D">Div</div>

This div border color is #89F59D.

Opacity

.myOpacity80 { color: #89F59D; opacity: 0.8; }

<p style="color:#89F59D;opacity:0.8;">80%</p>

Text with #89F59D 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 #89F59D;}

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

This text has shadow with #89F59D color.


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

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

This text has shadow with #89F59D primary color and red secondary color.


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

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

This text has shadow with #89F59D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89F59D.

Preview

Color preview on black background

This text has color #89F59D on black background.


Color preview on white background

This text has color #89F59D on white background.


Black color preview on #89F59D background

This text has black color on #89F59D background.


White color preview on #89F59D background

This text has white color on #89F59D background.


Related colors

Complementary color

Complementary color for #hex is #760A62.


I love getcolorcode.com

Triadic colors

1 #9D89F5 and #F59D89 with #89F59D are triadic colors.

2 #9DF589 and #F5899D with #89F59D are triadic colors.