COLOR #80E18C

HEX: #80E18C RGB: (128,225,140)

Color info

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

RGB color model

#80E18C color RGB value is (128,225,140).

RGB: (128,225,140) (50%, 88%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 225 of 255 = 88%
B 140 of 255 = 55%

128
225
140

R + G + B ~ 64%. #80E18C is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 225 + 140 = 493 (100%)
R 128 of 493 ~ 25.96%
G 225 of 493 ~ 45.64%
B 140 of 493 ~ 28.4'%

%25.96
%45.64
%28.4

CMYK color model

#80E18C color CMYK value is (43,0,38,12).

  • cyan value is 43.11%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 11.76%

CMYK: (43,0,38,12)
C43M0Y38K12 (43%, 0%, 38%, 12%)
(0.43 / 0.00 / 0.38 / 0.12)

CMYK percentages

%43.11
%0
%37.78
%11.76

Codes

Color #80E18C in popluar color models

80 E1 8C
RGB 128 225 140
HSL 127° 61.78% 69.22%
HSB/HSV 127° 43.11% 88.24%
CMYK 43.11% 0.00% 37.78%
11.76%

Color #80E18C in popluar number systems.

HEX 80 E1 8C
Decimal 128 225 140
Binary 10000000 11100001 10001100
Octal 200 341 214

Shades and tints

Shades of #80E18C

#80E18C
(128,225,140)
#75CD80
(117,205,128)
#6AB974
(106,185,116)
#5FA568
(95,165,104)
#54915C
(84,145,92)
#497D50
(73,125,80)
#3E6944
(62,105,68)
#335538
(51,85,56)
#28412C
(40,65,44)
#1D2D20
(29,45,32)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #80E18C

#80E18C
(128,225,140)
#8BE396
(139,227,150)
#96E5A0
(150,229,160)
#A1E7AA
(161,231,170)
#ACE9B4
(172,233,180)
#B7EBBE
(183,235,190)
#C2EDC8
(194,237,200)
#CDEFD2
(205,239,210)
#D8F1DC
(216,241,220)
#E3F3E6
(227,243,230)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E18C color. Also use rgb(128,225,140) instead hex code.

Text Font Color

.myTextColor { color: #80E18C; }

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

This text font color is #80E18C.

Background Color

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

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

This div background color is #80E18C.

Border color

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

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

This div border color is #80E18C.

Opacity

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

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

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

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

This text has shadow with #80E18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80E18C.

Preview

Color preview on black background

This text has color #80E18C on black background.


Color preview on white background

This text has color #80E18C on white background.


Black color preview on #80E18C background

This text has black color on #80E18C background.


White color preview on #80E18C background

This text has white color on #80E18C background.


Related colors

Complementary color

Complementary color for #hex is #7F1E73.


I love getcolorcode.com

Triadic colors

1 #8C80E1 and #E18C80 with #80E18C are triadic colors.

2 #8CE180 and #E1808C with #80E18C are triadic colors.