COLOR #89CC80

HEX: #89CC80
RGB: (137,204,128)

Color info

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

RGB color model

#89CC80 color RGB value is (137,204,128).

  • red value is 137;
  • green value is 204;
  • blue value is 128.
RGB:
(137,204,128)
(54%,80%,50%)

RGB channels and saturation

R 137 of 255 = 54%
G 204 of 255 = 80%
B 128 of 255 = 50%

137
204
128

R + G + B ~ 61%. #89CC80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 204 + 128 = 469 (100%)
R 137 of 469 ~ 29.21%
G 204 of 469 ~ 43.5%
B 128 of 469 ~ 27.29%

%29.21
%43.5
%27.29

CMYK color model

#89CC80 color CMYK value is (33,0,37,20).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(33,0,37,20)
C33M0Y37K20 
(33%,0%,37%,20%)
(0.33/0.00/0.37/0.20)	

CMYK percentages

%32.84
%0
%37.25
%20

Codes

Color #89CC80 in popluar color models

89CC80
RGB137204128
HSL113°42.70%65.10%
HSB/HSV113°37.25%80.00%
CMYK32.84%0.00%37.25%
20.00%

Color #89CC80 in popluar number systems.

HEX89CC80
Decimal137204128
Binary100010011100110010000000
Octal211314200

Shades and tints

Shades of #89CC80

#89CC80
(137,204,128)
#7DBA75
(125,186,117)
#71A86A
(113,168,106)
#65965F
(101,150,95)
#598454
(89,132,84)
#4D7249
(77,114,73)
#41603E
(65,96,62)
#354E33
(53,78,51)
#293C28
(41,60,40)
#1D2A1D
(29,42,29)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #89CC80

#89CC80
(137,204,128)
#93D08B
(147,208,139)
#9DD496
(157,212,150)
#A7D8A1
(167,216,161)
#B1DCAC
(177,220,172)
#BBE0B7
(187,224,183)
#C5E4C2
(197,228,194)
#CFE8CD
(207,232,205)
#D9ECD8
(217,236,216)
#E3F0E3
(227,240,227)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CC80 color. Also use rgb(137,204,128) instead hex code.

Text Font Color

.myTextColor { color: #89CC80; }

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

This text font color is #89CC80.


Background Color

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

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

This div background color is #89CC80.


Border color

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

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

This div border color is #89CC80.


Opacity

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

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

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

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

This text has shadow with #89CC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CC80 on black background.


Color preview on white background

This text has color #89CC80 on white background.



Black color preview on #89CC80 background

This text has black color on #89CC80 background.


White color preview on #89CC80 background

This text has white color on #89CC80 background.