COLOR #80EB8D

HEX: #80EB8D
RGB: (128,235,141)

Color info

#80EB8D contains mainly green color. Web safe color of #80EB8D is #66FF99 (or #6F9).

RGB color model

#80EB8D color RGB value is (128,235,141).

  • red value is 128;
  • green value is 235;
  • blue value is 141.
RGB:
(128,235,141)
(50%,92%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 235 of 255 = 92%
B 141 of 255 = 55%

128
235
141

R + G + B ~ 66%. #80EB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 235 + 141 = 504 (100%)
R 128 of 504 ~ 25.4%
G 235 of 504 ~ 46.63%
B 141 of 504 ~ 27.98%

%25.4
%46.63
%27.98

CMYK color model

#80EB8D color CMYK value is (46,0,40,8).

  • cyan value is 45.53%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 7.84%
CMYK:
(46,0,40,8)
C46M0Y40K8 
(46%,0%,40%,8%)
(0.46/0.00/0.40/0.08)	

CMYK percentages

%45.53
%0
%40
%7.84

Codes

Color #80EB8D in popluar color models

80EB8D
RGB128235141
HSL127°72.79%71.18%
HSB/HSV127°45.53%92.16%
CMYK45.53%0.00%40.00%
7.84%

Color #80EB8D in popluar number systems.

HEX80EB8D
Decimal128235141
Binary100000001110101110001101
Octal200353215

Shades and tints

Shades of #80EB8D

#80EB8D
(128,235,141)
#75D681
(117,214,129)
#6AC175
(106,193,117)
#5FAC69
(95,172,105)
#54975D
(84,151,93)
#498251
(73,130,81)
#3E6D45
(62,109,69)
#335839
(51,88,57)
#28432D
(40,67,45)
#1D2E21
(29,46,33)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #80EB8D

#80EB8D
(128,235,141)
#8BEC97
(139,236,151)
#96EDA1
(150,237,161)
#A1EEAB
(161,238,171)
#ACEFB5
(172,239,181)
#B7F0BF
(183,240,191)
#C2F1C9
(194,241,201)
#CDF2D3
(205,242,211)
#D8F3DD
(216,243,221)
#E3F4E7
(227,244,231)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80EB8D color. Also use rgb(128,235,141) instead hex code.

Text Font Color

.myTextColor { color: #80EB8D; }

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

This text font color is #80EB8D.


Background Color

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

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

This div background color is #80EB8D.


Border color

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

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

This div border color is #80EB8D.


Opacity

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

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

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

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

This text has shadow with #80EB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80EB8D on black background.


Color preview on white background

This text has color #80EB8D on white background.



Black color preview on #80EB8D background

This text has black color on #80EB8D background.


White color preview on #80EB8D background

This text has white color on #80EB8D background.