COLOR #80F166

HEX: #80F166 RGB: (128,241,102)

Color info

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

RGB color model

#80F166 color RGB value is (128,241,102).

RGB: (128,241,102) (50%, 95%, 40%)

RGB channels and saturation

R 128 of 255 = 50%
G 241 of 255 = 95%
B 102 of 255 = 40%

128
241
102

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

Portions of RGB colors in percentages

R + G + B = 128 + 241 + 102 = 471 (100%)
R 128 of 471 ~ 27.18%
G 241 of 471 ~ 51.17%
B 102 of 471 ~ 21.66'%

%27.18
%51.17
%21.66

CMYK color model

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

  • cyan value is 46.89%
  • magenta value is 0.00%
  • yellow value is 57.68%
  • key color value is 5.49%

CMYK: (47,0,58,5)
C47M0Y58K5 (47%, 0%, 58%, 5%)
(0.47 / 0.00 / 0.58 / 0.05)

CMYK percentages

%46.89
%0
%57.68
%5.49

Codes

Color #80F166 in popluar color models

80 F1 66
RGB 128 241 102
HSL 109° 83.23% 67.25%
HSB/HSV 109° 57.68% 94.51%
CMYK 46.89% 0.00% 57.68%
5.49%

Color #80F166 in popluar number systems.

HEX 80 F1 66
Decimal 128 241 102
Binary 10000000 11110001 1100110
Octal 200 361 146

Shades and tints

Shades of #80F166

#80F166
(128,241,102)
#75DC5D
(117,220,93)
#6AC754
(106,199,84)
#5FB24B
(95,178,75)
#549D42
(84,157,66)
#498839
(73,136,57)
#3E7330
(62,115,48)
#335E27
(51,94,39)
#28491E
(40,73,30)
#1D3415
(29,52,21)
#121F0C
(18,31,12)
#000000
(0,0,0)

Tints of #80F166

#80F166
(128,241,102)
#8BF273
(139,242,115)
#96F380
(150,243,128)
#A1F48D
(161,244,141)
#ACF59A
(172,245,154)
#B7F6A7
(183,246,167)
#C2F7B4
(194,247,180)
#CDF8C1
(205,248,193)
#D8F9CE
(216,249,206)
#E3FADB
(227,250,219)
#EEFBE8
(238,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80F166 color. Also use rgb(128,241,102) instead hex code.

Text Font Color

.myTextColor { color: #80F166; }

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

This text font color is #80F166.

Background Color

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

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

This div background color is #80F166.

Border color

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

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

This div border color is #80F166.

Opacity

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

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

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

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

This text has shadow with #80F166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80F166.

Preview

Color preview on black background

This text has color #80F166 on black background.


Color preview on white background

This text has color #80F166 on white background.


Black color preview on #80F166 background

This text has black color on #80F166 background.


White color preview on #80F166 background

This text has white color on #80F166 background.


Related colors

Complementary color

Complementary color for #hex is #7F0E99.


I love getcolorcode.com

Triadic colors

1 #6680F1 and #F16680 with #80F166 are triadic colors.

2 #66F180 and #F18066 with #80F166 are triadic colors.