COLOR #85D999

HEX: #85D999
RGB: (133,217,153)

Renk bilgisi

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

RGB renk modeli

#85D999 color RGB value is (133,217,153).

  • kırmız ton 133;
  • yeşil ton 217;
  • mavi ton 153.
RGB:
(133,217,153)
(52%,85%,60%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 217 of 255 = 85%
B 153 of 255 = 60%

133
217
153

R + G + B ~ 66%. #85D999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 217 + 153 = 503 (100%)
R 133 of 503 ~ 26.44%
G 217 of 503 ~ 43.14%
B 153 of 503 ~ 30.42%

%26.44
%43.14
%30.42

CMYK RENK MODELİ

#85D999 rengi CMYK tonu (39,0,29,15).

  • camgöbeği tonu 38.71%
  • eflatun tonu 0.00%
  • sarı tonu 29.49%
  • ana renk tonu 14.90%
CMYK:
(39,0,29,15)
C39M0Y29K15 
(39%,0%,29%,15%)
(0.39/0.00/0.29/0.15)	

CMYK yüzdeleri

%38.71
%0
%29.49
%14.9

Codes

Color #85D999 in popluar color models

85D999
RGB133217153
HSL134°52.50%68.63%
HSB/HSV134°38.71%85.10%
CMYK38.71%0.00%29.49%
14.90%

Color #85D999 in popluar number systems.

HEX85D999
Decimal133217153
Binary100001011101100110011001
Octal205331231

Shades and tints

Shades of #85D999

#85D999
(133,217,153)
#79C68C
(121,198,140)
#6DB37F
(109,179,127)
#61A072
(97,160,114)
#558D65
(85,141,101)
#497A58
(73,122,88)
#3D674B
(61,103,75)
#31543E
(49,84,62)
#254131
(37,65,49)
#192E24
(25,46,36)
#0D1B17
(13,27,23)
#000000
(0,0,0)

Tints of #85D999

#85D999
(133,217,153)
#90DCA2
(144,220,162)
#9BDFAB
(155,223,171)
#A6E2B4
(166,226,180)
#B1E5BD
(177,229,189)
#BCE8C6
(188,232,198)
#C7EBCF
(199,235,207)
#D2EED8
(210,238,216)
#DDF1E1
(221,241,225)
#E8F4EA
(232,244,234)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D999; }

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

This text font color is #85D999.


Background Color

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

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

This div background color is #85D999.


Border color

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

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

This div border color is #85D999.


Opacity

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

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

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

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

This text has shadow with #85D999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D999 on black background.


Color preview on white background

This text has color #85D999 on white background.



Black color preview on #85D999 background

This text has black color on #85D999 background.


White color preview on #85D999 background

This text has white color on #85D999 background.