COLOR #85D180

HEX: #85D180
RGB: (133,209,128)

Renk bilgisi

#85D180 contains mainly green color. #85D180 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#85D180 color RGB value is (133,209,128).

  • kırmız ton 133;
  • yeşil ton 209;
  • mavi ton 128.
RGB:
(133,209,128)
(52%,82%,50%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 209 of 255 = 82%
B 128 of 255 = 50%

133
209
128

R + G + B ~ 61%. #85D180 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 209 + 128 = 470 (100%)
R 133 of 470 ~ 28.3%
G 209 of 470 ~ 44.47%
B 128 of 470 ~ 27.23%

%28.3
%44.47
%27.23

CMYK RENK MODELİ

#85D180 rengi CMYK tonu (36,0,39,18).

  • camgöbeği tonu 36.36%
  • eflatun tonu 0.00%
  • sarı tonu 38.76%
  • ana renk tonu 18.04%
CMYK:
(36,0,39,18)
C36M0Y39K18 
(36%,0%,39%,18%)
(0.36/0.00/0.39/0.18)	

CMYK yüzdeleri

%36.36
%0
%38.76
%18.04

Codes

Color #85D180 in popluar color models

85D180
RGB133209128
HSL116°46.82%66.08%
HSB/HSV116°38.76%81.96%
CMYK36.36%0.00%38.76%
18.04%

Color #85D180 in popluar number systems.

HEX85D180
Decimal133209128
Binary100001011101000110000000
Octal205321200

Shades and tints

Shades of #85D180

#85D180
(133,209,128)
#79BE75
(121,190,117)
#6DAB6A
(109,171,106)
#61985F
(97,152,95)
#558554
(85,133,84)
#497249
(73,114,73)
#3D5F3E
(61,95,62)
#314C33
(49,76,51)
#253928
(37,57,40)
#19261D
(25,38,29)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #85D180

#85D180
(133,209,128)
#90D58B
(144,213,139)
#9BD996
(155,217,150)
#A6DDA1
(166,221,161)
#B1E1AC
(177,225,172)
#BCE5B7
(188,229,183)
#C7E9C2
(199,233,194)
#D2EDCD
(210,237,205)
#DDF1D8
(221,241,216)
#E8F5E3
(232,245,227)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D180; }

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

This text font color is #85D180.


Background Color

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

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

This div background color is #85D180.


Border color

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

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

This div border color is #85D180.


Opacity

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

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

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

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

This text has shadow with #85D180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D180 on black background.


Color preview on white background

This text has color #85D180 on white background.



Black color preview on #85D180 background

This text has black color on #85D180 background.


White color preview on #85D180 background

This text has white color on #85D180 background.