COLOR #80DA4D

HEX: #80DA4D RGB: (128,218,77)

Color info

#80DA4D contains mainly green color. Web safe color of #80DA4D is #66CC33 (or #6C3).

RGB color model

#80DA4D color RGB value is (128,218,77).

RGB: (128,218,77) (50%, 85%, 30%)

RGB channels and saturation

R 128 of 255 = 50%
G 218 of 255 = 85%
B 77 of 255 = 30%

128
218
77

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

Portions of RGB colors in percentages

R + G + B = 128 + 218 + 77 = 423 (100%)
R 128 of 423 ~ 30.26%
G 218 of 423 ~ 51.54%
B 77 of 423 ~ 18.2'%

%30.26
%51.54
%18.2

CMYK color model

#80DA4D color CMYK value is (41,0,65,15).

  • cyan value is 41.28%
  • magenta value is 0.00%
  • yellow value is 64.68%
  • key color value is 14.51%

CMYK: (41,0,65,15)
C41M0Y65K15 (41%, 0%, 65%, 15%)
(0.41 / 0.00 / 0.65 / 0.15)

CMYK percentages

%41.28
%0
%64.68
%14.51

Codes

Color #80DA4D in popluar color models

80 DA 4D
RGB 128 218 77
HSL 98° 65.58% 57.84%
HSB/HSV 98° 64.68% 85.49%
CMYK 41.28% 0.00% 64.68%
14.51%

Color #80DA4D in popluar number systems.

HEX 80 DA 4D
Decimal 128 218 77
Binary 10000000 11011010 1001101
Octal 200 332 115

Shades and tints

Shades of #80DA4D

#80DA4D
(128,218,77)
#75C746
(117,199,70)
#6AB43F
(106,180,63)
#5FA138
(95,161,56)
#548E31
(84,142,49)
#497B2A
(73,123,42)
#3E6823
(62,104,35)
#33551C
(51,85,28)
#284215
(40,66,21)
#1D2F0E
(29,47,14)
#121C07
(18,28,7)
#000000
(0,0,0)

Tints of #80DA4D

#80DA4D
(128,218,77)
#8BDD5D
(139,221,93)
#96E06D
(150,224,109)
#A1E37D
(161,227,125)
#ACE68D
(172,230,141)
#B7E99D
(183,233,157)
#C2ECAD
(194,236,173)
#CDEFBD
(205,239,189)
#D8F2CD
(216,242,205)
#E3F5DD
(227,245,221)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DA4D color. Also use rgb(128,218,77) instead hex code.

Text Font Color

.myTextColor { color: #80DA4D; }

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

This text font color is #80DA4D.

Background Color

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

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

This div background color is #80DA4D.

Border color

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

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

This div border color is #80DA4D.

Opacity

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

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

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

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

This text has shadow with #80DA4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80DA4D.

Preview

Color preview on black background

This text has color #80DA4D on black background.


Color preview on white background

This text has color #80DA4D on white background.


Black color preview on #80DA4D background

This text has black color on #80DA4D background.


White color preview on #80DA4D background

This text has white color on #80DA4D background.


Related colors

Complementary color

Complementary color for #hex is #7F25B2.


I love getcolorcode.com

Triadic colors

1 #4D80DA and #DA4D80 with #80DA4D are triadic colors.

2 #4DDA80 and #DA804D with #80DA4D are triadic colors.