COLOR #80F591

HEX: #80F591
RGB: (128,245,145)

Color info

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

RGB color model

#80F591 color RGB value is (128,245,145).

  • red value is 128;
  • green value is 245;
  • blue value is 145.
RGB:
(128,245,145)
(50%,96%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 245 of 255 = 96%
B 145 of 255 = 57%

128
245
145

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

Portions of RGB colors in percentages

R + G + B =
128 + 245 + 145 = 518 (100%)
R 128 of 518 ~ 24.71%
G 245 of 518 ~ 47.3%
B 145 of 518 ~ 27.99%

%24.71
%47.3
%27.99

CMYK color model

#80F591 color CMYK value is (48,0,41,4).

  • cyan value is 47.76%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 3.92%
CMYK:
(48,0,41,4)
C48M0Y41K4 
(48%,0%,41%,4%)
(0.48/0.00/0.41/0.04)	

CMYK percentages

%47.76
%0
%40.82
%3.92

Codes

Color #80F591 in popluar color models

80F591
RGB128245145
HSL129°85.40%73.14%
HSB/HSV129°47.76%96.08%
CMYK47.76%0.00%40.82%
3.92%

Color #80F591 in popluar number systems.

HEX80F591
Decimal128245145
Binary100000001111010110010001
Octal200365221

Shades and tints

Shades of #80F591

#80F591
(128,245,145)
#75DF84
(117,223,132)
#6AC977
(106,201,119)
#5FB36A
(95,179,106)
#549D5D
(84,157,93)
#498750
(73,135,80)
#3E7143
(62,113,67)
#335B36
(51,91,54)
#284529
(40,69,41)
#1D2F1C
(29,47,28)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #80F591

#80F591
(128,245,145)
#8BF59B
(139,245,155)
#96F5A5
(150,245,165)
#A1F5AF
(161,245,175)
#ACF5B9
(172,245,185)
#B7F5C3
(183,245,195)
#C2F5CD
(194,245,205)
#CDF5D7
(205,245,215)
#D8F5E1
(216,245,225)
#E3F5EB
(227,245,235)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80F591 color. Also use rgb(128,245,145) instead hex code.

Text Font Color

.myTextColor { color: #80F591; }

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

This text font color is #80F591.


Background Color

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

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

This div background color is #80F591.


Border color

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

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

This div border color is #80F591.


Opacity

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

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

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

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

This text has shadow with #80F591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F591 on black background.


Color preview on white background

This text has color #80F591 on white background.



Black color preview on #80F591 background

This text has black color on #80F591 background.


White color preview on #80F591 background

This text has white color on #80F591 background.