COLOR #85EC96

HEX: #85EC96
RGB: (133,236,150)

Renk bilgisi

#85EC96 contains mainly green color. #85EC96 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#85EC96 color RGB value is (133,236,150).

  • kırmız ton 133;
  • yeşil ton 236;
  • mavi ton 150.
RGB:
(133,236,150)
(52%,93%,59%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 236 of 255 = 93%
B 150 of 255 = 59%

133
236
150

R + G + B ~ 68%. #85EC96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 236 + 150 = 519 (100%)
R 133 of 519 ~ 25.63%
G 236 of 519 ~ 45.47%
B 150 of 519 ~ 28.9%

%25.63
%45.47
%28.9

CMYK RENK MODELİ

#85EC96 rengi CMYK tonu (44,0,36,7).

  • camgöbeği tonu 43.64%
  • eflatun tonu 0.00%
  • sarı tonu 36.44%
  • ana renk tonu 7.45%
CMYK:
(44,0,36,7)
C44M0Y36K7 
(44%,0%,36%,7%)
(0.44/0.00/0.36/0.07)	

CMYK yüzdeleri

%43.64
%0
%36.44
%7.45

Codes

Color #85EC96 in popluar color models

85EC96
RGB133236150
HSL130°73.05%72.35%
HSB/HSV130°43.64%92.55%
CMYK43.64%0.00%36.44%
7.45%

Color #85EC96 in popluar number systems.

HEX85EC96
Decimal133236150
Binary100001011110110010010110
Octal205354226

Shades and tints

Shades of #85EC96

#85EC96
(133,236,150)
#79D789
(121,215,137)
#6DC27C
(109,194,124)
#61AD6F
(97,173,111)
#559862
(85,152,98)
#498355
(73,131,85)
#3D6E48
(61,110,72)
#31593B
(49,89,59)
#25442E
(37,68,46)
#192F21
(25,47,33)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #85EC96

#85EC96
(133,236,150)
#90ED9F
(144,237,159)
#9BEEA8
(155,238,168)
#A6EFB1
(166,239,177)
#B1F0BA
(177,240,186)
#BCF1C3
(188,241,195)
#C7F2CC
(199,242,204)
#D2F3D5
(210,243,213)
#DDF4DE
(221,244,222)
#E8F5E7
(232,245,231)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85EC96; }

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

This text font color is #85EC96.


Background Color

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

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

This div background color is #85EC96.


Border color

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

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

This div border color is #85EC96.


Opacity

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

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

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

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

This text has shadow with #85EC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EC96 on black background.


Color preview on white background

This text has color #85EC96 on white background.



Black color preview on #85EC96 background

This text has black color on #85EC96 background.


White color preview on #85EC96 background

This text has white color on #85EC96 background.