COLOR #89C353

HEX: #89C353
RGB: (137,195,83)

Color info

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

RGB color model

#89C353 color RGB value is (137,195,83).

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

RGB channels and saturation

R 137 of 255 = 54%
G 195 of 255 = 76%
B 83 of 255 = 33%

137
195
83

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

Portions of RGB colors in percentages

R + G + B =
137 + 195 + 83 = 415 (100%)
R 137 of 415 ~ 33.01%
G 195 of 415 ~ 46.99%
B 83 of 415 ~ 20%

%33.01
%46.99
%20

CMYK color model

#89C353 color CMYK value is (30,0,57,24).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 57.44%
  • key color value is 23.53%
CMYK:
(30,0,57,24)
C30M0Y57K24 
(30%,0%,57%,24%)
(0.30/0.00/0.57/0.24)	

CMYK percentages

%29.74
%0
%57.44
%23.53

Codes

Color #89C353 in popluar color models

89C353
RGB13719583
HSL91°48.28%54.51%
HSB/HSV91°57.44%76.47%
CMYK29.74%0.00%57.44%
23.53%

Color #89C353 in popluar number systems.

HEX89C353
Decimal13719583
Binary10001001110000111010011
Octal211303123

Shades and tints

Shades of #89C353

#89C353
(137,195,83)
#7DB24C
(125,178,76)
#71A145
(113,161,69)
#65903E
(101,144,62)
#597F37
(89,127,55)
#4D6E30
(77,110,48)
#415D29
(65,93,41)
#354C22
(53,76,34)
#293B1B
(41,59,27)
#1D2A14
(29,42,20)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #89C353

#89C353
(137,195,83)
#93C862
(147,200,98)
#9DCD71
(157,205,113)
#A7D280
(167,210,128)
#B1D78F
(177,215,143)
#BBDC9E
(187,220,158)
#C5E1AD
(197,225,173)
#CFE6BC
(207,230,188)
#D9EBCB
(217,235,203)
#E3F0DA
(227,240,218)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C353; }

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

This text font color is #89C353.


Background Color

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

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

This div background color is #89C353.


Border color

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

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

This div border color is #89C353.


Opacity

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

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

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

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

This text has shadow with #89C353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C353 on black background.


Color preview on white background

This text has color #89C353 on white background.



Black color preview on #89C353 background

This text has black color on #89C353 background.


White color preview on #89C353 background

This text has white color on #89C353 background.