COLOR #80D491

HEX: #80D491
RGB: (128,212,145)

Color info

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

RGB color model

#80D491 color RGB value is (128,212,145).

  • red value is 128;
  • green value is 212;
  • blue value is 145.
RGB:
(128,212,145)
(50%,83%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 212 of 255 = 83%
B 145 of 255 = 57%

128
212
145

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

Portions of RGB colors in percentages

R + G + B =
128 + 212 + 145 = 485 (100%)
R 128 of 485 ~ 26.39%
G 212 of 485 ~ 43.71%
B 145 of 485 ~ 29.9%

%26.39
%43.71
%29.9

CMYK color model

#80D491 color CMYK value is (40,0,32,17).

  • cyan value is 39.62%
  • magenta value is 0.00%
  • yellow value is 31.60%
  • key color value is 16.86%
CMYK:
(40,0,32,17)
C40M0Y32K17 
(40%,0%,32%,17%)
(0.40/0.00/0.32/0.17)	

CMYK percentages

%39.62
%0
%31.6
%16.86

Codes

Color #80D491 in popluar color models

80D491
RGB128212145
HSL132°49.41%66.67%
HSB/HSV132°39.62%83.14%
CMYK39.62%0.00%31.60%
16.86%

Color #80D491 in popluar number systems.

HEX80D491
Decimal128212145
Binary100000001101010010010001
Octal200324221

Shades and tints

Shades of #80D491

#80D491
(128,212,145)
#75C184
(117,193,132)
#6AAE77
(106,174,119)
#5F9B6A
(95,155,106)
#54885D
(84,136,93)
#497550
(73,117,80)
#3E6243
(62,98,67)
#334F36
(51,79,54)
#283C29
(40,60,41)
#1D291C
(29,41,28)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #80D491

#80D491
(128,212,145)
#8BD79B
(139,215,155)
#96DAA5
(150,218,165)
#A1DDAF
(161,221,175)
#ACE0B9
(172,224,185)
#B7E3C3
(183,227,195)
#C2E6CD
(194,230,205)
#CDE9D7
(205,233,215)
#D8ECE1
(216,236,225)
#E3EFEB
(227,239,235)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D491 color. Also use rgb(128,212,145) instead hex code.

Text Font Color

.myTextColor { color: #80D491; }

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

This text font color is #80D491.


Background Color

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

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

This div background color is #80D491.


Border color

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

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

This div border color is #80D491.


Opacity

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

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

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

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

This text has shadow with #80D491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D491 on black background.


Color preview on white background

This text has color #80D491 on white background.



Black color preview on #80D491 background

This text has black color on #80D491 background.


White color preview on #80D491 background

This text has white color on #80D491 background.