COLOR #80F895

HEX: #80F895 RGB: (128,248,149)

Color info

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

RGB color model

#80F895 color RGB value is (128,248,149).

RGB: (128,248,149) (50%, 97%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 248 of 255 = 97%
B 149 of 255 = 58%

128
248
149

R + G + B ~ 68%. #80F895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 248 + 149 = 525 (100%)
R 128 of 525 ~ 24.38%
G 248 of 525 ~ 47.24%
B 149 of 525 ~ 28.38'%

%24.38
%47.24
%28.38

CMYK color model

#80F895 color CMYK value is (48,0,40,3).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 39.92%
  • key color value is 2.75%
CMYK: (48,0,40,3) C48M0Y40K3 (48%,0%,40%,3%) (0.48/0.00/0.40/0.03) 

CMYK percentages

%48.39
%0
%39.92
%2.75

Codes

Color #80F895 in popluar color models

80 F8 95
RGB 128 248 149
HSL 131° 89.55% 73.73%
HSB/HSV 131° 48.39% 97.25%
CMYK 48.39% 0.00% 39.92%
2.75%

Color #80F895 in popluar number systems.

HEX 80 F8 95
Decimal 128 248 149
Binary 10000000 11111000 10010101
Octal 200 370 225

Shades and tints

Shades of #80F895

#80F895
(128,248,149)
#75E288
(117,226,136)
#6ACC7B
(106,204,123)
#5FB66E
(95,182,110)
#54A061
(84,160,97)
#498A54
(73,138,84)
#3E7447
(62,116,71)
#335E3A
(51,94,58)
#28482D
(40,72,45)
#1D3220
(29,50,32)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #80F895

#80F895
(128,248,149)
#8BF89E
(139,248,158)
#96F8A7
(150,248,167)
#A1F8B0
(161,248,176)
#ACF8B9
(172,248,185)
#B7F8C2
(183,248,194)
#C2F8CB
(194,248,203)
#CDF8D4
(205,248,212)
#D8F8DD
(216,248,221)
#E3F8E6
(227,248,230)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80F895; }

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

This text font color is #80F895.

Background Color

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

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

This div background color is #80F895.

Border color

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

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

This div border color is #80F895.

Opacity

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

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

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

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

This text has shadow with #80F895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80F895.

Preview

Color preview on black background

This text has color #80F895 on black background.


Color preview on white background

This text has color #80F895 on white background.


Black color preview on #80F895 background

This text has black color on #80F895 background.


White color preview on #80F895 background

This text has white color on #80F895 background.


Related colors

Complementary color

Complementary color for #hex is #7F076A.


I love getcolorcode.com

Triadic colors

1 #9580F8 and #F89580 with #80F895 are triadic colors.

2 #95F880 and #F88095 with #80F895 are triadic colors.