COLOR #89C381

HEX: #89C381
RGB: (137,195,129)

Color info

#89C381 contains mainly red and green colors. Web safe color of #89C381 is #99CC99 (or #9C9).

RGB color model

#89C381 color RGB value is (137,195,129).

  • red value is 137;
  • green value is 195;
  • blue value is 129.
RGB: (137,195,129) (54%,76%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 195 of 255 = 76%
B 129 of 255 = 51%

137
195
129

R + G + B ~ 60%. #89C381 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 195 + 129 = 461 (100%)
R 137 of 461 ~ 29.72%
G 195 of 461 ~ 42.3%
B 129 of 461 ~ 27.98%

%29.72
%42.3
%27.98

CMYK color model

#89C381 color CMYK value is (30,0,34,24).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 23.53%
CMYK: (30,0,34,24) C30M0Y34K24 (30%,0%,34%,24%) (0.30/0.00/0.34/0.24)

CMYK percentages

%29.74
%0
%33.85
%23.53

Codes

Color #89C381 in popluar color models

89C381
RGB137195129
HSL113°35.48%63.53%
HSB/HSV113°33.85%76.47%
CMYK29.74%0.00%33.85%
23.53%

Color #89C381 in popluar number systems.

HEX89C381
Decimal137195129
Binary100010011100001110000001
Octal211303201

Shades and tints

Shades of #89C381

#89C381
(137,195,129)
#7DB276
(125,178,118)
#71A16B
(113,161,107)
#659060
(101,144,96)
#597F55
(89,127,85)
#4D6E4A
(77,110,74)
#415D3F
(65,93,63)
#354C34
(53,76,52)
#293B29
(41,59,41)
#1D2A1E
(29,42,30)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #89C381

#89C381
(137,195,129)
#93C88C
(147,200,140)
#9DCD97
(157,205,151)
#A7D2A2
(167,210,162)
#B1D7AD
(177,215,173)
#BBDCB8
(187,220,184)
#C5E1C3
(197,225,195)
#CFE6CE
(207,230,206)
#D9EBD9
(217,235,217)
#E3F0E4
(227,240,228)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C381 color. Also use rgb(137,195,129) instead hex code.

Text Font Color

.myTextColor { color: #89C381; }

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

This text font color is #89C381.


Background Color

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

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

This div background color is #89C381.


Border color

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

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

This div border color is #89C381.


Opacity

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

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

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

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

This text has shadow with #89C381 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #89C381; -webkit-box-shadow:	1px 1px 3px 2px #89C381; box-shadow:	1px 1px 3px 2px #89C381; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #89C381; -webkit-box-shadow: 1px 1px 3px 2px #89C381; box-shadow:1px 1px 3px 2px #89C381;">
Div content here</div>
This div box has shadow with color #89C381.

Preview

Color preview on black background

This text has color #89C381 on black background.


Color preview on white background

This text has color #89C381 on white background.



Black color preview on #89C381 background

This text has black color on #89C381 background.


White color preview on #89C381 background

This text has white color on #89C381 background.