COLOR #85D77E

HEX: #85D77E RGB: (133,215,126)

Color info

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

RGB color model

#85D77E color RGB value is (133,215,126).

RGB: (133,215,126) (52%, 84%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 215 of 255 = 84%
B 126 of 255 = 49%

133
215
126

R + G + B ~ 62%. #85D77E is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 215 + 126 = 474 (100%)
R 133 of 474 ~ 28.06%
G 215 of 474 ~ 45.36%
B 126 of 474 ~ 26.58'%

%28.06
%45.36
%26.58

CMYK color model

#85D77E color CMYK value is (38,0,41,16).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 41.40%
  • key color value is 15.69%
CMYK: (38,0,41,16) C38M0Y41K16 (38%,0%,41%,16%) (0.38/0.00/0.41/0.16) 

CMYK percentages

%38.14
%0
%41.4
%15.69

Codes

Color #85D77E in popluar color models

85 D7 7E
RGB 133 215 126
HSL 115° 52.66% 66.86%
HSB/HSV 115° 41.40% 84.31%
CMYK 38.14% 0.00% 41.40%
15.69%

Color #85D77E in popluar number systems.

HEX 85 D7 7E
Decimal 133 215 126
Binary 10000101 11010111 1111110
Octal 205 327 176

Shades and tints

Shades of #85D77E

#85D77E
(133,215,126)
#79C473
(121,196,115)
#6DB168
(109,177,104)
#619E5D
(97,158,93)
#558B52
(85,139,82)
#497847
(73,120,71)
#3D653C
(61,101,60)
#315231
(49,82,49)
#253F26
(37,63,38)
#192C1B
(25,44,27)
#0D1910
(13,25,16)
#000000
(0,0,0)

Tints of #85D77E

#85D77E
(133,215,126)
#90DA89
(144,218,137)
#9BDD94
(155,221,148)
#A6E09F
(166,224,159)
#B1E3AA
(177,227,170)
#BCE6B5
(188,230,181)
#C7E9C0
(199,233,192)
#D2ECCB
(210,236,203)
#DDEFD6
(221,239,214)
#E8F2E1
(232,242,225)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D77E color. Also use rgb(133,215,126) instead hex code.

Text Font Color

.myTextColor { color: #85D77E; }

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

This text font color is #85D77E.

Background Color

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

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

This div background color is #85D77E.

Border color

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

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

This div border color is #85D77E.

Opacity

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

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

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

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

This text has shadow with #85D77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D77E.

Preview

Color preview on black background

This text has color #85D77E on black background.


Color preview on white background

This text has color #85D77E on white background.


Black color preview on #85D77E background

This text has black color on #85D77E background.


White color preview on #85D77E background

This text has white color on #85D77E background.


Related colors

Complementary color

Complementary color for #hex is #7A2881.


I love getcolorcode.com

Triadic colors

1 #7E85D7 and #D77E85 with #85D77E are triadic colors.

2 #7ED785 and #D7857E with #85D77E are triadic colors.