COLOR #80CF73

HEX: #80CF73 RGB: (128,207,115)

Color info

#80CF73 contains mainly green color. Web safe color of #80CF73 is #66CC66 (or #6C6).

RGB color model

#80CF73 color RGB value is (128,207,115).

RGB: (128,207,115) (50%, 81%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 207 of 255 = 81%
B 115 of 255 = 45%

128
207
115

R + G + B ~ 59%. #80CF73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 207 + 115 = 450 (100%)
R 128 of 450 ~ 28.44%
G 207 of 450 ~ 46%
B 115 of 450 ~ 25.56'%

%28.44
%46
%25.56

CMYK color model

#80CF73 color CMYK value is (38,0,44,19).

  • cyan value is 38.16%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 18.82%

CMYK: (38,0,44,19)
C38M0Y44K19 (38%, 0%, 44%, 19%)
(0.38 / 0.00 / 0.44 / 0.19)

CMYK percentages

%38.16
%0
%44.44
%18.82

Codes

Color #80CF73 in popluar color models

80 CF 73
RGB 128 207 115
HSL 112° 48.94% 63.14%
HSB/HSV 112° 44.44% 81.18%
CMYK 38.16% 0.00% 44.44%
18.82%

Color #80CF73 in popluar number systems.

HEX 80 CF 73
Decimal 128 207 115
Binary 10000000 11001111 1110011
Octal 200 317 163

Shades and tints

Shades of #80CF73

#80CF73
(128,207,115)
#75BD69
(117,189,105)
#6AAB5F
(106,171,95)
#5F9955
(95,153,85)
#54874B
(84,135,75)
#497541
(73,117,65)
#3E6337
(62,99,55)
#33512D
(51,81,45)
#283F23
(40,63,35)
#1D2D19
(29,45,25)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #80CF73

#80CF73
(128,207,115)
#8BD37F
(139,211,127)
#96D78B
(150,215,139)
#A1DB97
(161,219,151)
#ACDFA3
(172,223,163)
#B7E3AF
(183,227,175)
#C2E7BB
(194,231,187)
#CDEBC7
(205,235,199)
#D8EFD3
(216,239,211)
#E3F3DF
(227,243,223)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CF73 color. Also use rgb(128,207,115) instead hex code.

Text Font Color

.myTextColor { color: #80CF73; }

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

This text font color is #80CF73.

Background Color

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

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

This div background color is #80CF73.

Border color

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

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

This div border color is #80CF73.

Opacity

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

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

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

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

This text has shadow with #80CF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CF73.

Preview

Color preview on black background

This text has color #80CF73 on black background.


Color preview on white background

This text has color #80CF73 on white background.


Black color preview on #80CF73 background

This text has black color on #80CF73 background.


White color preview on #80CF73 background

This text has white color on #80CF73 background.


Related colors

Complementary color

Complementary color for #hex is #7F308C.


I love getcolorcode.com

Triadic colors

1 #7380CF and #CF7380 with #80CF73 are triadic colors.

2 #73CF80 and #CF8073 with #80CF73 are triadic colors.