COLOR #85BE1D

HEX: #85BE1D
RGB: (133,190,29)

Color info

#85BE1D contains mainly red and green colors. Web safe color of #85BE1D is #99CC33 (or #9C3).

RGB color model

#85BE1D color RGB value is (133,190,29).

  • red value is 133;
  • green value is 190;
  • blue value is 29.
RGB:
(133,190,29)
(52%,75%,11%)

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 29 of 255 = 11%

133
190
29

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

Portions of RGB colors in percentages

R + G + B =
133 + 190 + 29 = 352 (100%)
R 133 of 352 ~ 37.78%
G 190 of 352 ~ 53.98%
B 29 of 352 ~ 8.24%

%37.78
%53.98

CMYK color model

#85BE1D color CMYK value is (30,0,85,25).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 84.74%
  • key color value is 25.49%
CMYK:
(30,0,85,25)
C30M0Y85K25 
(30%,0%,85%,25%)
(0.30/0.00/0.85/0.25)	

CMYK percentages

%30
%0
%84.74
%25.49

Codes

Color #85BE1D in popluar color models

85BE1D
RGB13319029
HSL81°73.52%42.94%
HSB/HSV81°84.74%74.51%
CMYK30.00%0.00%84.74%
25.49%

Color #85BE1D in popluar number systems.

HEX85BE1D
Decimal13319029
Binary100001011011111011101
Octal20527635

Shades and tints

Shades of #85BE1D

#85BE1D
(133,190,29)
#79AD1B
(121,173,27)
#6D9C19
(109,156,25)
#618B17
(97,139,23)
#557A15
(85,122,21)
#496913
(73,105,19)
#3D5811
(61,88,17)
#31470F
(49,71,15)
#25360D
(37,54,13)
#19250B
(25,37,11)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #85BE1D

#85BE1D
(133,190,29)
#90C331
(144,195,49)
#9BC845
(155,200,69)
#A6CD59
(166,205,89)
#B1D26D
(177,210,109)
#BCD781
(188,215,129)
#C7DC95
(199,220,149)
#D2E1A9
(210,225,169)
#DDE6BD
(221,230,189)
#E8EBD1
(232,235,209)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BE1D color. Also use rgb(133,190,29) instead hex code.

Text Font Color

.myTextColor { color: #85BE1D; }

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

This text font color is #85BE1D.


Background Color

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

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

This div background color is #85BE1D.


Border color

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

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

This div border color is #85BE1D.


Opacity

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

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

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

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

This text has shadow with #85BE1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BE1D on black background.


Color preview on white background

This text has color #85BE1D on white background.



Black color preview on #85BE1D background

This text has black color on #85BE1D background.


White color preview on #85BE1D background

This text has white color on #85BE1D background.