COLOR #85EF23

HEX: #85EF23
RGB: (133,239,35)

Color info

#85EF23 contains mainly green color. Web safe color of #85EF23 is #99FF33 (or #9F3).

RGB color model

#85EF23 color RGB value is (133,239,35).

  • red value is 133;
  • green value is 239;
  • blue value is 35.
RGB:
(133,239,35)
(52%,94%,14%)

RGB channels and saturation

R 133 of 255 = 52%
G 239 of 255 = 94%
B 35 of 255 = 14%

133
239
35

R + G + B ~ 53%. #85EF23 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 239 + 35 = 407 (100%)
R 133 of 407 ~ 32.68%
G 239 of 407 ~ 58.72%
B 35 of 407 ~ 8.6%

%32.68
%58.72

CMYK color model

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

  • cyan value is 44.35%
  • magenta value is 0.00%
  • yellow value is 85.36%
  • key color value is 6.27%
CMYK:
(44,0,85,6)
C44M0Y85K6 
(44%,0%,85%,6%)
(0.44/0.00/0.85/0.06)	

CMYK percentages

%44.35
%0
%85.36
%6.27

Codes

Color #85EF23 in popluar color models

85EF23
RGB13323935
HSL91°86.44%53.73%
HSB/HSV91°85.36%93.73%
CMYK44.35%0.00%85.36%
6.27%

Color #85EF23 in popluar number systems.

HEX85EF23
Decimal13323935
Binary1000010111101111100011
Octal20535743

Shades and tints

Shades of #85EF23

#85EF23
(133,239,35)
#79DA20
(121,218,32)
#6DC51D
(109,197,29)
#61B01A
(97,176,26)
#559B17
(85,155,23)
#498614
(73,134,20)
#3D7111
(61,113,17)
#315C0E
(49,92,14)
#25470B
(37,71,11)
#193208
(25,50,8)
#0D1D05
(13,29,5)
#000000
(0,0,0)

Tints of #85EF23

#85EF23
(133,239,35)
#90F037
(144,240,55)
#9BF14B
(155,241,75)
#A6F25F
(166,242,95)
#B1F373
(177,243,115)
#BCF487
(188,244,135)
#C7F59B
(199,245,155)
#D2F6AF
(210,246,175)
#DDF7C3
(221,247,195)
#E8F8D7
(232,248,215)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85EF23; }

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

This text font color is #85EF23.


Background Color

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

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

This div background color is #85EF23.


Border color

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

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

This div border color is #85EF23.


Opacity

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

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

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

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

This text has shadow with #85EF23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EF23 on black background.


Color preview on white background

This text has color #85EF23 on white background.



Black color preview on #85EF23 background

This text has black color on #85EF23 background.


White color preview on #85EF23 background

This text has white color on #85EF23 background.