COLOR #89D395

HEX: #89D395 RGB: (137,211,149)

Color info

#89D395 contains mainly green color. Web safe color of #89D395 is #99CC99 (or #9C9).

RGB color model

#89D395 color RGB value is (137,211,149).

RGB: (137,211,149) (54%, 83%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 211 of 255 = 83%
B 149 of 255 = 58%

137
211
149

R + G + B ~ 65%. #89D395 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 211 + 149 = 497 (100%)
R 137 of 497 ~ 27.57%
G 211 of 497 ~ 42.45%
B 149 of 497 ~ 29.98'%

%27.57
%42.45
%29.98

CMYK color model

#89D395 color CMYK value is (35,0,29,17).

  • cyan value is 35.07%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 17.25%

CMYK: (35,0,29,17)
C35M0Y29K17 (35%, 0%, 29%, 17%)
(0.35 / 0.00 / 0.29 / 0.17)

CMYK percentages

%35.07
%0
%29.38
%17.25

Codes

Color #89D395 in popluar color models

89 D3 95
RGB 137 211 149
HSL 130° 45.68% 68.24%
HSB/HSV 130° 35.07% 82.75%
CMYK 35.07% 0.00% 29.38%
17.25%

Color #89D395 in popluar number systems.

HEX 89 D3 95
Decimal 137 211 149
Binary 10001001 11010011 10010101
Octal 211 323 225

Shades and tints

Shades of #89D395

#89D395
(137,211,149)
#7DC088
(125,192,136)
#71AD7B
(113,173,123)
#659A6E
(101,154,110)
#598761
(89,135,97)
#4D7454
(77,116,84)
#416147
(65,97,71)
#354E3A
(53,78,58)
#293B2D
(41,59,45)
#1D2820
(29,40,32)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #89D395

#89D395
(137,211,149)
#93D79E
(147,215,158)
#9DDBA7
(157,219,167)
#A7DFB0
(167,223,176)
#B1E3B9
(177,227,185)
#BBE7C2
(187,231,194)
#C5EBCB
(197,235,203)
#CFEFD4
(207,239,212)
#D9F3DD
(217,243,221)
#E3F7E6
(227,247,230)
#EDFBEF
(237,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D395 color. Also use rgb(137,211,149) instead hex code.

Text Font Color

.myTextColor { color: #89D395; }

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

This text font color is #89D395.

Background Color

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

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

This div background color is #89D395.

Border color

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

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

This div border color is #89D395.

Opacity

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

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

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

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

This text has shadow with #89D395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89D395.

Preview

Color preview on black background

This text has color #89D395 on black background.


Color preview on white background

This text has color #89D395 on white background.


Black color preview on #89D395 background

This text has black color on #89D395 background.


White color preview on #89D395 background

This text has white color on #89D395 background.


Related colors

Complementary color

Complementary color for #hex is #762C6A.


I love getcolorcode.com

Triadic colors

1 #9589D3 and #D39589 with #89D395 are triadic colors.

2 #95D389 and #D38995 with #89D395 are triadic colors.