COLOR #80DC4F

HEX: #80DC4F
RGB: (128,220,79)

Renk bilgisi

#80DC4F contains mainly green color. #80DC4F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#80DC4F color RGB value is (128,220,79).

  • kırmız ton 128;
  • yeşil ton 220;
  • mavi ton 79.
RGB:
(128,220,79)
(50%,86%,31%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 220 of 255 = 86%
B 79 of 255 = 31%

128
220
79

R + G + B ~ 56%. #80DC4F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 220 + 79 = 427 (100%)
R 128 of 427 ~ 29.98%
G 220 of 427 ~ 51.52%
B 79 of 427 ~ 18.5%

%29.98
%51.52
%18.5

CMYK RENK MODELİ

#80DC4F rengi CMYK tonu (42,0,64,14).

  • camgöbeği tonu 41.82%
  • eflatun tonu 0.00%
  • sarı tonu 64.09%
  • ana renk tonu 13.73%
CMYK:
(42,0,64,14)
C42M0Y64K14 
(42%,0%,64%,14%)
(0.42/0.00/0.64/0.14)	

CMYK yüzdeleri

%41.82
%0
%64.09
%13.73

Codes

Color #80DC4F in popluar color models

80DC4F
RGB12822079
HSL99°66.82%58.63%
HSB/HSV99°64.09%86.27%
CMYK41.82%0.00%64.09%
13.73%

Color #80DC4F in popluar number systems.

HEX80DC4F
Decimal12822079
Binary10000000110111001001111
Octal200334117

Shades and tints

Shades of #80DC4F

#80DC4F
(128,220,79)
#75C848
(117,200,72)
#6AB441
(106,180,65)
#5FA03A
(95,160,58)
#548C33
(84,140,51)
#49782C
(73,120,44)
#3E6425
(62,100,37)
#33501E
(51,80,30)
#283C17
(40,60,23)
#1D2810
(29,40,16)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #80DC4F

#80DC4F
(128,220,79)
#8BDF5F
(139,223,95)
#96E26F
(150,226,111)
#A1E57F
(161,229,127)
#ACE88F
(172,232,143)
#B7EB9F
(183,235,159)
#C2EEAF
(194,238,175)
#CDF1BF
(205,241,191)
#D8F4CF
(216,244,207)
#E3F7DF
(227,247,223)
#EEFAEF
(238,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DC4F color. Also use rgb(128,220,79) instead hex code.

Text Font Color

.myTextColor { color: #80DC4F; }

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

This text font color is #80DC4F.


Background Color

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

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

This div background color is #80DC4F.


Border color

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

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

This div border color is #80DC4F.


Opacity

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

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

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

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

This text has shadow with #80DC4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DC4F on black background.


Color preview on white background

This text has color #80DC4F on white background.



Black color preview on #80DC4F background

This text has black color on #80DC4F background.


White color preview on #80DC4F background

This text has white color on #80DC4F background.