COLOR #80DE50

HEX: #80DE50 RGB: (128,222,80)

Color info

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

RGB color model

#80DE50 color RGB value is (128,222,80).

RGB: (128,222,80) (50%, 87%, 31%)

RGB channels and saturation

R 128 of 255 = 50%
G 222 of 255 = 87%
B 80 of 255 = 31%

128
222
80

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

Portions of RGB colors in percentages

R + G + B = 128 + 222 + 80 = 430 (100%)
R 128 of 430 ~ 29.77%
G 222 of 430 ~ 51.63%
B 80 of 430 ~ 18.6'%

%29.77
%51.63
%18.6

CMYK color model

#80DE50 color CMYK value is (42,0,64,13).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 63.96%
  • key color value is 12.94%

CMYK: (42,0,64,13)
C42M0Y64K13 (42%, 0%, 64%, 13%)
(0.42 / 0.00 / 0.64 / 0.13)

CMYK percentages

%42.34
%0
%63.96
%12.94

Codes

Color #80DE50 in popluar color models

80 DE 50
RGB 128 222 80
HSL 100° 68.27% 59.22%
HSB/HSV 100° 63.96% 87.06%
CMYK 42.34% 0.00% 63.96%
12.94%

Color #80DE50 in popluar number systems.

HEX 80 DE 50
Decimal 128 222 80
Binary 10000000 11011110 1010000
Octal 200 336 120

Shades and tints

Shades of #80DE50

#80DE50
(128,222,80)
#75CA49
(117,202,73)
#6AB642
(106,182,66)
#5FA23B
(95,162,59)
#548E34
(84,142,52)
#497A2D
(73,122,45)
#3E6626
(62,102,38)
#33521F
(51,82,31)
#283E18
(40,62,24)
#1D2A11
(29,42,17)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #80DE50

#80DE50
(128,222,80)
#8BE15F
(139,225,95)
#96E46E
(150,228,110)
#A1E77D
(161,231,125)
#ACEA8C
(172,234,140)
#B7ED9B
(183,237,155)
#C2F0AA
(194,240,170)
#CDF3B9
(205,243,185)
#D8F6C8
(216,246,200)
#E3F9D7
(227,249,215)
#EEFCE6
(238,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DE50; }

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

This text font color is #80DE50.

Background Color

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

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

This div background color is #80DE50.

Border color

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

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

This div border color is #80DE50.

Opacity

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

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

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

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

This text has shadow with #80DE50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80DE50.

Preview

Color preview on black background

This text has color #80DE50 on black background.


Color preview on white background

This text has color #80DE50 on white background.


Black color preview on #80DE50 background

This text has black color on #80DE50 background.


White color preview on #80DE50 background

This text has white color on #80DE50 background.


Related colors

Complementary color

Complementary color for #hex is #7F21AF.


I love getcolorcode.com

Triadic colors

1 #5080DE and #DE5080 with #80DE50 are triadic colors.

2 #50DE80 and #DE8050 with #80DE50 are triadic colors.