COLOR #85D46D

HEX: #85D46D RGB: (133,212,109)

Color info

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

RGB color model

#85D46D color RGB value is (133,212,109).

RGB: (133,212,109) (52%, 83%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 212 of 255 = 83%
B 109 of 255 = 43%

133
212
109

R + G + B ~ 59%. #85D46D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 212 + 109 = 454 (100%)
R 133 of 454 ~ 29.3%
G 212 of 454 ~ 46.7%
B 109 of 454 ~ 24.01'%

%29.3
%46.7
%24.01

CMYK color model

#85D46D color CMYK value is (37,0,49,17).

  • cyan value is 37.26%
  • magenta value is 0.00%
  • yellow value is 48.58%
  • key color value is 16.86%

CMYK: (37,0,49,17)
C37M0Y49K17 (37%, 0%, 49%, 17%)
(0.37 / 0.00 / 0.49 / 0.17)

CMYK percentages

%37.26
%0
%48.58
%16.86

Codes

Color #85D46D in popluar color models

85 D4 6D
RGB 133 212 109
HSL 106° 54.50% 62.94%
HSB/HSV 106° 48.58% 83.14%
CMYK 37.26% 0.00% 48.58%
16.86%

Color #85D46D in popluar number systems.

HEX 85 D4 6D
Decimal 133 212 109
Binary 10000101 11010100 1101101
Octal 205 324 155

Shades and tints

Shades of #85D46D

#85D46D
(133,212,109)
#79C164
(121,193,100)
#6DAE5B
(109,174,91)
#619B52
(97,155,82)
#558849
(85,136,73)
#497540
(73,117,64)
#3D6237
(61,98,55)
#314F2E
(49,79,46)
#253C25
(37,60,37)
#19291C
(25,41,28)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #85D46D

#85D46D
(133,212,109)
#90D77A
(144,215,122)
#9BDA87
(155,218,135)
#A6DD94
(166,221,148)
#B1E0A1
(177,224,161)
#BCE3AE
(188,227,174)
#C7E6BB
(199,230,187)
#D2E9C8
(210,233,200)
#DDECD5
(221,236,213)
#E8EFE2
(232,239,226)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D46D color. Also use rgb(133,212,109) instead hex code.

Text Font Color

.myTextColor { color: #85D46D; }

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

This text font color is #85D46D.

Background Color

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

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

This div background color is #85D46D.

Border color

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

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

This div border color is #85D46D.

Opacity

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

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

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

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

This text has shadow with #85D46D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D46D.

Preview

Color preview on black background

This text has color #85D46D on black background.


Color preview on white background

This text has color #85D46D on white background.


Black color preview on #85D46D background

This text has black color on #85D46D background.


White color preview on #85D46D background

This text has white color on #85D46D background.


Related colors

Complementary color

Complementary color for #hex is #7A2B92.


I love getcolorcode.com

Triadic colors

1 #6D85D4 and #D46D85 with #85D46D are triadic colors.

2 #6DD485 and #D4856D with #85D46D are triadic colors.