COLOR #89CF84

HEX: #89CF84
RGB: (137,207,132)

Color info

#89CF84 contains mainly green color. Web safe color of #89CF84 is #99CC99 (or #9C9).

RGB color model

#89CF84 color RGB value is (137,207,132).

  • red value is 137;
  • green value is 207;
  • blue value is 132.
RGB:
(137,207,132)
(54%,81%,52%)

RGB channels and saturation

R 137 of 255 = 54%
G 207 of 255 = 81%
B 132 of 255 = 52%

137
207
132

R + G + B ~ 62%. #89CF84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 207 + 132 = 476 (100%)
R 137 of 476 ~ 28.78%
G 207 of 476 ~ 43.49%
B 132 of 476 ~ 27.73%

%28.78
%43.49
%27.73

CMYK color model

#89CF84 color CMYK value is (34,0,36,19).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 36.23%
  • key color value is 18.82%
CMYK:
(34,0,36,19)
C34M0Y36K19 
(34%,0%,36%,19%)
(0.34/0.00/0.36/0.19)	

CMYK percentages

%33.82
%0
%36.23
%18.82

Codes

Color #89CF84 in popluar color models

89CF84
RGB137207132
HSL116°43.86%66.47%
HSB/HSV116°36.23%81.18%
CMYK33.82%0.00%36.23%
18.82%

Color #89CF84 in popluar number systems.

HEX89CF84
Decimal137207132
Binary100010011100111110000100
Octal211317204

Shades and tints

Shades of #89CF84

#89CF84
(137,207,132)
#7DBD78
(125,189,120)
#71AB6C
(113,171,108)
#659960
(101,153,96)
#598754
(89,135,84)
#4D7548
(77,117,72)
#41633C
(65,99,60)
#355130
(53,81,48)
#293F24
(41,63,36)
#1D2D18
(29,45,24)
#111B0C
(17,27,12)
#000000
(0,0,0)

Tints of #89CF84

#89CF84
(137,207,132)
#93D38F
(147,211,143)
#9DD79A
(157,215,154)
#A7DBA5
(167,219,165)
#B1DFB0
(177,223,176)
#BBE3BB
(187,227,187)
#C5E7C6
(197,231,198)
#CFEBD1
(207,235,209)
#D9EFDC
(217,239,220)
#E3F3E7
(227,243,231)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CF84 color. Also use rgb(137,207,132) instead hex code.

Text Font Color

.myTextColor { color: #89CF84; }

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

This text font color is #89CF84.


Background Color

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

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

This div background color is #89CF84.


Border color

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

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

This div border color is #89CF84.


Opacity

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

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

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

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

This text has shadow with #89CF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CF84 on black background.


Color preview on white background

This text has color #89CF84 on white background.



Black color preview on #89CF84 background

This text has black color on #89CF84 background.


White color preview on #89CF84 background

This text has white color on #89CF84 background.