COLOR #85DA48

HEX: #85DA48
RGB: (133,218,72)

Color info

#85DA48 contains mainly green color. Web safe color of #85DA48 is #99CC33 (or #9C3).

RGB color model

#85DA48 color RGB value is (133,218,72).

  • red value is 133;
  • green value is 218;
  • blue value is 72.
RGB:
(133,218,72)
(52%,85%,28%)

RGB channels and saturation

R 133 of 255 = 52%
G 218 of 255 = 85%
B 72 of 255 = 28%

133
218
72

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

Portions of RGB colors in percentages

R + G + B =
133 + 218 + 72 = 423 (100%)
R 133 of 423 ~ 31.44%
G 218 of 423 ~ 51.54%
B 72 of 423 ~ 17.02%

%31.44
%51.54
%17.02

CMYK color model

#85DA48 color CMYK value is (39,0,67,15).

  • cyan value is 38.99%
  • magenta value is 0.00%
  • yellow value is 66.97%
  • key color value is 14.51%
CMYK:
(39,0,67,15)
C39M0Y67K15 
(39%,0%,67%,15%)
(0.39/0.00/0.67/0.15)	

CMYK percentages

%38.99
%0
%66.97
%14.51

Codes

Color #85DA48 in popluar color models

85DA48
RGB13321872
HSL95°66.36%56.86%
HSB/HSV95°66.97%85.49%
CMYK38.99%0.00%66.97%
14.51%

Color #85DA48 in popluar number systems.

HEX85DA48
Decimal13321872
Binary10000101110110101001000
Octal205332110

Shades and tints

Shades of #85DA48

#85DA48
(133,218,72)
#79C742
(121,199,66)
#6DB43C
(109,180,60)
#61A136
(97,161,54)
#558E30
(85,142,48)
#497B2A
(73,123,42)
#3D6824
(61,104,36)
#31551E
(49,85,30)
#254218
(37,66,24)
#192F12
(25,47,18)
#0D1C0C
(13,28,12)
#000000
(0,0,0)

Tints of #85DA48

#85DA48
(133,218,72)
#90DD58
(144,221,88)
#9BE068
(155,224,104)
#A6E378
(166,227,120)
#B1E688
(177,230,136)
#BCE998
(188,233,152)
#C7ECA8
(199,236,168)
#D2EFB8
(210,239,184)
#DDF2C8
(221,242,200)
#E8F5D8
(232,245,216)
#F3F8E8
(243,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DA48 color. Also use rgb(133,218,72) instead hex code.

Text Font Color

.myTextColor { color: #85DA48; }

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

This text font color is #85DA48.


Background Color

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

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

This div background color is #85DA48.


Border color

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

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

This div border color is #85DA48.


Opacity

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

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

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

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

This text has shadow with #85DA48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DA48 on black background.


Color preview on white background

This text has color #85DA48 on white background.



Black color preview on #85DA48 background

This text has black color on #85DA48 background.


White color preview on #85DA48 background

This text has white color on #85DA48 background.