COLOR #85DD85

HEX: #85DD85
RGB: (133,221,133)

Renk bilgisi

#85DD85 contains mainly green color. #85DD85 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

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

  • kırmız ton 133;
  • yeşil ton 221;
  • mavi ton 133.
RGB:
(133,221,133)
(52%,87%,52%)

RGB bağlantıları ve doygunluk

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

133
221
133

R + G + B ~ 64%. #85DD85 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 221 + 133 = 487 (100%)
R 133 of 487 ~ 27.31%
G 221 of 487 ~ 45.38%
B 133 of 487 ~ 27.31%

%27.31
%45.38
%27.31

CMYK RENK MODELİ

#85DD85 rengi CMYK tonu (40,0,40,13).

  • camgöbeği tonu 39.82%
  • eflatun tonu 0.00%
  • sarı tonu 39.82%
  • ana renk tonu 13.33%
CMYK:
(40,0,40,13)
C40M0Y40K13 
(40%,0%,40%,13%)
(0.40/0.00/0.40/0.13)	

CMYK yüzdeleri

%39.82
%0
%39.82
%13.33

Codes

Color #85DD85 in popluar color models

85DD85
RGB133221133
HSL120°56.41%69.41%
HSB/HSV120°39.82%86.67%
CMYK39.82%0.00%39.82%
13.33%

Color #85DD85 in popluar number systems.

HEX85DD85
Decimal133221133
Binary100001011101110110000101
Octal205335205

Shades and tints

Shades of #85DD85

#85DD85
(133,221,133)
#79C979
(121,201,121)
#6DB56D
(109,181,109)
#61A161
(97,161,97)
#558D55
(85,141,85)
#497949
(73,121,73)
#3D653D
(61,101,61)
#315131
(49,81,49)
#253D25
(37,61,37)
#192919
(25,41,25)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #85DD85

#85DD85
(133,221,133)
#90E090
(144,224,144)
#9BE39B
(155,227,155)
#A6E6A6
(166,230,166)
#B1E9B1
(177,233,177)
#BCECBC
(188,236,188)
#C7EFC7
(199,239,199)
#D2F2D2
(210,242,210)
#DDF5DD
(221,245,221)
#E8F8E8
(232,248,232)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DD85; }

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

This text font color is #85DD85.


Background Color

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

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

This div background color is #85DD85.


Border color

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

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

This div border color is #85DD85.


Opacity

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

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

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

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

This text has shadow with #85DD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DD85 on black background.


Color preview on white background

This text has color #85DD85 on white background.



Black color preview on #85DD85 background

This text has black color on #85DD85 background.


White color preview on #85DD85 background

This text has white color on #85DD85 background.