COLOR #85C57F

HEX: #85C57F RGB: (133,197,127)

Color info

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

RGB color model

#85C57F color RGB value is (133,197,127).

RGB: (133,197,127) (52%, 77%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 197 of 255 = 77%
B 127 of 255 = 50%

133
197
127

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

Portions of RGB colors in percentages

R + G + B = 133 + 197 + 127 = 457 (100%)
R 133 of 457 ~ 29.1%
G 197 of 457 ~ 43.11%
B 127 of 457 ~ 27.79'%

%29.1
%43.11
%27.79

CMYK color model

#85C57F color CMYK value is (32,0,36,23).

  • cyan value is 32.49%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 22.75%

CMYK: (32,0,36,23)
C32M0Y36K23 (32%, 0%, 36%, 23%)
(0.32 / 0.00 / 0.36 / 0.23)

CMYK percentages

%32.49
%0
%35.53
%22.75

Codes

Color #85C57F in popluar color models

85 C5 7F
RGB 133 197 127
HSL 115° 37.63% 63.53%
HSB/HSV 115° 35.53% 77.25%
CMYK 32.49% 0.00% 35.53%
22.75%

Color #85C57F in popluar number systems.

HEX 85 C5 7F
Decimal 133 197 127
Binary 10000101 11000101 1111111
Octal 205 305 177

Shades and tints

Shades of #85C57F

#85C57F
(133,197,127)
#79B474
(121,180,116)
#6DA369
(109,163,105)
#61925E
(97,146,94)
#558153
(85,129,83)
#497048
(73,112,72)
#3D5F3D
(61,95,61)
#314E32
(49,78,50)
#253D27
(37,61,39)
#192C1C
(25,44,28)
#0D1B11
(13,27,17)
#000000
(0,0,0)

Tints of #85C57F

#85C57F
(133,197,127)
#90CA8A
(144,202,138)
#9BCF95
(155,207,149)
#A6D4A0
(166,212,160)
#B1D9AB
(177,217,171)
#BCDEB6
(188,222,182)
#C7E3C1
(199,227,193)
#D2E8CC
(210,232,204)
#DDEDD7
(221,237,215)
#E8F2E2
(232,242,226)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C57F color. Also use rgb(133,197,127) instead hex code.

Text Font Color

.myTextColor { color: #85C57F; }

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

This text font color is #85C57F.

Background Color

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

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

This div background color is #85C57F.

Border color

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

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

This div border color is #85C57F.

Opacity

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

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

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

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

This text has shadow with #85C57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C57F.

Preview

Color preview on black background

This text has color #85C57F on black background.


Color preview on white background

This text has color #85C57F on white background.


Black color preview on #85C57F background

This text has black color on #85C57F background.


White color preview on #85C57F background

This text has white color on #85C57F background.


Related colors

Complementary color

Complementary color for #hex is #7A3A80.


I love getcolorcode.com

Triadic colors

1 #7F85C5 and #C57F85 with #85C57F are triadic colors.

2 #7FC585 and #C5857F with #85C57F are triadic colors.