COLOR #80D43D

HEX: #80D43D RGB: (128,212,61)

Color info

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

RGB color model

#80D43D color RGB value is (128,212,61).

RGB: (128,212,61) (50%, 83%, 24%)

RGB channels and saturation

R 128 of 255 = 50%
G 212 of 255 = 83%
B 61 of 255 = 24%

128
212
61

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

Portions of RGB colors in percentages

R + G + B = 128 + 212 + 61 = 401 (100%)
R 128 of 401 ~ 31.92%
G 212 of 401 ~ 52.87%
B 61 of 401 ~ 15.21'%

%31.92
%52.87
%15.21

CMYK color model

#80D43D color CMYK value is (40,0,71,17).

  • cyan value is 39.62%
  • magenta value is 0.00%
  • yellow value is 71.23%
  • key color value is 16.86%

CMYK: (40,0,71,17)
C40M0Y71K17 (40%, 0%, 71%, 17%)
(0.40 / 0.00 / 0.71 / 0.17)

CMYK percentages

%39.62
%0
%71.23
%16.86

Codes

Color #80D43D in popluar color models

80 D4 3D
RGB 128 212 61
HSL 93° 63.71% 53.53%
HSB/HSV 93° 71.23% 83.14%
CMYK 39.62% 0.00% 71.23%
16.86%

Color #80D43D in popluar number systems.

HEX 80 D4 3D
Decimal 128 212 61
Binary 10000000 11010100 111101
Octal 200 324 75

Shades and tints

Shades of #80D43D

#80D43D
(128,212,61)
#75C138
(117,193,56)
#6AAE33
(106,174,51)
#5F9B2E
(95,155,46)
#548829
(84,136,41)
#497524
(73,117,36)
#3E621F
(62,98,31)
#334F1A
(51,79,26)
#283C15
(40,60,21)
#1D2910
(29,41,16)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #80D43D

#80D43D
(128,212,61)
#8BD74E
(139,215,78)
#96DA5F
(150,218,95)
#A1DD70
(161,221,112)
#ACE081
(172,224,129)
#B7E392
(183,227,146)
#C2E6A3
(194,230,163)
#CDE9B4
(205,233,180)
#D8ECC5
(216,236,197)
#E3EFD6
(227,239,214)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D43D; }

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

This text font color is #80D43D.

Background Color

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

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

This div background color is #80D43D.

Border color

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

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

This div border color is #80D43D.

Opacity

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

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

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

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

This text has shadow with #80D43D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D43D.

Preview

Color preview on black background

This text has color #80D43D on black background.


Color preview on white background

This text has color #80D43D on white background.


Black color preview on #80D43D background

This text has black color on #80D43D background.


White color preview on #80D43D background

This text has white color on #80D43D background.


Related colors

Complementary color

Complementary color for #hex is #7F2BC2.


I love getcolorcode.com

Triadic colors

1 #3D80D4 and #D43D80 with #80D43D are triadic colors.

2 #3DD480 and #D4803D with #80D43D are triadic colors.