COLOR #89C25F

HEX: #89C25F
RGB: (137,194,95)

Color info

#89C25F contains mainly red and green colors. Web safe color of #89C25F is #99CC66 (or #9C6).

RGB color model

#89C25F color RGB value is (137,194,95).

  • red value is 137;
  • green value is 194;
  • blue value is 95.
RGB:
(137,194,95)
(54%,76%,37%)

RGB channels and saturation

R 137 of 255 = 54%
G 194 of 255 = 76%
B 95 of 255 = 37%

137
194
95

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

Portions of RGB colors in percentages

R + G + B =
137 + 194 + 95 = 426 (100%)
R 137 of 426 ~ 32.16%
G 194 of 426 ~ 45.54%
B 95 of 426 ~ 22.3%

%32.16
%45.54
%22.3

CMYK color model

#89C25F color CMYK value is (29,0,51,24).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 51.03%
  • key color value is 23.92%
CMYK:
(29,0,51,24)
C29M0Y51K24 
(29%,0%,51%,24%)
(0.29/0.00/0.51/0.24)	

CMYK percentages

%29.38
%0
%51.03
%23.92

Codes

Color #89C25F in popluar color models

89C25F
RGB13719495
HSL95°44.80%56.67%
HSB/HSV95°51.03%76.08%
CMYK29.38%0.00%51.03%
23.92%

Color #89C25F in popluar number systems.

HEX89C25F
Decimal13719495
Binary10001001110000101011111
Octal211302137

Shades and tints

Shades of #89C25F

#89C25F
(137,194,95)
#7DB157
(125,177,87)
#71A04F
(113,160,79)
#658F47
(101,143,71)
#597E3F
(89,126,63)
#4D6D37
(77,109,55)
#415C2F
(65,92,47)
#354B27
(53,75,39)
#293A1F
(41,58,31)
#1D2917
(29,41,23)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #89C25F

#89C25F
(137,194,95)
#93C76D
(147,199,109)
#9DCC7B
(157,204,123)
#A7D189
(167,209,137)
#B1D697
(177,214,151)
#BBDBA5
(187,219,165)
#C5E0B3
(197,224,179)
#CFE5C1
(207,229,193)
#D9EACF
(217,234,207)
#E3EFDD
(227,239,221)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C25F color. Also use rgb(137,194,95) instead hex code.

Text Font Color

.myTextColor { color: #89C25F; }

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

This text font color is #89C25F.


Background Color

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

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

This div background color is #89C25F.


Border color

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

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

This div border color is #89C25F.


Opacity

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

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

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

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

This text has shadow with #89C25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C25F on black background.


Color preview on white background

This text has color #89C25F on white background.



Black color preview on #89C25F background

This text has black color on #89C25F background.


White color preview on #89C25F background

This text has white color on #89C25F background.