COLOR #80D392

HEX: #80D392
RGB: (128,211,146)

Color info

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

RGB color model

#80D392 color RGB value is (128,211,146).

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

RGB channels and saturation

R 128 of 255 = 50%
G 211 of 255 = 83%
B 146 of 255 = 57%

128
211
146

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

Portions of RGB colors in percentages

R + G + B =
128 + 211 + 146 = 485 (100%)
R 128 of 485 ~ 26.39%
G 211 of 485 ~ 43.51%
B 146 of 485 ~ 30.1%

%26.39
%43.51
%30.1

CMYK color model

#80D392 color CMYK value is (39,0,31,17).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 17.25%
CMYK:
(39,0,31,17)
C39M0Y31K17 
(39%,0%,31%,17%)
(0.39/0.00/0.31/0.17)	

CMYK percentages

%39.34
%0
%30.81
%17.25

Codes

Color #80D392 in popluar color models

80D392
RGB128211146
HSL133°48.54%66.47%
HSB/HSV133°39.34%82.75%
CMYK39.34%0.00%30.81%
17.25%

Color #80D392 in popluar number systems.

HEX80D392
Decimal128211146
Binary100000001101001110010010
Octal200323222

Shades and tints

Shades of #80D392

#80D392
(128,211,146)
#75C085
(117,192,133)
#6AAD78
(106,173,120)
#5F9A6B
(95,154,107)
#54875E
(84,135,94)
#497451
(73,116,81)
#3E6144
(62,97,68)
#334E37
(51,78,55)
#283B2A
(40,59,42)
#1D281D
(29,40,29)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #80D392

#80D392
(128,211,146)
#8BD79B
(139,215,155)
#96DBA4
(150,219,164)
#A1DFAD
(161,223,173)
#ACE3B6
(172,227,182)
#B7E7BF
(183,231,191)
#C2EBC8
(194,235,200)
#CDEFD1
(205,239,209)
#D8F3DA
(216,243,218)
#E3F7E3
(227,247,227)
#EEFBEC
(238,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D392 color. Also use rgb(128,211,146) instead hex code.

Text Font Color

.myTextColor { color: #80D392; }

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

This text font color is #80D392.


Background Color

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

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

This div background color is #80D392.


Border color

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

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

This div border color is #80D392.


Opacity

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

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

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

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

This text has shadow with #80D392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D392 on black background.


Color preview on white background

This text has color #80D392 on white background.



Black color preview on #80D392 background

This text has black color on #80D392 background.


White color preview on #80D392 background

This text has white color on #80D392 background.