COLOR #85F48E

HEX: #85F48E
RGB: (133,244,142)

Color info

#85F48E contains mainly green color. Web safe color of #85F48E is #99FF99 (or #9F9).

RGB color model

#85F48E color RGB value is (133,244,142).

  • red value is 133;
  • green value is 244;
  • blue value is 142.
RGB:
(133,244,142)
(52%,96%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 244 of 255 = 96%
B 142 of 255 = 56%

133
244
142

R + G + B ~ 68%. #85F48E is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 244 + 142 = 519 (100%)
R 133 of 519 ~ 25.63%
G 244 of 519 ~ 47.01%
B 142 of 519 ~ 27.36%

%25.63
%47.01
%27.36

CMYK color model

#85F48E color CMYK value is (45,0,42,4).

  • cyan value is 45.49%
  • magenta value is 0.00%
  • yellow value is 41.80%
  • key color value is 4.31%
CMYK:
(45,0,42,4)
C45M0Y42K4 
(45%,0%,42%,4%)
(0.45/0.00/0.42/0.04)	

CMYK percentages

%45.49
%0
%41.8
%4.31

Codes

Color #85F48E in popluar color models

85F48E
RGB133244142
HSL125°83.46%73.92%
HSB/HSV125°45.49%95.69%
CMYK45.49%0.00%41.80%
4.31%

Color #85F48E in popluar number systems.

HEX85F48E
Decimal133244142
Binary100001011111010010001110
Octal205364216

Shades and tints

Shades of #85F48E

#85F48E
(133,244,142)
#79DE82
(121,222,130)
#6DC876
(109,200,118)
#61B26A
(97,178,106)
#559C5E
(85,156,94)
#498652
(73,134,82)
#3D7046
(61,112,70)
#315A3A
(49,90,58)
#25442E
(37,68,46)
#192E22
(25,46,34)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #85F48E

#85F48E
(133,244,142)
#90F598
(144,245,152)
#9BF6A2
(155,246,162)
#A6F7AC
(166,247,172)
#B1F8B6
(177,248,182)
#BCF9C0
(188,249,192)
#C7FACA
(199,250,202)
#D2FBD4
(210,251,212)
#DDFCDE
(221,252,222)
#E8FDE8
(232,253,232)
#F3FEF2
(243,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85F48E color. Also use rgb(133,244,142) instead hex code.

Text Font Color

.myTextColor { color: #85F48E; }

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

This text font color is #85F48E.


Background Color

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

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

This div background color is #85F48E.


Border color

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

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

This div border color is #85F48E.


Opacity

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

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

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

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

This text has shadow with #85F48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F48E on black background.


Color preview on white background

This text has color #85F48E on white background.



Black color preview on #85F48E background

This text has black color on #85F48E background.


White color preview on #85F48E background

This text has white color on #85F48E background.