COLOR #85F939

HEX: #85F939
RGB: (133,249,57)

Color info

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

RGB color model

#85F939 color RGB value is (133,249,57).

  • red value is 133;
  • green value is 249;
  • blue value is 57.
RGB:
(133,249,57)
(52%,98%,22%)

RGB channels and saturation

R 133 of 255 = 52%
G 249 of 255 = 98%
B 57 of 255 = 22%

133
249
57

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

Portions of RGB colors in percentages

R + G + B =
133 + 249 + 57 = 439 (100%)
R 133 of 439 ~ 30.3%
G 249 of 439 ~ 56.72%
B 57 of 439 ~ 12.98%

%30.3
%56.72
%12.98

CMYK color model

#85F939 color CMYK value is (47,0,77,2).

  • cyan value is 46.59%
  • magenta value is 0.00%
  • yellow value is 77.11%
  • key color value is 2.35%
CMYK:
(47,0,77,2)
C47M0Y77K2 
(47%,0%,77%,2%)
(0.47/0.00/0.77/0.02)	

CMYK percentages

%46.59
%0
%77.11
%2.35

Codes

Color #85F939 in popluar color models

85F939
RGB13324957
HSL96°94.12%60.00%
HSB/HSV96°77.11%97.65%
CMYK46.59%0.00%77.11%
2.35%

Color #85F939 in popluar number systems.

HEX85F939
Decimal13324957
Binary1000010111111001111001
Octal20537171

Shades and tints

Shades of #85F939

#85F939
(133,249,57)
#79E334
(121,227,52)
#6DCD2F
(109,205,47)
#61B72A
(97,183,42)
#55A125
(85,161,37)
#498B20
(73,139,32)
#3D751B
(61,117,27)
#315F16
(49,95,22)
#254911
(37,73,17)
#19330C
(25,51,12)
#0D1D07
(13,29,7)
#000000
(0,0,0)

Tints of #85F939

#85F939
(133,249,57)
#90F94B
(144,249,75)
#9BF95D
(155,249,93)
#A6F96F
(166,249,111)
#B1F981
(177,249,129)
#BCF993
(188,249,147)
#C7F9A5
(199,249,165)
#D2F9B7
(210,249,183)
#DDF9C9
(221,249,201)
#E8F9DB
(232,249,219)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85F939 color. Also use rgb(133,249,57) instead hex code.

Text Font Color

.myTextColor { color: #85F939; }

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

This text font color is #85F939.


Background Color

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

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

This div background color is #85F939.


Border color

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

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

This div border color is #85F939.


Opacity

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

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

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

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

This text has shadow with #85F939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F939 on black background.


Color preview on white background

This text has color #85F939 on white background.



Black color preview on #85F939 background

This text has black color on #85F939 background.


White color preview on #85F939 background

This text has white color on #85F939 background.