COLOR #85E59A

HEX: #85E59A RGB: (133,229,154)

Color info

#85E59A contains mainly green color. Web safe color of #85E59A is #99CC99 (or #9C9).

RGB color model

#85E59A color RGB value is (133,229,154).

RGB: (133,229,154) (52%, 90%, 60%)

RGB channels and saturation

R 133 of 255 = 52%
G 229 of 255 = 90%
B 154 of 255 = 60%

133
229
154

R + G + B ~ 67%. #85E59A is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 229 + 154 = 516 (100%)
R 133 of 516 ~ 25.78%
G 229 of 516 ~ 44.38%
B 154 of 516 ~ 29.84'%

%25.78
%44.38
%29.84

CMYK color model

#85E59A color CMYK value is (42,0,33,10).

  • cyan value is 41.92%
  • magenta value is 0.00%
  • yellow value is 32.75%
  • key color value is 10.20%

CMYK: (42,0,33,10)
C42M0Y33K10 (42%, 0%, 33%, 10%)
(0.42 / 0.00 / 0.33 / 0.10)

CMYK percentages

%41.92
%0
%32.75
%10.2

Codes

Color #85E59A in popluar color models

85 E5 9A
RGB 133 229 154
HSL 133° 64.86% 70.98%
HSB/HSV 133° 41.92% 89.80%
CMYK 41.92% 0.00% 32.75%
10.20%

Color #85E59A in popluar number systems.

HEX 85 E5 9A
Decimal 133 229 154
Binary 10000101 11100101 10011010
Octal 205 345 232

Shades and tints

Shades of #85E59A

#85E59A
(133,229,154)
#79D18C
(121,209,140)
#6DBD7E
(109,189,126)
#61A970
(97,169,112)
#559562
(85,149,98)
#498154
(73,129,84)
#3D6D46
(61,109,70)
#315938
(49,89,56)
#25452A
(37,69,42)
#19311C
(25,49,28)
#0D1D0E
(13,29,14)
#000000
(0,0,0)

Tints of #85E59A

#85E59A
(133,229,154)
#90E7A3
(144,231,163)
#9BE9AC
(155,233,172)
#A6EBB5
(166,235,181)
#B1EDBE
(177,237,190)
#BCEFC7
(188,239,199)
#C7F1D0
(199,241,208)
#D2F3D9
(210,243,217)
#DDF5E2
(221,245,226)
#E8F7EB
(232,247,235)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E59A color. Also use rgb(133,229,154) instead hex code.

Text Font Color

.myTextColor { color: #85E59A; }

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

This text font color is #85E59A.

Background Color

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

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

This div background color is #85E59A.

Border color

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

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

This div border color is #85E59A.

Opacity

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

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

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

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

This text has shadow with #85E59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E59A.

Preview

Color preview on black background

This text has color #85E59A on black background.


Color preview on white background

This text has color #85E59A on white background.


Black color preview on #85E59A background

This text has black color on #85E59A background.


White color preview on #85E59A background

This text has white color on #85E59A background.


Related colors

Complementary color

Complementary color for #hex is #7A1A65.


I love getcolorcode.com

Triadic colors

1 #9A85E5 and #E59A85 with #85E59A are triadic colors.

2 #9AE585 and #E5859A with #85E59A are triadic colors.