COLOR #89F083

HEX: #89F083
RGB: (137,240,131)

Color info

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

RGB color model

#89F083 color RGB value is (137,240,131).

  • red value is 137;
  • green value is 240;
  • blue value is 131.
RGB:
(137,240,131)
(54%,94%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 240 of 255 = 94%
B 131 of 255 = 51%

137
240
131

R + G + B ~ 66%. #89F083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 240 + 131 = 508 (100%)
R 137 of 508 ~ 26.97%
G 240 of 508 ~ 47.24%
B 131 of 508 ~ 25.79%

%26.97
%47.24
%25.79

CMYK color model

#89F083 color CMYK value is (43,0,45,6).

  • cyan value is 42.92%
  • magenta value is 0.00%
  • yellow value is 45.42%
  • key color value is 5.88%
CMYK:
(43,0,45,6)
C43M0Y45K6 
(43%,0%,45%,6%)
(0.43/0.00/0.45/0.06)	

CMYK percentages

%42.92
%0
%45.42
%5.88

Codes

Color #89F083 in popluar color models

89F083
RGB137240131
HSL117°78.42%72.75%
HSB/HSV117°45.42%94.12%
CMYK42.92%0.00%45.42%
5.88%

Color #89F083 in popluar number systems.

HEX89F083
Decimal137240131
Binary100010011111000010000011
Octal211360203

Shades and tints

Shades of #89F083

#89F083
(137,240,131)
#7DDB78
(125,219,120)
#71C66D
(113,198,109)
#65B162
(101,177,98)
#599C57
(89,156,87)
#4D874C
(77,135,76)
#417241
(65,114,65)
#355D36
(53,93,54)
#29482B
(41,72,43)
#1D3320
(29,51,32)
#111E15
(17,30,21)
#000000
(0,0,0)

Tints of #89F083

#89F083
(137,240,131)
#93F18E
(147,241,142)
#9DF299
(157,242,153)
#A7F3A4
(167,243,164)
#B1F4AF
(177,244,175)
#BBF5BA
(187,245,186)
#C5F6C5
(197,246,197)
#CFF7D0
(207,247,208)
#D9F8DB
(217,248,219)
#E3F9E6
(227,249,230)
#EDFAF1
(237,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89F083 color. Also use rgb(137,240,131) instead hex code.

Text Font Color

.myTextColor { color: #89F083; }

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

This text font color is #89F083.


Background Color

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

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

This div background color is #89F083.


Border color

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

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

This div border color is #89F083.


Opacity

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

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

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

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

This text has shadow with #89F083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89F083 on black background.


Color preview on white background

This text has color #89F083 on white background.



Black color preview on #89F083 background

This text has black color on #89F083 background.


White color preview on #89F083 background

This text has white color on #89F083 background.