COLOR #89FF75

HEX: #89FF75
RGB: (137,255,117)

Color info

#89FF75 contains mainly green color. Web safe color of #89FF75 is #99FF66 (or #9F6).

RGB color model

#89FF75 color RGB value is (137,255,117).

  • red value is 137;
  • green value is 255;
  • blue value is 117.
RGB:
(137,255,117)
(54%,100%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 255 of 255 = 100%
B 117 of 255 = 46%

137
255
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 255 + 117 = 509 (100%)
R 137 of 509 ~ 26.92%
G 255 of 509 ~ 50.1%
B 117 of 509 ~ 22.99%

%26.92
%50.1
%22.99

CMYK color model

#89FF75 color CMYK value is (46,0,54,0).

  • cyan value is 46.27%
  • magenta value is 0.00%
  • yellow value is 54.12%
  • key color value is 0.00%
CMYK:
(46,0,54,0)
C46M0Y54K0 
(46%,0%,54%,0%)
(0.46/0.00/0.54/0.00)	

CMYK percentages

%46.27
%0
%54.12
%0

Codes

Color #89FF75 in popluar color models

89FF75
RGB137255117
HSL111°100.00%72.94%
HSB/HSV111°54.12%100.00%
CMYK46.27%0.00%54.12%
0.00%

Color #89FF75 in popluar number systems.

HEX89FF75
Decimal137255117
Binary10001001111111111110101
Octal211377165

Shades and tints

Shades of #89FF75

#89FF75
(137,255,117)
#7DE86B
(125,232,107)
#71D161
(113,209,97)
#65BA57
(101,186,87)
#59A34D
(89,163,77)
#4D8C43
(77,140,67)
#417539
(65,117,57)
#355E2F
(53,94,47)
#294725
(41,71,37)
#1D301B
(29,48,27)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #89FF75

#89FF75
(137,255,117)
#93FF81
(147,255,129)
#9DFF8D
(157,255,141)
#A7FF99
(167,255,153)
#B1FFA5
(177,255,165)
#BBFFB1
(187,255,177)
#C5FFBD
(197,255,189)
#CFFFC9
(207,255,201)
#D9FFD5
(217,255,213)
#E3FFE1
(227,255,225)
#EDFFED
(237,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89FF75 color. Also use rgb(137,255,117) instead hex code.

Text Font Color

.myTextColor { color: #89FF75; }

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

This text font color is #89FF75.


Background Color

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

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

This div background color is #89FF75.


Border color

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

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

This div border color is #89FF75.


Opacity

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

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

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

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

This text has shadow with #89FF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89FF75 on black background.


Color preview on white background

This text has color #89FF75 on white background.



Black color preview on #89FF75 background

This text has black color on #89FF75 background.


White color preview on #89FF75 background

This text has white color on #89FF75 background.