COLOR #80D67F

HEX: #80D67F
RGB: (128,214,127)

Color info

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

RGB color model

#80D67F color RGB value is (128,214,127).

  • red value is 128;
  • green value is 214;
  • blue value is 127.
RGB:
(128,214,127)
(50%,84%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 214 of 255 = 84%
B 127 of 255 = 50%

128
214
127

R + G + B ~ 61%. #80D67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 214 + 127 = 469 (100%)
R 128 of 469 ~ 27.29%
G 214 of 469 ~ 45.63%
B 127 of 469 ~ 27.08%

%27.29
%45.63
%27.08

CMYK color model

#80D67F color CMYK value is (40,0,41,16).

  • cyan value is 40.19%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 16.08%
CMYK:
(40,0,41,16)
C40M0Y41K16 
(40%,0%,41%,16%)
(0.40/0.00/0.41/0.16)	

CMYK percentages

%40.19
%0
%40.65
%16.08

Codes

Color #80D67F in popluar color models

80D67F
RGB128214127
HSL119°51.48%66.86%
HSB/HSV119°40.65%83.92%
CMYK40.19%0.00%40.65%
16.08%

Color #80D67F in popluar number systems.

HEX80D67F
Decimal128214127
Binary10000000110101101111111
Octal200326177

Shades and tints

Shades of #80D67F

#80D67F
(128,214,127)
#75C374
(117,195,116)
#6AB069
(106,176,105)
#5F9D5E
(95,157,94)
#548A53
(84,138,83)
#497748
(73,119,72)
#3E643D
(62,100,61)
#335132
(51,81,50)
#283E27
(40,62,39)
#1D2B1C
(29,43,28)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #80D67F

#80D67F
(128,214,127)
#8BD98A
(139,217,138)
#96DC95
(150,220,149)
#A1DFA0
(161,223,160)
#ACE2AB
(172,226,171)
#B7E5B6
(183,229,182)
#C2E8C1
(194,232,193)
#CDEBCC
(205,235,204)
#D8EED7
(216,238,215)
#E3F1E2
(227,241,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D67F color. Also use rgb(128,214,127) instead hex code.

Text Font Color

.myTextColor { color: #80D67F; }

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

This text font color is #80D67F.


Background Color

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

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

This div background color is #80D67F.


Border color

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

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

This div border color is #80D67F.


Opacity

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

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

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

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

This text has shadow with #80D67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D67F on black background.


Color preview on white background

This text has color #80D67F on white background.



Black color preview on #80D67F background

This text has black color on #80D67F background.


White color preview on #80D67F background

This text has white color on #80D67F background.