COLOR #85D577

HEX: #85D577
RGB: (133,213,119)

Color info

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

RGB color model

#85D577 color RGB value is (133,213,119).

  • red value is 133;
  • green value is 213;
  • blue value is 119.
RGB:
(133,213,119)
(52%,84%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 213 of 255 = 84%
B 119 of 255 = 47%

133
213
119

R + G + B ~ 61%. #85D577 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 213 + 119 = 465 (100%)
R 133 of 465 ~ 28.6%
G 213 of 465 ~ 45.81%
B 119 of 465 ~ 25.59%

%28.6
%45.81
%25.59

CMYK color model

#85D577 color CMYK value is (38,0,44,16).

  • cyan value is 37.56%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(38,0,44,16)
C38M0Y44K16 
(38%,0%,44%,16%)
(0.38/0.00/0.44/0.16)	

CMYK percentages

%37.56
%0
%44.13
%16.47

Codes

Color #85D577 in popluar color models

85D577
RGB133213119
HSL111°52.81%65.10%
HSB/HSV111°44.13%83.53%
CMYK37.56%0.00%44.13%
16.47%

Color #85D577 in popluar number systems.

HEX85D577
Decimal133213119
Binary10000101110101011110111
Octal205325167

Shades and tints

Shades of #85D577

#85D577
(133,213,119)
#79C26D
(121,194,109)
#6DAF63
(109,175,99)
#619C59
(97,156,89)
#55894F
(85,137,79)
#497645
(73,118,69)
#3D633B
(61,99,59)
#315031
(49,80,49)
#253D27
(37,61,39)
#192A1D
(25,42,29)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #85D577

#85D577
(133,213,119)
#90D883
(144,216,131)
#9BDB8F
(155,219,143)
#A6DE9B
(166,222,155)
#B1E1A7
(177,225,167)
#BCE4B3
(188,228,179)
#C7E7BF
(199,231,191)
#D2EACB
(210,234,203)
#DDEDD7
(221,237,215)
#E8F0E3
(232,240,227)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D577 color. Also use rgb(133,213,119) instead hex code.

Text Font Color

.myTextColor { color: #85D577; }

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

This text font color is #85D577.


Background Color

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

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

This div background color is #85D577.


Border color

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

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

This div border color is #85D577.


Opacity

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

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

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

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

This text has shadow with #85D577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D577 on black background.


Color preview on white background

This text has color #85D577 on white background.



Black color preview on #85D577 background

This text has black color on #85D577 background.


White color preview on #85D577 background

This text has white color on #85D577 background.