COLOR #80D36D

HEX: #80D36D RGB: (128,211,109)

Color info

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

RGB color model

#80D36D color RGB value is (128,211,109).

RGB: (128,211,109) (50%, 83%, 43%)

RGB channels and saturation

R 128 of 255 = 50%
G 211 of 255 = 83%
B 109 of 255 = 43%

128
211
109

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

Portions of RGB colors in percentages

R + G + B = 128 + 211 + 109 = 448 (100%)
R 128 of 448 ~ 28.57%
G 211 of 448 ~ 47.1%
B 109 of 448 ~ 24.33'%

%28.57
%47.1
%24.33

CMYK color model

#80D36D color CMYK value is (39,0,48,17).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 48.34%
  • key color value is 17.25%

CMYK: (39,0,48,17)
C39M0Y48K17 (39%, 0%, 48%, 17%)
(0.39 / 0.00 / 0.48 / 0.17)

CMYK percentages

%39.34
%0
%48.34
%17.25

Codes

Color #80D36D in popluar color models

80 D3 6D
RGB 128 211 109
HSL 109° 53.68% 62.75%
HSB/HSV 109° 48.34% 82.75%
CMYK 39.34% 0.00% 48.34%
17.25%

Color #80D36D in popluar number systems.

HEX 80 D3 6D
Decimal 128 211 109
Binary 10000000 11010011 1101101
Octal 200 323 155

Shades and tints

Shades of #80D36D

#80D36D
(128,211,109)
#75C064
(117,192,100)
#6AAD5B
(106,173,91)
#5F9A52
(95,154,82)
#548749
(84,135,73)
#497440
(73,116,64)
#3E6137
(62,97,55)
#334E2E
(51,78,46)
#283B25
(40,59,37)
#1D281C
(29,40,28)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80D36D

#80D36D
(128,211,109)
#8BD77A
(139,215,122)
#96DB87
(150,219,135)
#A1DF94
(161,223,148)
#ACE3A1
(172,227,161)
#B7E7AE
(183,231,174)
#C2EBBB
(194,235,187)
#CDEFC8
(205,239,200)
#D8F3D5
(216,243,213)
#E3F7E2
(227,247,226)
#EEFBEF
(238,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D36D color. Also use rgb(128,211,109) instead hex code.

Text Font Color

.myTextColor { color: #80D36D; }

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

This text font color is #80D36D.

Background Color

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

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

This div background color is #80D36D.

Border color

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

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

This div border color is #80D36D.

Opacity

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

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

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

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

This text has shadow with #80D36D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D36D.

Preview

Color preview on black background

This text has color #80D36D on black background.


Color preview on white background

This text has color #80D36D on white background.


Black color preview on #80D36D background

This text has black color on #80D36D background.


White color preview on #80D36D background

This text has white color on #80D36D background.


Related colors

Complementary color

Complementary color for #hex is #7F2C92.


I love getcolorcode.com

Triadic colors

1 #6D80D3 and #D36D80 with #80D36D are triadic colors.

2 #6DD380 and #D3806D with #80D36D are triadic colors.