COLOR #80FFB5

HEX: #80FFB5 RGB: (128,255,181)

Color info

#80FFB5 contains mainly green color. Web safe color of #80FFB5 is #66FFCC (or #6FC).

RGB color model

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

RGB: (128,255,181) (50%, 100%, 71%)

RGB channels and saturation

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

128
255
181

R + G + B ~ 74%. #80FFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 255 + 181 = 564 (100%)
R 128 of 564 ~ 22.7%
G 255 of 564 ~ 45.21%
B 181 of 564 ~ 32.09'%

%22.7
%45.21
%32.09

CMYK color model

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

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 0.00%

CMYK: (50,0,29,0)
C50M0Y29K0 (50%, 0%, 29%, 0%)
(0.50 / 0.00 / 0.29 / 0.00)

CMYK percentages

%49.8
%0
%29.02
%0

Codes

Color #80FFB5 in popluar color models

80 FF B5
RGB 128 255 181
HSL 145° 100.00% 75.10%
HSB/HSV 145° 49.80% 100.00%
CMYK 49.80% 0.00% 29.02%
0.00%

Color #80FFB5 in popluar number systems.

HEX 80 FF B5
Decimal 128 255 181
Binary 10000000 11111111 10110101
Octal 200 377 265

Shades and tints

Shades of #80FFB5

#80FFB5
(128,255,181)
#75E8A5
(117,232,165)
#6AD195
(106,209,149)
#5FBA85
(95,186,133)
#54A375
(84,163,117)
#498C65
(73,140,101)
#3E7555
(62,117,85)
#335E45
(51,94,69)
#284735
(40,71,53)
#1D3025
(29,48,37)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #80FFB5

#80FFB5
(128,255,181)
#8BFFBB
(139,255,187)
#96FFC1
(150,255,193)
#A1FFC7
(161,255,199)
#ACFFCD
(172,255,205)
#B7FFD3
(183,255,211)
#C2FFD9
(194,255,217)
#CDFFDF
(205,255,223)
#D8FFE5
(216,255,229)
#E3FFEB
(227,255,235)
#EEFFF1
(238,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80FFB5; }

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

This text font color is #80FFB5.

Background Color

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

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

This div background color is #80FFB5.

Border color

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

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

This div border color is #80FFB5.

Opacity

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

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

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

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

This text has shadow with #80FFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80FFB5.

Preview

Color preview on black background

This text has color #80FFB5 on black background.


Color preview on white background

This text has color #80FFB5 on white background.


Black color preview on #80FFB5 background

This text has black color on #80FFB5 background.


White color preview on #80FFB5 background

This text has white color on #80FFB5 background.


Related colors

Complementary color

Complementary color for #hex is #7F004A.


I love getcolorcode.com

Triadic colors

1 #B580FF and #FFB580 with #80FFB5 are triadic colors.

2 #B5FF80 and #FF80B5 with #80FFB5 are triadic colors.