COLOR #80DA66

HEX: #80DA66
RGB: (128,218,102)

Color info

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

RGB color model

#80DA66 color RGB value is (128,218,102).

  • red value is 128;
  • green value is 218;
  • blue value is 102.
RGB:
(128,218,102)
(50%,85%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 218 of 255 = 85%
B 102 of 255 = 40%

128
218
102

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

Portions of RGB colors in percentages

R + G + B =
128 + 218 + 102 = 448 (100%)
R 128 of 448 ~ 28.57%
G 218 of 448 ~ 48.66%
B 102 of 448 ~ 22.77%

%28.57
%48.66
%22.77

CMYK color model

#80DA66 color CMYK value is (41,0,53,15).

  • cyan value is 41.28%
  • magenta value is 0.00%
  • yellow value is 53.21%
  • key color value is 14.51%
CMYK:
(41,0,53,15)
C41M0Y53K15 
(41%,0%,53%,15%)
(0.41/0.00/0.53/0.15)	

CMYK percentages

%41.28
%0
%53.21
%14.51

Codes

Color #80DA66 in popluar color models

80DA66
RGB128218102
HSL107°61.05%62.75%
HSB/HSV107°53.21%85.49%
CMYK41.28%0.00%53.21%
14.51%

Color #80DA66 in popluar number systems.

HEX80DA66
Decimal128218102
Binary10000000110110101100110
Octal200332146

Shades and tints

Shades of #80DA66

#80DA66
(128,218,102)
#75C75D
(117,199,93)
#6AB454
(106,180,84)
#5FA14B
(95,161,75)
#548E42
(84,142,66)
#497B39
(73,123,57)
#3E6830
(62,104,48)
#335527
(51,85,39)
#28421E
(40,66,30)
#1D2F15
(29,47,21)
#121C0C
(18,28,12)
#000000
(0,0,0)

Tints of #80DA66

#80DA66
(128,218,102)
#8BDD73
(139,221,115)
#96E080
(150,224,128)
#A1E38D
(161,227,141)
#ACE69A
(172,230,154)
#B7E9A7
(183,233,167)
#C2ECB4
(194,236,180)
#CDEFC1
(205,239,193)
#D8F2CE
(216,242,206)
#E3F5DB
(227,245,219)
#EEF8E8
(238,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DA66; }

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

This text font color is #80DA66.


Background Color

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

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

This div background color is #80DA66.


Border color

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

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

This div border color is #80DA66.


Opacity

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

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

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

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

This text has shadow with #80DA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DA66 on black background.


Color preview on white background

This text has color #80DA66 on white background.



Black color preview on #80DA66 background

This text has black color on #80DA66 background.


White color preview on #80DA66 background

This text has white color on #80DA66 background.