COLOR #85DF7F

HEX: #85DF7F RGB: (133,223,127)

Color info

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

RGB color model

#85DF7F color RGB value is (133,223,127).

RGB: (133,223,127) (52%, 87%, 50%)

RGB channels and saturation

R 133 of 255 = 52%
G 223 of 255 = 87%
B 127 of 255 = 50%

133
223
127

R + G + B ~ 63%. #85DF7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 223 + 127 = 483 (100%)
R 133 of 483 ~ 27.54%
G 223 of 483 ~ 46.17%
B 127 of 483 ~ 26.29'%

%27.54
%46.17
%26.29

CMYK color model

#85DF7F color CMYK value is (40,0,43,13).

  • cyan value is 40.36%
  • magenta value is 0.00%
  • yellow value is 43.05%
  • key color value is 12.55%

CMYK: (40,0,43,13)
C40M0Y43K13 (40%, 0%, 43%, 13%)
(0.40 / 0.00 / 0.43 / 0.13)

CMYK percentages

%40.36
%0
%43.05
%12.55

Codes

Color #85DF7F in popluar color models

85 DF 7F
RGB 133 223 127
HSL 116° 60.00% 68.63%
HSB/HSV 116° 43.05% 87.45%
CMYK 40.36% 0.00% 43.05%
12.55%

Color #85DF7F in popluar number systems.

HEX 85 DF 7F
Decimal 133 223 127
Binary 10000101 11011111 1111111
Octal 205 337 177

Shades and tints

Shades of #85DF7F

#85DF7F
(133,223,127)
#79CB74
(121,203,116)
#6DB769
(109,183,105)
#61A35E
(97,163,94)
#558F53
(85,143,83)
#497B48
(73,123,72)
#3D673D
(61,103,61)
#315332
(49,83,50)
#253F27
(37,63,39)
#192B1C
(25,43,28)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #85DF7F

#85DF7F
(133,223,127)
#90E18A
(144,225,138)
#9BE395
(155,227,149)
#A6E5A0
(166,229,160)
#B1E7AB
(177,231,171)
#BCE9B6
(188,233,182)
#C7EBC1
(199,235,193)
#D2EDCC
(210,237,204)
#DDEFD7
(221,239,215)
#E8F1E2
(232,241,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DF7F; }

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

This text font color is #85DF7F.

Background Color

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

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

This div background color is #85DF7F.

Border color

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

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

This div border color is #85DF7F.

Opacity

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

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

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

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

This text has shadow with #85DF7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DF7F.

Preview

Color preview on black background

This text has color #85DF7F on black background.


Color preview on white background

This text has color #85DF7F on white background.


Black color preview on #85DF7F background

This text has black color on #85DF7F background.


White color preview on #85DF7F background

This text has white color on #85DF7F background.


Related colors

Complementary color

Complementary color for #hex is #7A2080.


I love getcolorcode.com

Triadic colors

1 #7F85DF and #DF7F85 with #85DF7F are triadic colors.

2 #7FDF85 and #DF857F with #85DF7F are triadic colors.