COLOR #80D061

HEX: #80D061
RGB: (128,208,97)

Color info

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

RGB color model

#80D061 color RGB value is (128,208,97).

  • red value is 128;
  • green value is 208;
  • blue value is 97.
RGB:
(128,208,97)
(50%,82%,38%)

RGB channels and saturation

R 128 of 255 = 50%
G 208 of 255 = 82%
B 97 of 255 = 38%

128
208
97

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

Portions of RGB colors in percentages

R + G + B =
128 + 208 + 97 = 433 (100%)
R 128 of 433 ~ 29.56%
G 208 of 433 ~ 48.04%
B 97 of 433 ~ 22.4%

%29.56
%48.04
%22.4

CMYK color model

#80D061 color CMYK value is (38,0,53,18).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 53.37%
  • key color value is 18.43%
CMYK:
(38,0,53,18)
C38M0Y53K18 
(38%,0%,53%,18%)
(0.38/0.00/0.53/0.18)	

CMYK percentages

%38.46
%0
%53.37
%18.43

Codes

Color #80D061 in popluar color models

80D061
RGB12820897
HSL103°54.15%59.80%
HSB/HSV103°53.37%81.57%
CMYK38.46%0.00%53.37%
18.43%

Color #80D061 in popluar number systems.

HEX80D061
Decimal12820897
Binary10000000110100001100001
Octal200320141

Shades and tints

Shades of #80D061

#80D061
(128,208,97)
#75BE59
(117,190,89)
#6AAC51
(106,172,81)
#5F9A49
(95,154,73)
#548841
(84,136,65)
#497639
(73,118,57)
#3E6431
(62,100,49)
#335229
(51,82,41)
#284021
(40,64,33)
#1D2E19
(29,46,25)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #80D061

#80D061
(128,208,97)
#8BD46F
(139,212,111)
#96D87D
(150,216,125)
#A1DC8B
(161,220,139)
#ACE099
(172,224,153)
#B7E4A7
(183,228,167)
#C2E8B5
(194,232,181)
#CDECC3
(205,236,195)
#D8F0D1
(216,240,209)
#E3F4DF
(227,244,223)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D061 color. Also use rgb(128,208,97) instead hex code.

Text Font Color

.myTextColor { color: #80D061; }

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

This text font color is #80D061.


Background Color

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

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

This div background color is #80D061.


Border color

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

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

This div border color is #80D061.


Opacity

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

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

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

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

This text has shadow with #80D061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D061 on black background.


Color preview on white background

This text has color #80D061 on white background.



Black color preview on #80D061 background

This text has black color on #80D061 background.


White color preview on #80D061 background

This text has white color on #80D061 background.