COLOR #80F06E

HEX: #80F06E
RGB: (128,240,110)

Color info

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

RGB color model

#80F06E color RGB value is (128,240,110).

  • red value is 128;
  • green value is 240;
  • blue value is 110.
RGB:
(128,240,110)
(50%,94%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 240 of 255 = 94%
B 110 of 255 = 43%

128
240
110

R + G + B ~ 62%. #80F06E is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 240 + 110 = 478 (100%)
R 128 of 478 ~ 26.78%
G 240 of 478 ~ 50.21%
B 110 of 478 ~ 23.01%

%26.78
%50.21
%23.01

CMYK color model

#80F06E color CMYK value is (47,0,54,6).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 54.17%
  • key color value is 5.88%
CMYK:
(47,0,54,6)
C47M0Y54K6 
(47%,0%,54%,6%)
(0.47/0.00/0.54/0.06)	

CMYK percentages

%46.67
%0
%54.17
%5.88

Codes

Color #80F06E in popluar color models

80F06E
RGB128240110
HSL112°81.25%68.63%
HSB/HSV112°54.17%94.12%
CMYK46.67%0.00%54.17%
5.88%

Color #80F06E in popluar number systems.

HEX80F06E
Decimal128240110
Binary10000000111100001101110
Octal200360156

Shades and tints

Shades of #80F06E

#80F06E
(128,240,110)
#75DB64
(117,219,100)
#6AC65A
(106,198,90)
#5FB150
(95,177,80)
#549C46
(84,156,70)
#49873C
(73,135,60)
#3E7232
(62,114,50)
#335D28
(51,93,40)
#28481E
(40,72,30)
#1D3314
(29,51,20)
#121E0A
(18,30,10)
#000000
(0,0,0)

Tints of #80F06E

#80F06E
(128,240,110)
#8BF17B
(139,241,123)
#96F288
(150,242,136)
#A1F395
(161,243,149)
#ACF4A2
(172,244,162)
#B7F5AF
(183,245,175)
#C2F6BC
(194,246,188)
#CDF7C9
(205,247,201)
#D8F8D6
(216,248,214)
#E3F9E3
(227,249,227)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80F06E; }

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

This text font color is #80F06E.


Background Color

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

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

This div background color is #80F06E.


Border color

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

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

This div border color is #80F06E.


Opacity

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

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

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

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

This text has shadow with #80F06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F06E on black background.


Color preview on white background

This text has color #80F06E on white background.



Black color preview on #80F06E background

This text has black color on #80F06E background.


White color preview on #80F06E background

This text has white color on #80F06E background.