COLOR #85EA3D

HEX: #85EA3D
RGB: (133,234,61)

Color info

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

RGB color model

#85EA3D color RGB value is (133,234,61).

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

RGB channels and saturation

R 133 of 255 = 52%
G 234 of 255 = 92%
B 61 of 255 = 24%

133
234
61

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

Portions of RGB colors in percentages

R + G + B =
133 + 234 + 61 = 428 (100%)
R 133 of 428 ~ 31.07%
G 234 of 428 ~ 54.67%
B 61 of 428 ~ 14.25%

%31.07
%54.67
%14.25

CMYK color model

#85EA3D color CMYK value is (43,0,74,8).

  • cyan value is 43.16%
  • magenta value is 0.00%
  • yellow value is 73.93%
  • key color value is 8.24%
CMYK:
(43,0,74,8)
C43M0Y74K8 
(43%,0%,74%,8%)
(0.43/0.00/0.74/0.08)	

CMYK percentages

%43.16
%0
%73.93
%8.24

Codes

Color #85EA3D in popluar color models

85EA3D
RGB13323461
HSL95°80.47%57.84%
HSB/HSV95°73.93%91.76%
CMYK43.16%0.00%73.93%
8.24%

Color #85EA3D in popluar number systems.

HEX85EA3D
Decimal13323461
Binary1000010111101010111101
Octal20535275

Shades and tints

Shades of #85EA3D

#85EA3D
(133,234,61)
#79D538
(121,213,56)
#6DC033
(109,192,51)
#61AB2E
(97,171,46)
#559629
(85,150,41)
#498124
(73,129,36)
#3D6C1F
(61,108,31)
#31571A
(49,87,26)
#254215
(37,66,21)
#192D10
(25,45,16)
#0D180B
(13,24,11)
#000000
(0,0,0)

Tints of #85EA3D

#85EA3D
(133,234,61)
#90EB4E
(144,235,78)
#9BEC5F
(155,236,95)
#A6ED70
(166,237,112)
#B1EE81
(177,238,129)
#BCEF92
(188,239,146)
#C7F0A3
(199,240,163)
#D2F1B4
(210,241,180)
#DDF2C5
(221,242,197)
#E8F3D6
(232,243,214)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85EA3D; }

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

This text font color is #85EA3D.


Background Color

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

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

This div background color is #85EA3D.


Border color

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

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

This div border color is #85EA3D.


Opacity

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

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

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

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

This text has shadow with #85EA3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EA3D on black background.


Color preview on white background

This text has color #85EA3D on white background.



Black color preview on #85EA3D background

This text has black color on #85EA3D background.


White color preview on #85EA3D background

This text has white color on #85EA3D background.