COLOR #80DD38

HEX: #80DD38
RGB: (128,221,56)

Color info

#80DD38 contains mainly green color. Web safe color of #80DD38 is #66CC33 (or #6C3).

RGB color model

#80DD38 color RGB value is (128,221,56).

  • red value is 128;
  • green value is 221;
  • blue value is 56.
RGB:
(128,221,56)
(50%,87%,22%)

RGB channels and saturation

R 128 of 255 = 50%
G 221 of 255 = 87%
B 56 of 255 = 22%

128
221
56

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

Portions of RGB colors in percentages

R + G + B =
128 + 221 + 56 = 405 (100%)
R 128 of 405 ~ 31.6%
G 221 of 405 ~ 54.57%
B 56 of 405 ~ 13.83%

%31.6
%54.57
%13.83

CMYK color model

#80DD38 color CMYK value is (42,0,75,13).

  • cyan value is 42.08%
  • magenta value is 0.00%
  • yellow value is 74.66%
  • key color value is 13.33%
CMYK:
(42,0,75,13)
C42M0Y75K13 
(42%,0%,75%,13%)
(0.42/0.00/0.75/0.13)	

CMYK percentages

%42.08
%0
%74.66
%13.33

Codes

Color #80DD38 in popluar color models

80DD38
RGB12822156
HSL94°70.82%54.31%
HSB/HSV94°74.66%86.67%
CMYK42.08%0.00%74.66%
13.33%

Color #80DD38 in popluar number systems.

HEX80DD38
Decimal12822156
Binary1000000011011101111000
Octal20033570

Shades and tints

Shades of #80DD38

#80DD38
(128,221,56)
#75C933
(117,201,51)
#6AB52E
(106,181,46)
#5FA129
(95,161,41)
#548D24
(84,141,36)
#49791F
(73,121,31)
#3E651A
(62,101,26)
#335115
(51,81,21)
#283D10
(40,61,16)
#1D290B
(29,41,11)
#121506
(18,21,6)
#000000
(0,0,0)

Tints of #80DD38

#80DD38
(128,221,56)
#8BE04A
(139,224,74)
#96E35C
(150,227,92)
#A1E66E
(161,230,110)
#ACE980
(172,233,128)
#B7EC92
(183,236,146)
#C2EFA4
(194,239,164)
#CDF2B6
(205,242,182)
#D8F5C8
(216,245,200)
#E3F8DA
(227,248,218)
#EEFBEC
(238,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80DD38 color. Also use rgb(128,221,56) instead hex code.

Text Font Color

.myTextColor { color: #80DD38; }

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

This text font color is #80DD38.


Background Color

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

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

This div background color is #80DD38.


Border color

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

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

This div border color is #80DD38.


Opacity

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

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

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

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

This text has shadow with #80DD38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80DD38 on black background.


Color preview on white background

This text has color #80DD38 on white background.



Black color preview on #80DD38 background

This text has black color on #80DD38 background.


White color preview on #80DD38 background

This text has white color on #80DD38 background.