COLOR #00FF80

HEX: #00FF80
RGB: (0,255,128)

Color info

#00FF80 contains mainly green color. Web safe color of #00FF80 is #00FF66 (or #0F6).

RGB color model

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

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

RGB channels and saturation

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

0
255
128

R + G + B ~ 50%. #00FF80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 255 + 128 = 383 (100%)
R 0 of 383 ~ 0%
G 255 of 383 ~ 66.58%
B 128 of 383 ~ 33.42%

%66.58
%33.42

CMYK color model

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

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

CMYK percentages

%100
%0
%49.8
%0

Codes

Color #00FF80 in popluar color models

00FF80
RGB0255128
HSL150°100.00%50.00%
HSB/HSV150°100.00%100.00%
CMYK100.00%0.00%49.80%
0.00%

Color #00FF80 in popluar number systems.

HEX00FF80
Decimal0255128
Binary01111111110000000
Octal0377200

Shades and tints

Shades of #00FF80

#00FF80
(0,255,128)
#00E875
(0,232,117)
#00D16A
(0,209,106)
#00BA5F
(0,186,95)
#00A354
(0,163,84)
#008C49
(0,140,73)
#00753E
(0,117,62)
#005E33
(0,94,51)
#004728
(0,71,40)
#00301D
(0,48,29)
#001912
(0,25,18)
#000000
(0,0,0)

Tints of #00FF80

#00FF80
(0,255,128)
#17FF8B
(23,255,139)
#2EFF96
(46,255,150)
#45FFA1
(69,255,161)
#5CFFAC
(92,255,172)
#73FFB7
(115,255,183)
#8AFFC2
(138,255,194)
#A1FFCD
(161,255,205)
#B8FFD8
(184,255,216)
#CFFFE3
(207,255,227)
#E6FFEE
(230,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00FF80; }

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

This text font color is #00FF80.


Background Color

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

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

This div background color is #00FF80.


Border color

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

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

This div border color is #00FF80.


Opacity

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

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

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

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

This text has shadow with #00FF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FF80 on black background.


Color preview on white background

This text has color #00FF80 on white background.



Black color preview on #00FF80 background

This text has black color on #00FF80 background.


White color preview on #00FF80 background

This text has white color on #00FF80 background.