COLOR #85EF5E

HEX: #85EF5E RGB: (133,239,94)

Color info

#85EF5E contains mainly green color. Web safe color of #85EF5E is #99FF66 (or #9F6).

RGB color model

#85EF5E color RGB value is (133,239,94).

RGB: (133,239,94) (52%, 94%, 37%)

RGB channels and saturation

R 133 of 255 = 52%
G 239 of 255 = 94%
B 94 of 255 = 37%

133
239
94

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

Portions of RGB colors in percentages

R + G + B = 133 + 239 + 94 = 466 (100%)
R 133 of 466 ~ 28.54%
G 239 of 466 ~ 51.29%
B 94 of 466 ~ 20.17'%

%28.54
%51.29
%20.17

CMYK color model

#85EF5E color CMYK value is (44,0,61,6).

  • cyan value is 44.35%
  • magenta value is 0.00%
  • yellow value is 60.67%
  • key color value is 6.27%

CMYK: (44,0,61,6)
C44M0Y61K6 (44%, 0%, 61%, 6%)
(0.44 / 0.00 / 0.61 / 0.06)

CMYK percentages

%44.35
%0
%60.67
%6.27

Codes

Color #85EF5E in popluar color models

85 EF 5E
RGB 133 239 94
HSL 104° 81.92% 65.29%
HSB/HSV 104° 60.67% 93.73%
CMYK 44.35% 0.00% 60.67%
6.27%

Color #85EF5E in popluar number systems.

HEX 85 EF 5E
Decimal 133 239 94
Binary 10000101 11101111 1011110
Octal 205 357 136

Shades and tints

Shades of #85EF5E

#85EF5E
(133,239,94)
#79DA56
(121,218,86)
#6DC54E
(109,197,78)
#61B046
(97,176,70)
#559B3E
(85,155,62)
#498636
(73,134,54)
#3D712E
(61,113,46)
#315C26
(49,92,38)
#25471E
(37,71,30)
#193216
(25,50,22)
#0D1D0E
(13,29,14)
#000000
(0,0,0)

Tints of #85EF5E

#85EF5E
(133,239,94)
#90F06C
(144,240,108)
#9BF17A
(155,241,122)
#A6F288
(166,242,136)
#B1F396
(177,243,150)
#BCF4A4
(188,244,164)
#C7F5B2
(199,245,178)
#D2F6C0
(210,246,192)
#DDF7CE
(221,247,206)
#E8F8DC
(232,248,220)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85EF5E color. Also use rgb(133,239,94) instead hex code.

Text Font Color

.myTextColor { color: #85EF5E; }

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

This text font color is #85EF5E.

Background Color

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

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

This div background color is #85EF5E.

Border color

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

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

This div border color is #85EF5E.

Opacity

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

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

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

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

This text has shadow with #85EF5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85EF5E.

Preview

Color preview on black background

This text has color #85EF5E on black background.


Color preview on white background

This text has color #85EF5E on white background.


Black color preview on #85EF5E background

This text has black color on #85EF5E background.


White color preview on #85EF5E background

This text has white color on #85EF5E background.


Related colors

Complementary color

Complementary color for #85EF5E is #7A10A1.


I love getcolorcode.com

Triadic colors

1 #5E85EF and #EF5E85 with #85EF5E are triadic colors.

2 #5EEF85 and #EF855E with #85EF5E are triadic colors.