COLOR #85D76D

HEX: #85D76D RGB: (133,215,109)

Color info

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

RGB color model

#85D76D color RGB value is (133,215,109).

RGB: (133,215,109) (52%, 84%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 215 of 255 = 84%
B 109 of 255 = 43%

133
215
109

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

Portions of RGB colors in percentages

R + G + B = 133 + 215 + 109 = 457 (100%)
R 133 of 457 ~ 29.1%
G 215 of 457 ~ 47.05%
B 109 of 457 ~ 23.85'%

%29.1
%47.05
%23.85

CMYK color model

#85D76D color CMYK value is (38,0,49,16).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 49.30%
  • key color value is 15.69%

CMYK: (38,0,49,16)
C38M0Y49K16 (38%, 0%, 49%, 16%)
(0.38 / 0.00 / 0.49 / 0.16)

CMYK percentages

%38.14
%0
%49.3
%15.69

Codes

Color #85D76D in popluar color models

85 D7 6D
RGB 133 215 109
HSL 106° 56.99% 63.53%
HSB/HSV 106° 49.30% 84.31%
CMYK 38.14% 0.00% 49.30%
15.69%

Color #85D76D in popluar number systems.

HEX 85 D7 6D
Decimal 133 215 109
Binary 10000101 11010111 1101101
Octal 205 327 155

Shades and tints

Shades of #85D76D

#85D76D
(133,215,109)
#79C464
(121,196,100)
#6DB15B
(109,177,91)
#619E52
(97,158,82)
#558B49
(85,139,73)
#497840
(73,120,64)
#3D6537
(61,101,55)
#31522E
(49,82,46)
#253F25
(37,63,37)
#192C1C
(25,44,28)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #85D76D

#85D76D
(133,215,109)
#90DA7A
(144,218,122)
#9BDD87
(155,221,135)
#A6E094
(166,224,148)
#B1E3A1
(177,227,161)
#BCE6AE
(188,230,174)
#C7E9BB
(199,233,187)
#D2ECC8
(210,236,200)
#DDEFD5
(221,239,213)
#E8F2E2
(232,242,226)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D76D; }

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

This text font color is #85D76D.

Background Color

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

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

This div background color is #85D76D.

Border color

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

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

This div border color is #85D76D.

Opacity

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

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

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

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

This text has shadow with #85D76D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D76D.

Preview

Color preview on black background

This text has color #85D76D on black background.


Color preview on white background

This text has color #85D76D on white background.


Black color preview on #85D76D background

This text has black color on #85D76D background.


White color preview on #85D76D background

This text has white color on #85D76D background.


Related colors

Complementary color

Complementary color for #hex is #7A2892.


I love getcolorcode.com

Triadic colors

1 #6D85D7 and #D76D85 with #85D76D are triadic colors.

2 #6DD785 and #D7856D with #85D76D are triadic colors.