COLOR #80FF80

HEX: #80FF80
RGB: (128,255,128)

Color info

#80FF80 contains mainly green color. Web safe color of #80FF80 is #66FF66 (or #6F6).

RGB color model

#80FF80 color RGB value is (128,255,128).

  • red value is 128;
  • green value is 255;
  • blue value is 128.
RGB:
(128,255,128)
(50%,100%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 255 of 255 = 100%
B 128 of 255 = 50%

128
255
128

R + G + B ~ 67%. #80FF80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 255 + 128 = 511 (100%)
R 128 of 511 ~ 25.05%
G 255 of 511 ~ 49.9%
B 128 of 511 ~ 25.05%

%25.05
%49.9
%25.05

CMYK color model

#80FF80 color CMYK value is (50,0,50,0).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(50,0,50,0)
C50M0Y50K0 
(50%,0%,50%,0%)
(0.50/0.00/0.50/0.00)	

CMYK percentages

%49.8
%0
%49.8
%0

Codes

Color #80FF80 in popluar color models

80FF80
RGB128255128
HSL120°100.00%75.10%
HSB/HSV120°49.80%100.00%
CMYK49.80%0.00%49.80%
0.00%

Color #80FF80 in popluar number systems.

HEX80FF80
Decimal128255128
Binary100000001111111110000000
Octal200377200

Shades and tints

Shades of #80FF80

#80FF80
(128,255,128)
#75E875
(117,232,117)
#6AD16A
(106,209,106)
#5FBA5F
(95,186,95)
#54A354
(84,163,84)
#498C49
(73,140,73)
#3E753E
(62,117,62)
#335E33
(51,94,51)
#284728
(40,71,40)
#1D301D
(29,48,29)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #80FF80

#80FF80
(128,255,128)
#8BFF8B
(139,255,139)
#96FF96
(150,255,150)
#A1FFA1
(161,255,161)
#ACFFAC
(172,255,172)
#B7FFB7
(183,255,183)
#C2FFC2
(194,255,194)
#CDFFCD
(205,255,205)
#D8FFD8
(216,255,216)
#E3FFE3
(227,255,227)
#EEFFEE
(238,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80FF80; }

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

This text font color is #80FF80.


Background Color

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

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

This div background color is #80FF80.


Border color

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

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

This div border color is #80FF80.


Opacity

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

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

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

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

This text has shadow with #80FF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FF80 on black background.


Color preview on white background

This text has color #80FF80 on white background.



Black color preview on #80FF80 background

This text has black color on #80FF80 background.


White color preview on #80FF80 background

This text has white color on #80FF80 background.