COLOR #89E88E

HEX: #89E88E
RGB: (137,232,142)

Color info

#89E88E contains mainly green color. Web safe color of #89E88E is #99FF99 (or #9F9).

RGB color model

#89E88E color RGB value is (137,232,142).

  • red value is 137;
  • green value is 232;
  • blue value is 142.
RGB:
(137,232,142)
(54%,91%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 232 of 255 = 91%
B 142 of 255 = 56%

137
232
142

R + G + B ~ 67%. #89E88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 232 + 142 = 511 (100%)
R 137 of 511 ~ 26.81%
G 232 of 511 ~ 45.4%
B 142 of 511 ~ 27.79%

%26.81
%45.4
%27.79

CMYK color model

#89E88E color CMYK value is (41,0,39,9).

  • cyan value is 40.95%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 9.02%
CMYK:
(41,0,39,9)
C41M0Y39K9 
(41%,0%,39%,9%)
(0.41/0.00/0.39/0.09)	

CMYK percentages

%40.95
%0
%38.79
%9.02

Codes

Color #89E88E in popluar color models

89E88E
RGB137232142
HSL123°67.38%72.35%
HSB/HSV123°40.95%90.98%
CMYK40.95%0.00%38.79%
9.02%

Color #89E88E in popluar number systems.

HEX89E88E
Decimal137232142
Binary100010011110100010001110
Octal211350216

Shades and tints

Shades of #89E88E

#89E88E
(137,232,142)
#7DD382
(125,211,130)
#71BE76
(113,190,118)
#65A96A
(101,169,106)
#59945E
(89,148,94)
#4D7F52
(77,127,82)
#416A46
(65,106,70)
#35553A
(53,85,58)
#29402E
(41,64,46)
#1D2B22
(29,43,34)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #89E88E

#89E88E
(137,232,142)
#93EA98
(147,234,152)
#9DECA2
(157,236,162)
#A7EEAC
(167,238,172)
#B1F0B6
(177,240,182)
#BBF2C0
(187,242,192)
#C5F4CA
(197,244,202)
#CFF6D4
(207,246,212)
#D9F8DE
(217,248,222)
#E3FAE8
(227,250,232)
#EDFCF2
(237,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E88E color. Also use rgb(137,232,142) instead hex code.

Text Font Color

.myTextColor { color: #89E88E; }

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

This text font color is #89E88E.


Background Color

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

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

This div background color is #89E88E.


Border color

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

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

This div border color is #89E88E.


Opacity

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

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

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

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

This text has shadow with #89E88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E88E on black background.


Color preview on white background

This text has color #89E88E on white background.



Black color preview on #89E88E background

This text has black color on #89E88E background.


White color preview on #89E88E background

This text has white color on #89E88E background.