COLOR #85DC80

HEX: #85DC80 RGB: (133,220,128)

Color info

#85DC80 contains mainly green color. Web safe color of #85DC80 is #99CC66 (or #9C6).

RGB color model

#85DC80 color RGB value is (133,220,128).

RGB: (133,220,128) (52%, 86%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 220 of 255 = 86%
B 128 of 255 = 50%

133
220
128

R + G + B ~ 63%. #85DC80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 220 + 128 = 481 (100%)
R 133 of 481 ~ 27.65%
G 220 of 481 ~ 45.74%
B 128 of 481 ~ 26.61'%

%27.65
%45.74
%26.61

CMYK color model

#85DC80 color CMYK value is (40,0,42,14).

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 41.82%
  • key color value is 13.73%

CMYK: (40,0,42,14)
C40M0Y42K14 (40%, 0%, 42%, 14%)
(0.40 / 0.00 / 0.42 / 0.14)

CMYK percentages

%39.55
%0
%41.82
%13.73

Codes

Color #85DC80 in popluar color models

85 DC 80
RGB 133 220 128
HSL 117° 56.79% 68.24%
HSB/HSV 117° 41.82% 86.27%
CMYK 39.55% 0.00% 41.82%
13.73%

Color #85DC80 in popluar number systems.

HEX 85 DC 80
Decimal 133 220 128
Binary 10000101 11011100 10000000
Octal 205 334 200

Shades and tints

Shades of #85DC80

#85DC80
(133,220,128)
#79C875
(121,200,117)
#6DB46A
(109,180,106)
#61A05F
(97,160,95)
#558C54
(85,140,84)
#497849
(73,120,73)
#3D643E
(61,100,62)
#315033
(49,80,51)
#253C28
(37,60,40)
#19281D
(25,40,29)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #85DC80

#85DC80
(133,220,128)
#90DF8B
(144,223,139)
#9BE296
(155,226,150)
#A6E5A1
(166,229,161)
#B1E8AC
(177,232,172)
#BCEBB7
(188,235,183)
#C7EEC2
(199,238,194)
#D2F1CD
(210,241,205)
#DDF4D8
(221,244,216)
#E8F7E3
(232,247,227)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DC80 color. Also use rgb(133,220,128) instead hex code.

Text Font Color

.myTextColor { color: #85DC80; }

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

This text font color is #85DC80.

Background Color

.myBgColor { background-color: #85DC80; }

<div style="background-color:#85DC80">Inner text</div>

This div background color is #85DC80.

Border color

.myBorderColor { border: 1px solid #85DC80; }

<div style="border:3px solid #85DC80">Div</div>

This div border color is #85DC80.

Opacity

.myOpacity80 { color: #85DC80; opacity: 0.8; }

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

Text with #85DC80 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 #85DC80;}

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

This text has shadow with #85DC80 color.


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

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

This text has shadow with #85DC80 primary color and red secondary color.


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

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

This text has shadow with #85DC80 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85DC80.

Preview

Color preview on black background

This text has color #85DC80 on black background.


Color preview on white background

This text has color #85DC80 on white background.


Black color preview on #85DC80 background

This text has black color on #85DC80 background.


White color preview on #85DC80 background

This text has white color on #85DC80 background.


Related colors

Complementary color

Complementary color for #hex is #7A237F.


I love getcolorcode.com

Triadic colors

1 #8085DC and #DC8085 with #85DC80 are triadic colors.

2 #80DC85 and #DC8580 with #85DC80 are triadic colors.