COLOR #85DC83

HEX: #85DC83 RGB: (133,220,131)

Color info

#85DC83 contains mainly green color. Web safe color of #85DC83 is #99CC99 (or #9C9).

RGB color model

#85DC83 color RGB value is (133,220,131).

RGB: (133,220,131) (52%, 86%, 51%)

RGB channels and saturation

R 133 of 255 = 52%
G 220 of 255 = 86%
B 131 of 255 = 51%

133
220
131

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

Portions of RGB colors in percentages

R + G + B = 133 + 220 + 131 = 484 (100%)
R 133 of 484 ~ 27.48%
G 220 of 484 ~ 45.45%
B 131 of 484 ~ 27.07'%

%27.48
%45.45
%27.07

CMYK color model

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

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 13.73%
CMYK: (40,0,40,14) C40M0Y40K14 (40%,0%,40%,14%) (0.40/0.00/0.40/0.14) 

CMYK percentages

%39.55
%0
%40.45
%13.73

Codes

Color #85DC83 in popluar color models

85 DC 83
RGB 133 220 131
HSL 119° 55.97% 68.82%
HSB/HSV 119° 40.45% 86.27%
CMYK 39.55% 0.00% 40.45%
13.73%

Color #85DC83 in popluar number systems.

HEX 85 DC 83
Decimal 133 220 131
Binary 10000101 11011100 10000011
Octal 205 334 203

Shades and tints

Shades of #85DC83

#85DC83
(133,220,131)
#79C878
(121,200,120)
#6DB46D
(109,180,109)
#61A062
(97,160,98)
#558C57
(85,140,87)
#49784C
(73,120,76)
#3D6441
(61,100,65)
#315036
(49,80,54)
#253C2B
(37,60,43)
#192820
(25,40,32)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #85DC83

#85DC83
(133,220,131)
#90DF8E
(144,223,142)
#9BE299
(155,226,153)
#A6E5A4
(166,229,164)
#B1E8AF
(177,232,175)
#BCEBBA
(188,235,186)
#C7EEC5
(199,238,197)
#D2F1D0
(210,241,208)
#DDF4DB
(221,244,219)
#E8F7E6
(232,247,230)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DC83; }

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

This text font color is #85DC83.

Background Color

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

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

This div background color is #85DC83.

Border color

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

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

This div border color is #85DC83.

Opacity

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

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

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

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

This text has shadow with #85DC83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DC83.

Preview

Color preview on black background

This text has color #85DC83 on black background.


Color preview on white background

This text has color #85DC83 on white background.


Black color preview on #85DC83 background

This text has black color on #85DC83 background.


White color preview on #85DC83 background

This text has white color on #85DC83 background.


Related colors

Complementary color

Complementary color for #hex is #7A237C.


I love getcolorcode.com

Triadic colors

1 #8385DC and #DC8385 with #85DC83 are triadic colors.

2 #83DC85 and #DC8583 with #85DC83 are triadic colors.