COLOR #80E351

HEX: #80E351
RGB: (128,227,81)

Color info

#80E351 contains mainly green color. Web safe color of #80E351 is #66CC66 (or #6C6).

RGB color model

#80E351 color RGB value is (128,227,81).

  • red value is 128;
  • green value is 227;
  • blue value is 81.
RGB:
(128,227,81)
(50%,89%,32%)

RGB channels and saturation

R 128 of 255 = 50%
G 227 of 255 = 89%
B 81 of 255 = 32%

128
227
81

R + G + B ~ 57%. #80E351 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 227 + 81 = 436 (100%)
R 128 of 436 ~ 29.36%
G 227 of 436 ~ 52.06%
B 81 of 436 ~ 18.58%

%29.36
%52.06
%18.58

CMYK color model

#80E351 color CMYK value is (44,0,64,11).

  • cyan value is 43.61%
  • magenta value is 0.00%
  • yellow value is 64.32%
  • key color value is 10.98%
CMYK:
(44,0,64,11)
C44M0Y64K11 
(44%,0%,64%,11%)
(0.44/0.00/0.64/0.11)	

CMYK percentages

%43.61
%0
%64.32
%10.98

Codes

Color #80E351 in popluar color models

80E351
RGB12822781
HSL101°72.28%60.39%
HSB/HSV101°64.32%89.02%
CMYK43.61%0.00%64.32%
10.98%

Color #80E351 in popluar number systems.

HEX80E351
Decimal12822781
Binary10000000111000111010001
Octal200343121

Shades and tints

Shades of #80E351

#80E351
(128,227,81)
#75CF4A
(117,207,74)
#6ABB43
(106,187,67)
#5FA73C
(95,167,60)
#549335
(84,147,53)
#497F2E
(73,127,46)
#3E6B27
(62,107,39)
#335720
(51,87,32)
#284319
(40,67,25)
#1D2F12
(29,47,18)
#121B0B
(18,27,11)
#000000
(0,0,0)

Tints of #80E351

#80E351
(128,227,81)
#8BE560
(139,229,96)
#96E76F
(150,231,111)
#A1E97E
(161,233,126)
#ACEB8D
(172,235,141)
#B7ED9C
(183,237,156)
#C2EFAB
(194,239,171)
#CDF1BA
(205,241,186)
#D8F3C9
(216,243,201)
#E3F5D8
(227,245,216)
#EEF7E7
(238,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E351 color. Also use rgb(128,227,81) instead hex code.

Text Font Color

.myTextColor { color: #80E351; }

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

This text font color is #80E351.


Background Color

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

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

This div background color is #80E351.


Border color

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

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

This div border color is #80E351.


Opacity

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

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

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

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

This text has shadow with #80E351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E351 on black background.


Color preview on white background

This text has color #80E351 on white background.



Black color preview on #80E351 background

This text has black color on #80E351 background.


White color preview on #80E351 background

This text has white color on #80E351 background.