COLOR #89C75C

HEX: #89C75C
RGB: (137,199,92)

Color info

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

RGB color model

#89C75C color RGB value is (137,199,92).

  • red value is 137;
  • green value is 199;
  • blue value is 92.
RGB:
(137,199,92)
(54%,78%,36%)

RGB channels and saturation

R 137 of 255 = 54%
G 199 of 255 = 78%
B 92 of 255 = 36%

137
199
92

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

Portions of RGB colors in percentages

R + G + B =
137 + 199 + 92 = 428 (100%)
R 137 of 428 ~ 32.01%
G 199 of 428 ~ 46.5%
B 92 of 428 ~ 21.5%

%32.01
%46.5
%21.5

CMYK color model

#89C75C color CMYK value is (31,0,54,22).

  • cyan value is 31.16%
  • magenta value is 0.00%
  • yellow value is 53.77%
  • key color value is 21.96%
CMYK:
(31,0,54,22)
C31M0Y54K22 
(31%,0%,54%,22%)
(0.31/0.00/0.54/0.22)	

CMYK percentages

%31.16
%0
%53.77
%21.96

Codes

Color #89C75C in popluar color models

89C75C
RGB13719992
HSL95°48.86%57.06%
HSB/HSV95°53.77%78.04%
CMYK31.16%0.00%53.77%
21.96%

Color #89C75C in popluar number systems.

HEX89C75C
Decimal13719992
Binary10001001110001111011100
Octal211307134

Shades and tints

Shades of #89C75C

#89C75C
(137,199,92)
#7DB554
(125,181,84)
#71A34C
(113,163,76)
#659144
(101,145,68)
#597F3C
(89,127,60)
#4D6D34
(77,109,52)
#415B2C
(65,91,44)
#354924
(53,73,36)
#29371C
(41,55,28)
#1D2514
(29,37,20)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #89C75C

#89C75C
(137,199,92)
#93CC6A
(147,204,106)
#9DD178
(157,209,120)
#A7D686
(167,214,134)
#B1DB94
(177,219,148)
#BBE0A2
(187,224,162)
#C5E5B0
(197,229,176)
#CFEABE
(207,234,190)
#D9EFCC
(217,239,204)
#E3F4DA
(227,244,218)
#EDF9E8
(237,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C75C color. Also use rgb(137,199,92) instead hex code.

Text Font Color

.myTextColor { color: #89C75C; }

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

This text font color is #89C75C.


Background Color

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

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

This div background color is #89C75C.


Border color

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

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

This div border color is #89C75C.


Opacity

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

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

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

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

This text has shadow with #89C75C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C75C on black background.


Color preview on white background

This text has color #89C75C on white background.



Black color preview on #89C75C background

This text has black color on #89C75C background.


White color preview on #89C75C background

This text has white color on #89C75C background.