COLOR #89FD97

HEX: #89FD97
RGB: (137,253,151)

Color info

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

RGB color model

#89FD97 color RGB value is (137,253,151).

  • red value is 137;
  • green value is 253;
  • blue value is 151.
RGB:
(137,253,151)
(54%,99%,59%)

RGB channels and saturation

R 137 of 255 = 54%
G 253 of 255 = 99%
B 151 of 255 = 59%

137
253
151

R + G + B ~ 71%. #89FD97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 253 + 151 = 541 (100%)
R 137 of 541 ~ 25.32%
G 253 of 541 ~ 46.77%
B 151 of 541 ~ 27.91%

%25.32
%46.77
%27.91

CMYK color model

#89FD97 color CMYK value is (46,0,40,1).

  • cyan value is 45.85%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 0.78%
CMYK:
(46,0,40,1)
C46M0Y40K1 
(46%,0%,40%,1%)
(0.46/0.00/0.40/0.01)	

CMYK percentages

%45.85
%0
%40.32
%0.78

Codes

Color #89FD97 in popluar color models

89FD97
RGB137253151
HSL127°96.67%76.47%
HSB/HSV127°45.85%99.22%
CMYK45.85%0.00%40.32%
0.78%

Color #89FD97 in popluar number systems.

HEX89FD97
Decimal137253151
Binary100010011111110110010111
Octal211375227

Shades and tints

Shades of #89FD97

#89FD97
(137,253,151)
#7DE68A
(125,230,138)
#71CF7D
(113,207,125)
#65B870
(101,184,112)
#59A163
(89,161,99)
#4D8A56
(77,138,86)
#417349
(65,115,73)
#355C3C
(53,92,60)
#29452F
(41,69,47)
#1D2E22
(29,46,34)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #89FD97

#89FD97
(137,253,151)
#93FDA0
(147,253,160)
#9DFDA9
(157,253,169)
#A7FDB2
(167,253,178)
#B1FDBB
(177,253,187)
#BBFDC4
(187,253,196)
#C5FDCD
(197,253,205)
#CFFDD6
(207,253,214)
#D9FDDF
(217,253,223)
#E3FDE8
(227,253,232)
#EDFDF1
(237,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89FD97 color. Also use rgb(137,253,151) instead hex code.

Text Font Color

.myTextColor { color: #89FD97; }

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

This text font color is #89FD97.


Background Color

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

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

This div background color is #89FD97.


Border color

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

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

This div border color is #89FD97.


Opacity

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

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

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

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

This text has shadow with #89FD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89FD97 on black background.


Color preview on white background

This text has color #89FD97 on white background.



Black color preview on #89FD97 background

This text has black color on #89FD97 background.


White color preview on #89FD97 background

This text has white color on #89FD97 background.