COLOR #80D881

HEX: #80D881
RGB: (128,216,129)

Renk bilgisi

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

RGB renk modeli

#80D881 color RGB value is (128,216,129).

  • kırmız ton 128;
  • yeşil ton 216;
  • mavi ton 129.
RGB:
(128,216,129)
(50%,85%,51%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 216 of 255 = 85%
B 129 of 255 = 51%

128
216
129

R + G + B ~ 62%. #80D881 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 216 + 129 = 473 (100%)
R 128 of 473 ~ 27.06%
G 216 of 473 ~ 45.67%
B 129 of 473 ~ 27.27%

%27.06
%45.67
%27.27

CMYK RENK MODELİ

#80D881 rengi CMYK tonu (41,0,40,15).

  • camgöbeği tonu 40.74%
  • eflatun tonu 0.00%
  • sarı tonu 40.28%
  • ana renk tonu 15.29%
CMYK:
(41,0,40,15)
C41M0Y40K15 
(41%,0%,40%,15%)
(0.41/0.00/0.40/0.15)	

CMYK yüzdeleri

%40.74
%0
%40.28
%15.29

Codes

Color #80D881 in popluar color models

80D881
RGB128216129
HSL121°53.01%67.45%
HSB/HSV121°40.74%84.71%
CMYK40.74%0.00%40.28%
15.29%

Color #80D881 in popluar number systems.

HEX80D881
Decimal128216129
Binary100000001101100010000001
Octal200330201

Shades and tints

Shades of #80D881

#80D881
(128,216,129)
#75C576
(117,197,118)
#6AB26B
(106,178,107)
#5F9F60
(95,159,96)
#548C55
(84,140,85)
#49794A
(73,121,74)
#3E663F
(62,102,63)
#335334
(51,83,52)
#284029
(40,64,41)
#1D2D1E
(29,45,30)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #80D881

#80D881
(128,216,129)
#8BDB8C
(139,219,140)
#96DE97
(150,222,151)
#A1E1A2
(161,225,162)
#ACE4AD
(172,228,173)
#B7E7B8
(183,231,184)
#C2EAC3
(194,234,195)
#CDEDCE
(205,237,206)
#D8F0D9
(216,240,217)
#E3F3E4
(227,243,228)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D881 color. Also use rgb(128,216,129) instead hex code.

Text Font Color

.myTextColor { color: #80D881; }

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

This text font color is #80D881.


Background Color

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

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

This div background color is #80D881.


Border color

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

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

This div border color is #80D881.


Opacity

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

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

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

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

This text has shadow with #80D881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D881 on black background.


Color preview on white background

This text has color #80D881 on white background.



Black color preview on #80D881 background

This text has black color on #80D881 background.


White color preview on #80D881 background

This text has white color on #80D881 background.