COLOR #85BE19

HEX: #85BE19
RGB: (133,190,25)

Color info

#85BE19 contains mainly red and green colors. Web safe color of #85BE19 is #99CC00 (or #9C0).

RGB color model

#85BE19 color RGB value is (133,190,25).

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

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 25 of 255 = 10%

133
190
25

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

Portions of RGB colors in percentages

R + G + B =
133 + 190 + 25 = 348 (100%)
R 133 of 348 ~ 38.22%
G 190 of 348 ~ 54.6%
B 25 of 348 ~ 7.18%

%38.22
%54.6

CMYK color model

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

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 86.84%
  • key color value is 25.49%
CMYK:
(30,0,87,25)
C30M0Y87K25 
(30%,0%,87%,25%)
(0.30/0.00/0.87/0.25)	

CMYK percentages

%30
%0
%86.84
%25.49

Codes

Color #85BE19 in popluar color models

85BE19
RGB13319025
HSL81°76.74%42.16%
HSB/HSV81°86.84%74.51%
CMYK30.00%0.00%86.84%
25.49%

Color #85BE19 in popluar number systems.

HEX85BE19
Decimal13319025
Binary100001011011111011001
Octal20527631

Shades and tints

Shades of #85BE19

#85BE19
(133,190,25)
#79AD17
(121,173,23)
#6D9C15
(109,156,21)
#618B13
(97,139,19)
#557A11
(85,122,17)
#49690F
(73,105,15)
#3D580D
(61,88,13)
#31470B
(49,71,11)
#253609
(37,54,9)
#192507
(25,37,7)
#0D1405
(13,20,5)
#000000
(0,0,0)

Tints of #85BE19

#85BE19
(133,190,25)
#90C32D
(144,195,45)
#9BC841
(155,200,65)
#A6CD55
(166,205,85)
#B1D269
(177,210,105)
#BCD77D
(188,215,125)
#C7DC91
(199,220,145)
#D2E1A5
(210,225,165)
#DDE6B9
(221,230,185)
#E8EBCD
(232,235,205)
#F3F0E1
(243,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BE19; }

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

This text font color is #85BE19.


Background Color

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

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

This div background color is #85BE19.


Border color

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

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

This div border color is #85BE19.


Opacity

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

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

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

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

This text has shadow with #85BE19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BE19 on black background.


Color preview on white background

This text has color #85BE19 on white background.



Black color preview on #85BE19 background

This text has black color on #85BE19 background.


White color preview on #85BE19 background

This text has white color on #85BE19 background.