COLOR #89C875

HEX: #89C875
RGB: (137,200,117)

Color info

#89C875 contains mainly green color. Web safe color of #89C875 is #99CC66 (or #9C6).

RGB color model

#89C875 color RGB value is (137,200,117).

  • red value is 137;
  • green value is 200;
  • blue value is 117.
RGB:
(137,200,117)
(54%,78%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 200 of 255 = 78%
B 117 of 255 = 46%

137
200
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 200 + 117 = 454 (100%)
R 137 of 454 ~ 30.18%
G 200 of 454 ~ 44.05%
B 117 of 454 ~ 25.77%

%30.18
%44.05
%25.77

CMYK color model

#89C875 color CMYK value is (32,0,42,22).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 41.50%
  • key color value is 21.57%
CMYK:
(32,0,42,22)
C32M0Y42K22 
(32%,0%,42%,22%)
(0.32/0.00/0.42/0.22)	

CMYK percentages

%31.5
%0
%41.5
%21.57

Codes

Color #89C875 in popluar color models

89C875
RGB137200117
HSL106°43.01%62.16%
HSB/HSV106°41.50%78.43%
CMYK31.50%0.00%41.50%
21.57%

Color #89C875 in popluar number systems.

HEX89C875
Decimal137200117
Binary10001001110010001110101
Octal211310165

Shades and tints

Shades of #89C875

#89C875
(137,200,117)
#7DB66B
(125,182,107)
#71A461
(113,164,97)
#659257
(101,146,87)
#59804D
(89,128,77)
#4D6E43
(77,110,67)
#415C39
(65,92,57)
#354A2F
(53,74,47)
#293825
(41,56,37)
#1D261B
(29,38,27)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #89C875

#89C875
(137,200,117)
#93CD81
(147,205,129)
#9DD28D
(157,210,141)
#A7D799
(167,215,153)
#B1DCA5
(177,220,165)
#BBE1B1
(187,225,177)
#C5E6BD
(197,230,189)
#CFEBC9
(207,235,201)
#D9F0D5
(217,240,213)
#E3F5E1
(227,245,225)
#EDFAED
(237,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C875 color. Also use rgb(137,200,117) instead hex code.

Text Font Color

.myTextColor { color: #89C875; }

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

This text font color is #89C875.


Background Color

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

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

This div background color is #89C875.


Border color

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

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

This div border color is #89C875.


Opacity

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

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

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

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

This text has shadow with #89C875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C875 on black background.


Color preview on white background

This text has color #89C875 on white background.



Black color preview on #89C875 background

This text has black color on #89C875 background.


White color preview on #89C875 background

This text has white color on #89C875 background.