COLOR #85CC85

HEX: #85CC85
RGB: (133,204,133)

Renk bilgisi

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

RGB renk modeli

#85CC85 color RGB value is (133,204,133).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 204 of 255 = 80%
B 133 of 255 = 52%

133
204
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 204 + 133 = 470 (100%)
R 133 of 470 ~ 28.3%
G 204 of 470 ~ 43.4%
B 133 of 470 ~ 28.3%

%28.3
%43.4
%28.3

CMYK RENK MODELİ

#85CC85 rengi CMYK tonu (35,0,35,20).

  • camgöbeği tonu 34.80%
  • eflatun tonu 0.00%
  • sarı tonu 34.80%
  • ana renk tonu 20.00%
CMYK:
(35,0,35,20)
C35M0Y35K20 
(35%,0%,35%,20%)
(0.35/0.00/0.35/0.20)	

CMYK yüzdeleri

%34.8
%0
%34.8
%20

Codes

Color #85CC85 in popluar color models

85CC85
RGB133204133
HSL120°41.04%66.08%
HSB/HSV120°34.80%80.00%
CMYK34.80%0.00%34.80%
20.00%

Color #85CC85 in popluar number systems.

HEX85CC85
Decimal133204133
Binary100001011100110010000101
Octal205314205

Shades and tints

Shades of #85CC85

#85CC85
(133,204,133)
#79BA79
(121,186,121)
#6DA86D
(109,168,109)
#619661
(97,150,97)
#558455
(85,132,85)
#497249
(73,114,73)
#3D603D
(61,96,61)
#314E31
(49,78,49)
#253C25
(37,60,37)
#192A19
(25,42,25)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #85CC85

#85CC85
(133,204,133)
#90D090
(144,208,144)
#9BD49B
(155,212,155)
#A6D8A6
(166,216,166)
#B1DCB1
(177,220,177)
#BCE0BC
(188,224,188)
#C7E4C7
(199,228,199)
#D2E8D2
(210,232,210)
#DDECDD
(221,236,221)
#E8F0E8
(232,240,232)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85CC85; }

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

This text font color is #85CC85.


Background Color

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

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

This div background color is #85CC85.


Border color

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

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

This div border color is #85CC85.


Opacity

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

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

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

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

This text has shadow with #85CC85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CC85 on black background.


Color preview on white background

This text has color #85CC85 on white background.



Black color preview on #85CC85 background

This text has black color on #85CC85 background.


White color preview on #85CC85 background

This text has white color on #85CC85 background.