COLOR #89D660

HEX: #89D660
RGB: (137,214,96)

Color info

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

RGB color model

#89D660 color RGB value is (137,214,96).

  • red value is 137;
  • green value is 214;
  • blue value is 96.
RGB:
(137,214,96)
(54%,84%,38%)

RGB channels and saturation

R 137 of 255 = 54%
G 214 of 255 = 84%
B 96 of 255 = 38%

137
214
96

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

Portions of RGB colors in percentages

R + G + B =
137 + 214 + 96 = 447 (100%)
R 137 of 447 ~ 30.65%
G 214 of 447 ~ 47.87%
B 96 of 447 ~ 21.48%

%30.65
%47.87
%21.48

CMYK color model

#89D660 color CMYK value is (36,0,55,16).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 55.14%
  • key color value is 16.08%
CMYK:
(36,0,55,16)
C36M0Y55K16 
(36%,0%,55%,16%)
(0.36/0.00/0.55/0.16)	

CMYK percentages

%35.98
%0
%55.14
%16.08

Codes

Color #89D660 in popluar color models

89D660
RGB13721496
HSL99°59.00%60.78%
HSB/HSV99°55.14%83.92%
CMYK35.98%0.00%55.14%
16.08%

Color #89D660 in popluar number systems.

HEX89D660
Decimal13721496
Binary10001001110101101100000
Octal211326140

Shades and tints

Shades of #89D660

#89D660
(137,214,96)
#7DC358
(125,195,88)
#71B050
(113,176,80)
#659D48
(101,157,72)
#598A40
(89,138,64)
#4D7738
(77,119,56)
#416430
(65,100,48)
#355128
(53,81,40)
#293E20
(41,62,32)
#1D2B18
(29,43,24)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #89D660

#89D660
(137,214,96)
#93D96E
(147,217,110)
#9DDC7C
(157,220,124)
#A7DF8A
(167,223,138)
#B1E298
(177,226,152)
#BBE5A6
(187,229,166)
#C5E8B4
(197,232,180)
#CFEBC2
(207,235,194)
#D9EED0
(217,238,208)
#E3F1DE
(227,241,222)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D660 color. Also use rgb(137,214,96) instead hex code.

Text Font Color

.myTextColor { color: #89D660; }

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

This text font color is #89D660.


Background Color

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

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

This div background color is #89D660.


Border color

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

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

This div border color is #89D660.


Opacity

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

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

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

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

This text has shadow with #89D660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D660 on black background.


Color preview on white background

This text has color #89D660 on white background.



Black color preview on #89D660 background

This text has black color on #89D660 background.


White color preview on #89D660 background

This text has white color on #89D660 background.