COLOR #80D495

HEX: #80D495
RGB: (128,212,149)

Color info

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

RGB color model

#80D495 color RGB value is (128,212,149).

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

RGB channels and saturation

R 128 of 255 = 50%
G 212 of 255 = 83%
B 149 of 255 = 58%

128
212
149

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

Portions of RGB colors in percentages

R + G + B =
128 + 212 + 149 = 489 (100%)
R 128 of 489 ~ 26.18%
G 212 of 489 ~ 43.35%
B 149 of 489 ~ 30.47%

%26.18
%43.35
%30.47

CMYK color model

#80D495 color CMYK value is (40,0,30,17).

  • cyan value is 39.62%
  • magenta value is 0.00%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(40,0,30,17)
C40M0Y30K17 
(40%,0%,30%,17%)
(0.40/0.00/0.30/0.17)	

CMYK percentages

%39.62
%0
%29.72
%16.86

Codes

Color #80D495 in popluar color models

80D495
RGB128212149
HSL135°49.41%66.67%
HSB/HSV135°39.62%83.14%
CMYK39.62%0.00%29.72%
16.86%

Color #80D495 in popluar number systems.

HEX80D495
Decimal128212149
Binary100000001101010010010101
Octal200324225

Shades and tints

Shades of #80D495

#80D495
(128,212,149)
#75C188
(117,193,136)
#6AAE7B
(106,174,123)
#5F9B6E
(95,155,110)
#548861
(84,136,97)
#497554
(73,117,84)
#3E6247
(62,98,71)
#334F3A
(51,79,58)
#283C2D
(40,60,45)
#1D2920
(29,41,32)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #80D495

#80D495
(128,212,149)
#8BD79E
(139,215,158)
#96DAA7
(150,218,167)
#A1DDB0
(161,221,176)
#ACE0B9
(172,224,185)
#B7E3C2
(183,227,194)
#C2E6CB
(194,230,203)
#CDE9D4
(205,233,212)
#D8ECDD
(216,236,221)
#E3EFE6
(227,239,230)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D495; }

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

This text font color is #80D495.


Background Color

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

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

This div background color is #80D495.


Border color

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

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

This div border color is #80D495.


Opacity

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

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

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

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

This text has shadow with #80D495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D495 on black background.


Color preview on white background

This text has color #80D495 on white background.



Black color preview on #80D495 background

This text has black color on #80D495 background.


White color preview on #80D495 background

This text has white color on #80D495 background.