COLOR #89D382

HEX: #89D382
RGB: (137,211,130)

Renk bilgisi

#89D382 contains mainly green color. #89D382 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#89D382 color RGB value is (137,211,130).

  • kırmız ton 137;
  • yeşil ton 211;
  • mavi ton 130.
RGB:
(137,211,130)
(54%,83%,51%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 211 of 255 = 83%
B 130 of 255 = 51%

137
211
130

R + G + B ~ 63%. #89D382 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 211 + 130 = 478 (100%)
R 137 of 478 ~ 28.66%
G 211 of 478 ~ 44.14%
B 130 of 478 ~ 27.2%

%28.66
%44.14
%27.2

CMYK RENK MODELİ

#89D382 rengi CMYK tonu (35,0,38,17).

  • camgöbeği tonu 35.07%
  • eflatun tonu 0.00%
  • sarı tonu 38.39%
  • ana renk tonu 17.25%
CMYK:
(35,0,38,17)
C35M0Y38K17 
(35%,0%,38%,17%)
(0.35/0.00/0.38/0.17)	

CMYK yüzdeleri

%35.07
%0
%38.39
%17.25

Codes

Color #89D382 in popluar color models

89D382
RGB137211130
HSL115°47.93%66.86%
HSB/HSV115°38.39%82.75%
CMYK35.07%0.00%38.39%
17.25%

Color #89D382 in popluar number systems.

HEX89D382
Decimal137211130
Binary100010011101001110000010
Octal211323202

Shades and tints

Shades of #89D382

#89D382
(137,211,130)
#7DC077
(125,192,119)
#71AD6C
(113,173,108)
#659A61
(101,154,97)
#598756
(89,135,86)
#4D744B
(77,116,75)
#416140
(65,97,64)
#354E35
(53,78,53)
#293B2A
(41,59,42)
#1D281F
(29,40,31)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #89D382

#89D382
(137,211,130)
#93D78D
(147,215,141)
#9DDB98
(157,219,152)
#A7DFA3
(167,223,163)
#B1E3AE
(177,227,174)
#BBE7B9
(187,231,185)
#C5EBC4
(197,235,196)
#CFEFCF
(207,239,207)
#D9F3DA
(217,243,218)
#E3F7E5
(227,247,229)
#EDFBF0
(237,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D382 color. Also use rgb(137,211,130) instead hex code.

Text Font Color

.myTextColor { color: #89D382; }

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

This text font color is #89D382.


Background Color

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

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

This div background color is #89D382.


Border color

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

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

This div border color is #89D382.


Opacity

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

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

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

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

This text has shadow with #89D382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D382 on black background.


Color preview on white background

This text has color #89D382 on white background.



Black color preview on #89D382 background

This text has black color on #89D382 background.


White color preview on #89D382 background

This text has white color on #89D382 background.