COLOR #80F281

HEX: #80F281
RGB: (128,242,129)

Color info

#80F281 contains mainly green color. Web safe color of #80F281 is #66FF99 (or #6F9).

RGB color model

#80F281 color RGB value is (128,242,129).

  • red value is 128;
  • green value is 242;
  • blue value is 129.
RGB:
(128,242,129)
(50%,95%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 242 of 255 = 95%
B 129 of 255 = 51%

128
242
129

R + G + B ~ 65%. #80F281 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 242 + 129 = 499 (100%)
R 128 of 499 ~ 25.65%
G 242 of 499 ~ 48.5%
B 129 of 499 ~ 25.85%

%25.65
%48.5
%25.85

CMYK color model

#80F281 color CMYK value is (47,0,47,5).

  • cyan value is 47.11%
  • magenta value is 0.00%
  • yellow value is 46.69%
  • key color value is 5.10%
CMYK:
(47,0,47,5)
C47M0Y47K5 
(47%,0%,47%,5%)
(0.47/0.00/0.47/0.05)	

CMYK percentages

%47.11
%0
%46.69
%5.1

Codes

Color #80F281 in popluar color models

80F281
RGB128242129
HSL121°81.43%72.55%
HSB/HSV121°47.11%94.90%
CMYK47.11%0.00%46.69%
5.10%

Color #80F281 in popluar number systems.

HEX80F281
Decimal128242129
Binary100000001111001010000001
Octal200362201

Shades and tints

Shades of #80F281

#80F281
(128,242,129)
#75DC76
(117,220,118)
#6AC66B
(106,198,107)
#5FB060
(95,176,96)
#549A55
(84,154,85)
#49844A
(73,132,74)
#3E6E3F
(62,110,63)
#335834
(51,88,52)
#284229
(40,66,41)
#1D2C1E
(29,44,30)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #80F281

#80F281
(128,242,129)
#8BF38C
(139,243,140)
#96F497
(150,244,151)
#A1F5A2
(161,245,162)
#ACF6AD
(172,246,173)
#B7F7B8
(183,247,184)
#C2F8C3
(194,248,195)
#CDF9CE
(205,249,206)
#D8FAD9
(216,250,217)
#E3FBE4
(227,251,228)
#EEFCEF
(238,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80F281; }

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

This text font color is #80F281.


Background Color

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

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

This div background color is #80F281.


Border color

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

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

This div border color is #80F281.


Opacity

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

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

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

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

This text has shadow with #80F281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F281 on black background.


Color preview on white background

This text has color #80F281 on white background.



Black color preview on #80F281 background

This text has black color on #80F281 background.


White color preview on #80F281 background

This text has white color on #80F281 background.