COLOR #85FF08

HEX: #85FF08
RGB: (133,255,8)

Color info

#85FF08 contains mainly green color. Web safe color of #85FF08 is #99FF00 (or #9F0).

RGB color model

#85FF08 color RGB value is (133,255,8).

  • red value is 133;
  • green value is 255;
  • blue value is 8.
RGB:
(133,255,8)
(52%,100%,3%)

RGB channels and saturation

R 133 of 255 = 52%
G 255 of 255 = 100%
B 8 of 255 = 3%

133
255
8

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

Portions of RGB colors in percentages

R + G + B =
133 + 255 + 8 = 396 (100%)
R 133 of 396 ~ 33.59%
G 255 of 396 ~ 64.39%
B 8 of 396 ~ 2.02%

%33.59
%64.39

CMYK color model

#85FF08 color CMYK value is (48,0,97,0).

  • cyan value is 47.84%
  • magenta value is 0.00%
  • yellow value is 96.86%
  • key color value is 0.00%
CMYK:
(48,0,97,0)
C48M0Y97K0 
(48%,0%,97%,0%)
(0.48/0.00/0.97/0.00)	

CMYK percentages

%47.84
%0
%96.86
%0

Codes

Color #85FF08 in popluar color models

85FF08
RGB1332558
HSL90°100.00%51.57%
HSB/HSV90°96.86%100.00%
CMYK47.84%0.00%96.86%
0.00%

Color #85FF08 in popluar number systems.

HEX85FF08
Decimal1332558
Binary10000101111111111000
Octal20537710

Shades and tints

Shades of #85FF08

#85FF08
(133,255,8)
#79E808
(121,232,8)
#6DD108
(109,209,8)
#61BA08
(97,186,8)
#55A308
(85,163,8)
#498C08
(73,140,8)
#3D7508
(61,117,8)
#315E08
(49,94,8)
#254708
(37,71,8)
#193008
(25,48,8)
#0D1908
(13,25,8)
#000000
(0,0,0)

Tints of #85FF08

#85FF08
(133,255,8)
#90FF1E
(144,255,30)
#9BFF34
(155,255,52)
#A6FF4A
(166,255,74)
#B1FF60
(177,255,96)
#BCFF76
(188,255,118)
#C7FF8C
(199,255,140)
#D2FFA2
(210,255,162)
#DDFFB8
(221,255,184)
#E8FFCE
(232,255,206)
#F3FFE4
(243,255,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85FF08 color. Also use rgb(133,255,8) instead hex code.

Text Font Color

.myTextColor { color: #85FF08; }

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

This text font color is #85FF08.


Background Color

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

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

This div background color is #85FF08.


Border color

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

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

This div border color is #85FF08.


Opacity

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

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

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

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

This text has shadow with #85FF08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85FF08 on black background.


Color preview on white background

This text has color #85FF08 on white background.



Black color preview on #85FF08 background

This text has black color on #85FF08 background.


White color preview on #85FF08 background

This text has white color on #85FF08 background.