COLOR #89D495

HEX: #89D495 RGB: (137,212,149)

Color info

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

RGB color model

#89D495 color RGB value is (137,212,149).

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

RGB channels and saturation

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

137
212
149

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

Portions of RGB colors in percentages

R + G + B = 137 + 212 + 149 = 498 (100%)
R 137 of 498 ~ 27.51%
G 212 of 498 ~ 42.57%
B 149 of 498 ~ 29.92'%

%27.51
%42.57
%29.92

CMYK color model

#89D495 color CMYK value is (35,0,30,17).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 29.72%
  • key color value is 16.86%

CMYK: (35,0,30,17)
C35M0Y30K17 (35%, 0%, 30%, 17%)
(0.35 / 0.00 / 0.30 / 0.17)

CMYK percentages

%35.38
%0
%29.72
%16.86

Codes

Color #89D495 in popluar color models

89 D4 95
RGB 137 212 149
HSL 130° 46.58% 68.43%
HSB/HSV 130° 35.38% 83.14%
CMYK 35.38% 0.00% 29.72%
16.86%

Color #89D495 in popluar number systems.

HEX 89 D4 95
Decimal 137 212 149
Binary 10001001 11010100 10010101
Octal 211 324 225

Shades and tints

Shades of #89D495

#89D495
(137,212,149)
#7DC188
(125,193,136)
#71AE7B
(113,174,123)
#659B6E
(101,155,110)
#598861
(89,136,97)
#4D7554
(77,117,84)
#416247
(65,98,71)
#354F3A
(53,79,58)
#293C2D
(41,60,45)
#1D2920
(29,41,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #89D495

#89D495
(137,212,149)
#93D79E
(147,215,158)
#9DDAA7
(157,218,167)
#A7DDB0
(167,221,176)
#B1E0B9
(177,224,185)
#BBE3C2
(187,227,194)
#C5E6CB
(197,230,203)
#CFE9D4
(207,233,212)
#D9ECDD
(217,236,221)
#E3EFE6
(227,239,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D495; }

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

This text font color is #89D495.

Background Color

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

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

This div background color is #89D495.

Border color

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

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

This div border color is #89D495.

Opacity

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

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

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

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

This text has shadow with #89D495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89D495.

Preview

Color preview on black background

This text has color #89D495 on black background.


Color preview on white background

This text has color #89D495 on white background.


Black color preview on #89D495 background

This text has black color on #89D495 background.


White color preview on #89D495 background

This text has white color on #89D495 background.


Related colors

Complementary color

Complementary color for #hex is #762B6A.


I love getcolorcode.com

Triadic colors

1 #9589D4 and #D49589 with #89D495 are triadic colors.

2 #95D489 and #D48995 with #89D495 are triadic colors.