COLOR #80E085

HEX: #80E085
RGB: (128,224,133)

Color info

#80E085 contains mainly green color. Web safe color of #80E085 is #66CC99 (or #6C9).

RGB color model

#80E085 color RGB value is (128,224,133).

  • red value is 128;
  • green value is 224;
  • blue value is 133.
RGB:
(128,224,133)
(50%,88%,52%)

RGB channels and saturation

R 128 of 255 = 50%
G 224 of 255 = 88%
B 133 of 255 = 52%

128
224
133

R + G + B ~ 63%. #80E085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 224 + 133 = 485 (100%)
R 128 of 485 ~ 26.39%
G 224 of 485 ~ 46.19%
B 133 of 485 ~ 27.42%

%26.39
%46.19
%27.42

CMYK color model

#80E085 color CMYK value is (43,0,41,12).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 12.16%
CMYK:
(43,0,41,12)
C43M0Y41K12 
(43%,0%,41%,12%)
(0.43/0.00/0.41/0.12)	

CMYK percentages

%42.86
%0
%40.63
%12.16

Codes

Color #80E085 in popluar color models

80E085
RGB128224133
HSL123°60.76%69.02%
HSB/HSV123°42.86%87.84%
CMYK42.86%0.00%40.63%
12.16%

Color #80E085 in popluar number systems.

HEX80E085
Decimal128224133
Binary100000001110000010000101
Octal200340205

Shades and tints

Shades of #80E085

#80E085
(128,224,133)
#75CC79
(117,204,121)
#6AB86D
(106,184,109)
#5FA461
(95,164,97)
#549055
(84,144,85)
#497C49
(73,124,73)
#3E683D
(62,104,61)
#335431
(51,84,49)
#284025
(40,64,37)
#1D2C19
(29,44,25)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #80E085

#80E085
(128,224,133)
#8BE290
(139,226,144)
#96E49B
(150,228,155)
#A1E6A6
(161,230,166)
#ACE8B1
(172,232,177)
#B7EABC
(183,234,188)
#C2ECC7
(194,236,199)
#CDEED2
(205,238,210)
#D8F0DD
(216,240,221)
#E3F2E8
(227,242,232)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E085 color. Also use rgb(128,224,133) instead hex code.

Text Font Color

.myTextColor { color: #80E085; }

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

This text font color is #80E085.


Background Color

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

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

This div background color is #80E085.


Border color

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

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

This div border color is #80E085.


Opacity

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

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

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

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

This text has shadow with #80E085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E085 on black background.


Color preview on white background

This text has color #80E085 on white background.



Black color preview on #80E085 background

This text has black color on #80E085 background.


White color preview on #80E085 background

This text has white color on #80E085 background.