COLOR #85C17D

HEX: #85C17D RGB: (133,193,125)

Color info

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

RGB color model

#85C17D color RGB value is (133,193,125).

RGB: (133,193,125) (52%, 76%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 193 of 255 = 76%
B 125 of 255 = 49%

133
193
125

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

Portions of RGB colors in percentages

R + G + B = 133 + 193 + 125 = 451 (100%)
R 133 of 451 ~ 29.49%
G 193 of 451 ~ 42.79%
B 125 of 451 ~ 27.72'%

%29.49
%42.79
%27.72

CMYK color model

#85C17D color CMYK value is (31,0,35,24).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 24.31%
CMYK: (31,0,35,24) C31M0Y35K24 (31%,0%,35%,24%) (0.31/0.00/0.35/0.24) 

CMYK percentages

%31.09
%0
%35.23
%24.31

Codes

Color #85C17D in popluar color models

85 C1 7D
RGB 133 193 125
HSL 113° 35.42% 62.35%
HSB/HSV 113° 35.23% 75.69%
CMYK 31.09% 0.00% 35.23%
24.31%

Color #85C17D in popluar number systems.

HEX 85 C1 7D
Decimal 133 193 125
Binary 10000101 11000001 1111101
Octal 205 301 175

Shades and tints

Shades of #85C17D

#85C17D
(133,193,125)
#79B072
(121,176,114)
#6D9F67
(109,159,103)
#618E5C
(97,142,92)
#557D51
(85,125,81)
#496C46
(73,108,70)
#3D5B3B
(61,91,59)
#314A30
(49,74,48)
#253925
(37,57,37)
#19281A
(25,40,26)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #85C17D

#85C17D
(133,193,125)
#90C688
(144,198,136)
#9BCB93
(155,203,147)
#A6D09E
(166,208,158)
#B1D5A9
(177,213,169)
#BCDAB4
(188,218,180)
#C7DFBF
(199,223,191)
#D2E4CA
(210,228,202)
#DDE9D5
(221,233,213)
#E8EEE0
(232,238,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C17D color. Also use rgb(133,193,125) instead hex code.

Text Font Color

.myTextColor { color: #85C17D; }

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

This text font color is #85C17D.

Background Color

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

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

This div background color is #85C17D.

Border color

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

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

This div border color is #85C17D.

Opacity

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

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

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

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

This text has shadow with #85C17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C17D.

Preview

Color preview on black background

This text has color #85C17D on black background.


Color preview on white background

This text has color #85C17D on white background.


Black color preview on #85C17D background

This text has black color on #85C17D background.


White color preview on #85C17D background

This text has white color on #85C17D background.


Related colors

Complementary color

Complementary color for #hex is #7A3E82.


I love getcolorcode.com

Triadic colors

1 #7D85C1 and #C17D85 with #85C17D are triadic colors.

2 #7DC185 and #C1857D with #85C17D are triadic colors.