COLOR #85E72D

HEX: #85E72D
RGB: (133,231,45)

Color info

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

RGB color model

#85E72D color RGB value is (133,231,45).

  • red value is 133;
  • green value is 231;
  • blue value is 45.
RGB:
(133,231,45)
(52%,91%,18%)

RGB channels and saturation

R 133 of 255 = 52%
G 231 of 255 = 91%
B 45 of 255 = 18%

133
231
45

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

Portions of RGB colors in percentages

R + G + B =
133 + 231 + 45 = 409 (100%)
R 133 of 409 ~ 32.52%
G 231 of 409 ~ 56.48%
B 45 of 409 ~ 11%

%32.52
%56.48
%11

CMYK color model

#85E72D color CMYK value is (42,0,81,9).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 80.52%
  • key color value is 9.41%
CMYK:
(42,0,81,9)
C42M0Y81K9 
(42%,0%,81%,9%)
(0.42/0.00/0.81/0.09)	

CMYK percentages

%42.42
%0
%80.52
%9.41

Codes

Color #85E72D in popluar color models

85E72D
RGB13323145
HSL92°79.49%54.12%
HSB/HSV92°80.52%90.59%
CMYK42.42%0.00%80.52%
9.41%

Color #85E72D in popluar number systems.

HEX85E72D
Decimal13323145
Binary1000010111100111101101
Octal20534755

Shades and tints

Shades of #85E72D

#85E72D
(133,231,45)
#79D229
(121,210,41)
#6DBD25
(109,189,37)
#61A821
(97,168,33)
#55931D
(85,147,29)
#497E19
(73,126,25)
#3D6915
(61,105,21)
#315411
(49,84,17)
#253F0D
(37,63,13)
#192A09
(25,42,9)
#0D1505
(13,21,5)
#000000
(0,0,0)

Tints of #85E72D

#85E72D
(133,231,45)
#90E940
(144,233,64)
#9BEB53
(155,235,83)
#A6ED66
(166,237,102)
#B1EF79
(177,239,121)
#BCF18C
(188,241,140)
#C7F39F
(199,243,159)
#D2F5B2
(210,245,178)
#DDF7C5
(221,247,197)
#E8F9D8
(232,249,216)
#F3FBEB
(243,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E72D color. Also use rgb(133,231,45) instead hex code.

Text Font Color

.myTextColor { color: #85E72D; }

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

This text font color is #85E72D.


Background Color

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

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

This div background color is #85E72D.


Border color

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

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

This div border color is #85E72D.


Opacity

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

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

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

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

This text has shadow with #85E72D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E72D on black background.


Color preview on white background

This text has color #85E72D on white background.



Black color preview on #85E72D background

This text has black color on #85E72D background.


White color preview on #85E72D background

This text has white color on #85E72D background.