COLOR #85EB1A

HEX: #85EB1A
RGB: (133,235,26)

Color info

#85EB1A contains mainly green color. Web safe color of #85EB1A is #99FF00 (or #9F0).

RGB color model

#85EB1A color RGB value is (133,235,26).

  • red value is 133;
  • green value is 235;
  • blue value is 26.
RGB:
(133,235,26)
(52%,92%,10%)

RGB channels and saturation

R 133 of 255 = 52%
G 235 of 255 = 92%
B 26 of 255 = 10%

133
235
26

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

Portions of RGB colors in percentages

R + G + B =
133 + 235 + 26 = 394 (100%)
R 133 of 394 ~ 33.76%
G 235 of 394 ~ 59.64%
B 26 of 394 ~ 6.6%

%33.76
%59.64

CMYK color model

#85EB1A color CMYK value is (43,0,89,8).

  • cyan value is 43.40%
  • magenta value is 0.00%
  • yellow value is 88.94%
  • key color value is 7.84%
CMYK:
(43,0,89,8)
C43M0Y89K8 
(43%,0%,89%,8%)
(0.43/0.00/0.89/0.08)	

CMYK percentages

%43.4
%0
%88.94
%7.84

Codes

Color #85EB1A in popluar color models

85EB1A
RGB13323526
HSL89°83.94%51.18%
HSB/HSV89°88.94%92.16%
CMYK43.40%0.00%88.94%
7.84%

Color #85EB1A in popluar number systems.

HEX85EB1A
Decimal13323526
Binary100001011110101111010
Octal20535332

Shades and tints

Shades of #85EB1A

#85EB1A
(133,235,26)
#79D618
(121,214,24)
#6DC116
(109,193,22)
#61AC14
(97,172,20)
#559712
(85,151,18)
#498210
(73,130,16)
#3D6D0E
(61,109,14)
#31580C
(49,88,12)
#25430A
(37,67,10)
#192E08
(25,46,8)
#0D1906
(13,25,6)
#000000
(0,0,0)

Tints of #85EB1A

#85EB1A
(133,235,26)
#90EC2E
(144,236,46)
#9BED42
(155,237,66)
#A6EE56
(166,238,86)
#B1EF6A
(177,239,106)
#BCF07E
(188,240,126)
#C7F192
(199,241,146)
#D2F2A6
(210,242,166)
#DDF3BA
(221,243,186)
#E8F4CE
(232,244,206)
#F3F5E2
(243,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85EB1A color. Also use rgb(133,235,26) instead hex code.

Text Font Color

.myTextColor { color: #85EB1A; }

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

This text font color is #85EB1A.


Background Color

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

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

This div background color is #85EB1A.


Border color

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

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

This div border color is #85EB1A.


Opacity

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

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

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

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

This text has shadow with #85EB1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EB1A on black background.


Color preview on white background

This text has color #85EB1A on white background.



Black color preview on #85EB1A background

This text has black color on #85EB1A background.


White color preview on #85EB1A background

This text has white color on #85EB1A background.