COLOR #80CD64

HEX: #80CD64
RGB: (128,205,100)

Color info

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

RGB color model

#80CD64 color RGB value is (128,205,100).

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

RGB channels and saturation

R 128 of 255 = 50%
G 205 of 255 = 80%
B 100 of 255 = 39%

128
205
100

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

Portions of RGB colors in percentages

R + G + B =
128 + 205 + 100 = 433 (100%)
R 128 of 433 ~ 29.56%
G 205 of 433 ~ 47.34%
B 100 of 433 ~ 23.09%

%29.56
%47.34
%23.09

CMYK color model

#80CD64 color CMYK value is (38,0,51,20).

  • cyan value is 37.56%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 19.61%
CMYK:
(38,0,51,20)
C38M0Y51K20 
(38%,0%,51%,20%)
(0.38/0.00/0.51/0.20)	

CMYK percentages

%37.56
%0
%51.22
%19.61

Codes

Color #80CD64 in popluar color models

80CD64
RGB128205100
HSL104°51.22%59.80%
HSB/HSV104°51.22%80.39%
CMYK37.56%0.00%51.22%
19.61%

Color #80CD64 in popluar number systems.

HEX80CD64
Decimal128205100
Binary10000000110011011100100
Octal200315144

Shades and tints

Shades of #80CD64

#80CD64
(128,205,100)
#75BB5B
(117,187,91)
#6AA952
(106,169,82)
#5F9749
(95,151,73)
#548540
(84,133,64)
#497337
(73,115,55)
#3E612E
(62,97,46)
#334F25
(51,79,37)
#283D1C
(40,61,28)
#1D2B13
(29,43,19)
#12190A
(18,25,10)
#000000
(0,0,0)

Tints of #80CD64

#80CD64
(128,205,100)
#8BD172
(139,209,114)
#96D580
(150,213,128)
#A1D98E
(161,217,142)
#ACDD9C
(172,221,156)
#B7E1AA
(183,225,170)
#C2E5B8
(194,229,184)
#CDE9C6
(205,233,198)
#D8EDD4
(216,237,212)
#E3F1E2
(227,241,226)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80CD64; }

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

This text font color is #80CD64.


Background Color

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

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

This div background color is #80CD64.


Border color

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

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

This div border color is #80CD64.


Opacity

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

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

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

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

This text has shadow with #80CD64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CD64 on black background.


Color preview on white background

This text has color #80CD64 on white background.



Black color preview on #80CD64 background

This text has black color on #80CD64 background.


White color preview on #80CD64 background

This text has white color on #80CD64 background.