COLOR #85DD1B

HEX: #85DD1B
RGB: (133,221,27)

Color info

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

RGB color model

#85DD1B color RGB value is (133,221,27).

  • red value is 133;
  • green value is 221;
  • blue value is 27.
RGB:
(133,221,27)
(52%,87%,11%)

RGB channels and saturation

R 133 of 255 = 52%
G 221 of 255 = 87%
B 27 of 255 = 11%

133
221
27

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

Portions of RGB colors in percentages

R + G + B =
133 + 221 + 27 = 381 (100%)
R 133 of 381 ~ 34.91%
G 221 of 381 ~ 58.01%
B 27 of 381 ~ 7.09%

%34.91
%58.01

CMYK color model

#85DD1B color CMYK value is (40,0,88,13).

  • cyan value is 39.82%
  • magenta value is 0.00%
  • yellow value is 87.78%
  • key color value is 13.33%
CMYK:
(40,0,88,13)
C40M0Y88K13 
(40%,0%,88%,13%)
(0.40/0.00/0.88/0.13)	

CMYK percentages

%39.82
%0
%87.78
%13.33

Codes

Color #85DD1B in popluar color models

85DD1B
RGB13322127
HSL87°78.23%48.63%
HSB/HSV87°87.78%86.67%
CMYK39.82%0.00%87.78%
13.33%

Color #85DD1B in popluar number systems.

HEX85DD1B
Decimal13322127
Binary100001011101110111011
Octal20533533

Shades and tints

Shades of #85DD1B

#85DD1B
(133,221,27)
#79C919
(121,201,25)
#6DB517
(109,181,23)
#61A115
(97,161,21)
#558D13
(85,141,19)
#497911
(73,121,17)
#3D650F
(61,101,15)
#31510D
(49,81,13)
#253D0B
(37,61,11)
#192909
(25,41,9)
#0D1507
(13,21,7)
#000000
(0,0,0)

Tints of #85DD1B

#85DD1B
(133,221,27)
#90E02F
(144,224,47)
#9BE343
(155,227,67)
#A6E657
(166,230,87)
#B1E96B
(177,233,107)
#BCEC7F
(188,236,127)
#C7EF93
(199,239,147)
#D2F2A7
(210,242,167)
#DDF5BB
(221,245,187)
#E8F8CF
(232,248,207)
#F3FBE3
(243,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DD1B color. Also use rgb(133,221,27) instead hex code.

Text Font Color

.myTextColor { color: #85DD1B; }

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

This text font color is #85DD1B.


Background Color

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

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

This div background color is #85DD1B.


Border color

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

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

This div border color is #85DD1B.


Opacity

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

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

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

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

This text has shadow with #85DD1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DD1B on black background.


Color preview on white background

This text has color #85DD1B on white background.



Black color preview on #85DD1B background

This text has black color on #85DD1B background.


White color preview on #85DD1B background

This text has white color on #85DD1B background.