COLOR #85EA1A

HEX: #85EA1A
RGB: (133,234,26)

Color info

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

RGB color model

#85EA1A color RGB value is (133,234,26).

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

RGB channels and saturation

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

133
234
26

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

Portions of RGB colors in percentages

R + G + B =
133 + 234 + 26 = 393 (100%)
R 133 of 393 ~ 33.84%
G 234 of 393 ~ 59.54%
B 26 of 393 ~ 6.62%

%33.84
%59.54

CMYK color model

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

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

CMYK percentages

%43.16
%0
%88.89
%8.24

Codes

Color #85EA1A in popluar color models

85EA1A
RGB13323426
HSL89°83.20%50.98%
HSB/HSV89°88.89%91.76%
CMYK43.16%0.00%88.89%
8.24%

Color #85EA1A in popluar number systems.

HEX85EA1A
Decimal13323426
Binary100001011110101011010
Octal20535232

Shades and tints

Shades of #85EA1A

#85EA1A
(133,234,26)
#79D518
(121,213,24)
#6DC016
(109,192,22)
#61AB14
(97,171,20)
#559612
(85,150,18)
#498110
(73,129,16)
#3D6C0E
(61,108,14)
#31570C
(49,87,12)
#25420A
(37,66,10)
#192D08
(25,45,8)
#0D1806
(13,24,6)
#000000
(0,0,0)

Tints of #85EA1A

#85EA1A
(133,234,26)
#90EB2E
(144,235,46)
#9BEC42
(155,236,66)
#A6ED56
(166,237,86)
#B1EE6A
(177,238,106)
#BCEF7E
(188,239,126)
#C7F092
(199,240,146)
#D2F1A6
(210,241,166)
#DDF2BA
(221,242,186)
#E8F3CE
(232,243,206)
#F3F4E2
(243,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85EA1A; }

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

This text font color is #85EA1A.


Background Color

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

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

This div background color is #85EA1A.


Border color

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

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

This div border color is #85EA1A.


Opacity

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

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

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

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

This text has shadow with #85EA1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EA1A on black background.


Color preview on white background

This text has color #85EA1A on white background.



Black color preview on #85EA1A background

This text has black color on #85EA1A background.


White color preview on #85EA1A background

This text has white color on #85EA1A background.