COLOR #85E473

HEX: #85E473 RGB: (133,228,115)

Color info

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

RGB color model

#85E473 color RGB value is (133,228,115).

RGB: (133,228,115) (52%, 89%, 45%)

RGB channels and saturation

R 133 of 255 = 52%
G 228 of 255 = 89%
B 115 of 255 = 45%

133
228
115

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

Portions of RGB colors in percentages

R + G + B = 133 + 228 + 115 = 476 (100%)
R 133 of 476 ~ 27.94%
G 228 of 476 ~ 47.9%
B 115 of 476 ~ 24.16'%

%27.94
%47.9
%24.16

CMYK color model

#85E473 color CMYK value is (42,0,50,11).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 49.56%
  • key color value is 10.59%

CMYK: (42,0,50,11)
C42M0Y50K11 (42%, 0%, 50%, 11%)
(0.42 / 0.00 / 0.50 / 0.11)

CMYK percentages

%41.67
%0
%49.56
%10.59

Codes

Color #85E473 in popluar color models

85 E4 73
RGB 133 228 115
HSL 110° 67.66% 67.25%
HSB/HSV 110° 49.56% 89.41%
CMYK 41.67% 0.00% 49.56%
10.59%

Color #85E473 in popluar number systems.

HEX 85 E4 73
Decimal 133 228 115
Binary 10000101 11100100 1110011
Octal 205 344 163

Shades and tints

Shades of #85E473

#85E473
(133,228,115)
#79D069
(121,208,105)
#6DBC5F
(109,188,95)
#61A855
(97,168,85)
#55944B
(85,148,75)
#498041
(73,128,65)
#3D6C37
(61,108,55)
#31582D
(49,88,45)
#254423
(37,68,35)
#193019
(25,48,25)
#0D1C0F
(13,28,15)
#000000
(0,0,0)

Tints of #85E473

#85E473
(133,228,115)
#90E67F
(144,230,127)
#9BE88B
(155,232,139)
#A6EA97
(166,234,151)
#B1ECA3
(177,236,163)
#BCEEAF
(188,238,175)
#C7F0BB
(199,240,187)
#D2F2C7
(210,242,199)
#DDF4D3
(221,244,211)
#E8F6DF
(232,246,223)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E473 color. Also use rgb(133,228,115) instead hex code.

Text Font Color

.myTextColor { color: #85E473; }

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

This text font color is #85E473.

Background Color

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

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

This div background color is #85E473.

Border color

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

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

This div border color is #85E473.

Opacity

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

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

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

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

This text has shadow with #85E473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E473.

Preview

Color preview on black background

This text has color #85E473 on black background.


Color preview on white background

This text has color #85E473 on white background.


Black color preview on #85E473 background

This text has black color on #85E473 background.


White color preview on #85E473 background

This text has white color on #85E473 background.


Related colors

Complementary color

Complementary color for #85E473 is #7A1B8C.


I love getcolorcode.com

Triadic colors

1 #7385E4 and #E47385 with #85E473 are triadic colors.

2 #73E485 and #E48573 with #85E473 are triadic colors.