COLOR #80D974

HEX: #80D974 RGB: (128,217,116)

Color info

#80D974 contains mainly green color. Web safe color of #80D974 is #66CC66 (or #6C6).

RGB color model

#80D974 color RGB value is (128,217,116).

RGB: (128,217,116) (50%, 85%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 217 of 255 = 85%
B 116 of 255 = 45%

128
217
116

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

Portions of RGB colors in percentages

R + G + B = 128 + 217 + 116 = 461 (100%)
R 128 of 461 ~ 27.77%
G 217 of 461 ~ 47.07%
B 116 of 461 ~ 25.16'%

%27.77
%47.07
%25.16

CMYK color model

#80D974 color CMYK value is (41,0,47,15).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 46.54%
  • key color value is 14.90%

CMYK: (41,0,47,15)
C41M0Y47K15 (41%, 0%, 47%, 15%)
(0.41 / 0.00 / 0.47 / 0.15)

CMYK percentages

%41.01
%0
%46.54
%14.9

Codes

Color #80D974 in popluar color models

80 D9 74
RGB 128 217 116
HSL 113° 57.06% 65.29%
HSB/HSV 113° 46.54% 85.10%
CMYK 41.01% 0.00% 46.54%
14.90%

Color #80D974 in popluar number systems.

HEX 80 D9 74
Decimal 128 217 116
Binary 10000000 11011001 1110100
Octal 200 331 164

Shades and tints

Shades of #80D974

#80D974
(128,217,116)
#75C66A
(117,198,106)
#6AB360
(106,179,96)
#5FA056
(95,160,86)
#548D4C
(84,141,76)
#497A42
(73,122,66)
#3E6738
(62,103,56)
#33542E
(51,84,46)
#284124
(40,65,36)
#1D2E1A
(29,46,26)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #80D974

#80D974
(128,217,116)
#8BDC80
(139,220,128)
#96DF8C
(150,223,140)
#A1E298
(161,226,152)
#ACE5A4
(172,229,164)
#B7E8B0
(183,232,176)
#C2EBBC
(194,235,188)
#CDEEC8
(205,238,200)
#D8F1D4
(216,241,212)
#E3F4E0
(227,244,224)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D974 color. Also use rgb(128,217,116) instead hex code.

Text Font Color

.myTextColor { color: #80D974; }

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

This text font color is #80D974.

Background Color

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

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

This div background color is #80D974.

Border color

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

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

This div border color is #80D974.

Opacity

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

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

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

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

This text has shadow with #80D974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D974.

Preview

Color preview on black background

This text has color #80D974 on black background.


Color preview on white background

This text has color #80D974 on white background.


Black color preview on #80D974 background

This text has black color on #80D974 background.


White color preview on #80D974 background

This text has white color on #80D974 background.


Related colors

Complementary color

Complementary color for #hex is #7F268B.


I love getcolorcode.com

Triadic colors

1 #7480D9 and #D97480 with #80D974 are triadic colors.

2 #74D980 and #D98074 with #80D974 are triadic colors.