COLOR #80DE89

HEX: #80DE89
RGB: (128,222,137)

Renk bilgisi

#80DE89 contains mainly green color. #80DE89 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#80DE89 color RGB value is (128,222,137).

  • kırmız ton 128;
  • yeşil ton 222;
  • mavi ton 137.
RGB:
(128,222,137)
(50%,87%,54%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 222 of 255 = 87%
B 137 of 255 = 54%

128
222
137

R + G + B ~ 64%. #80DE89 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 222 + 137 = 487 (100%)
R 128 of 487 ~ 26.28%
G 222 of 487 ~ 45.59%
B 137 of 487 ~ 28.13%

%26.28
%45.59
%28.13

CMYK RENK MODELİ

#80DE89 rengi CMYK tonu (42,0,38,13).

  • camgöbeği tonu 42.34%
  • eflatun tonu 0.00%
  • sarı tonu 38.29%
  • ana renk tonu 12.94%
CMYK:
(42,0,38,13)
C42M0Y38K13 
(42%,0%,38%,13%)
(0.42/0.00/0.38/0.13)	

CMYK yüzdeleri

%42.34
%0
%38.29
%12.94

Codes

Color #80DE89 in popluar color models

80DE89
RGB128222137
HSL126°58.75%68.63%
HSB/HSV126°42.34%87.06%
CMYK42.34%0.00%38.29%
12.94%

Color #80DE89 in popluar number systems.

HEX80DE89
Decimal128222137
Binary100000001101111010001001
Octal200336211

Shades and tints

Shades of #80DE89

#80DE89
(128,222,137)
#75CA7D
(117,202,125)
#6AB671
(106,182,113)
#5FA265
(95,162,101)
#548E59
(84,142,89)
#497A4D
(73,122,77)
#3E6641
(62,102,65)
#335235
(51,82,53)
#283E29
(40,62,41)
#1D2A1D
(29,42,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #80DE89

#80DE89
(128,222,137)
#8BE193
(139,225,147)
#96E49D
(150,228,157)
#A1E7A7
(161,231,167)
#ACEAB1
(172,234,177)
#B7EDBB
(183,237,187)
#C2F0C5
(194,240,197)
#CDF3CF
(205,243,207)
#D8F6D9
(216,246,217)
#E3F9E3
(227,249,227)
#EEFCED
(238,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DE89 color. Also use rgb(128,222,137) instead hex code.

Text Font Color

.myTextColor { color: #80DE89; }

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

This text font color is #80DE89.


Background Color

.myBgColor { background-color: #80DE89; }

<div style="background-color:#80DE89">Inner text</div>

This div background color is #80DE89.


Border color

.myBorderColor { border: 1px solid #80DE89; }

<div style="border:3px solid #80DE89">Div</div>

This div border color is #80DE89.


Opacity

.myOpacity80 { color: #80DE89; opacity: 0.8; }

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

Text with #80DE89 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 #80DE89;}

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

This text has shadow with #80DE89 color.

.textShadow {text-shadow: 3px 3px 1px #80DE89, 3px 3px 1px red;}

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

This text has shadow with #80DE89 primary color and red secondary color.


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

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

This text has shadow with #80DE89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DE89 on black background.


Color preview on white background

This text has color #80DE89 on white background.



Black color preview on #80DE89 background

This text has black color on #80DE89 background.


White color preview on #80DE89 background

This text has white color on #80DE89 background.