COLOR #80CD78

HEX: #80CD78
RGB: (128,205,120)

Color info

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

RGB color model

#80CD78 color RGB value is (128,205,120).

  • red value is 128;
  • green value is 205;
  • blue value is 120.
RGB:
(128,205,120)
(50%,80%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 205 of 255 = 80%
B 120 of 255 = 47%

128
205
120

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

Portions of RGB colors in percentages

R + G + B =
128 + 205 + 120 = 453 (100%)
R 128 of 453 ~ 28.26%
G 205 of 453 ~ 45.25%
B 120 of 453 ~ 26.49%

%28.26
%45.25
%26.49

CMYK color model

#80CD78 color CMYK value is (38,0,41,20).

  • cyan value is 37.56%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 19.61%
CMYK:
(38,0,41,20)
C38M0Y41K20 
(38%,0%,41%,20%)
(0.38/0.00/0.41/0.20)	

CMYK percentages

%37.56
%0
%41.46
%19.61

Codes

Color #80CD78 in popluar color models

80CD78
RGB128205120
HSL114°45.95%63.73%
HSB/HSV114°41.46%80.39%
CMYK37.56%0.00%41.46%
19.61%

Color #80CD78 in popluar number systems.

HEX80CD78
Decimal128205120
Binary10000000110011011111000
Octal200315170

Shades and tints

Shades of #80CD78

#80CD78
(128,205,120)
#75BB6E
(117,187,110)
#6AA964
(106,169,100)
#5F975A
(95,151,90)
#548550
(84,133,80)
#497346
(73,115,70)
#3E613C
(62,97,60)
#334F32
(51,79,50)
#283D28
(40,61,40)
#1D2B1E
(29,43,30)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #80CD78

#80CD78
(128,205,120)
#8BD184
(139,209,132)
#96D590
(150,213,144)
#A1D99C
(161,217,156)
#ACDDA8
(172,221,168)
#B7E1B4
(183,225,180)
#C2E5C0
(194,229,192)
#CDE9CC
(205,233,204)
#D8EDD8
(216,237,216)
#E3F1E4
(227,241,228)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CD78 color. Also use rgb(128,205,120) instead hex code.

Text Font Color

.myTextColor { color: #80CD78; }

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

This text font color is #80CD78.


Background Color

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

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

This div background color is #80CD78.


Border color

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

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

This div border color is #80CD78.


Opacity

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

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

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

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

This text has shadow with #80CD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CD78 on black background.


Color preview on white background

This text has color #80CD78 on white background.



Black color preview on #80CD78 background

This text has black color on #80CD78 background.


White color preview on #80CD78 background

This text has white color on #80CD78 background.