COLOR #85C059

HEX: #85C059
RGB: (133,192,89)

Renk bilgisi

#85C059 contains mainly red and green colors. #85C059 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#85C059 color RGB value is (133,192,89).

  • kırmız ton 133;
  • yeşil ton 192;
  • mavi ton 89.
RGB:
(133,192,89)
(52%,75%,35%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 192 of 255 = 75%
B 89 of 255 = 35%

133
192
89

R + G + B ~ 54%. #85C059 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 192 + 89 = 414 (100%)
R 133 of 414 ~ 32.13%
G 192 of 414 ~ 46.38%
B 89 of 414 ~ 21.5%

%32.13
%46.38
%21.5

CMYK RENK MODELİ

#85C059 rengi CMYK tonu (31,0,54,25).

  • camgöbeği tonu 30.73%
  • eflatun tonu 0.00%
  • sarı tonu 53.65%
  • ana renk tonu 24.71%
CMYK:
(31,0,54,25)
C31M0Y54K25 
(31%,0%,54%,25%)
(0.31/0.00/0.54/0.25)	

CMYK yüzdeleri

%30.73
%0
%53.65
%24.71

Codes

Color #85C059 in popluar color models

85C059
RGB13319289
HSL94°44.98%55.10%
HSB/HSV94°53.65%75.29%
CMYK30.73%0.00%53.65%
24.71%

Color #85C059 in popluar number systems.

HEX85C059
Decimal13319289
Binary10000101110000001011001
Octal205300131

Shades and tints

Shades of #85C059

#85C059
(133,192,89)
#79AF51
(121,175,81)
#6D9E49
(109,158,73)
#618D41
(97,141,65)
#557C39
(85,124,57)
#496B31
(73,107,49)
#3D5A29
(61,90,41)
#314921
(49,73,33)
#253819
(37,56,25)
#192711
(25,39,17)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #85C059

#85C059
(133,192,89)
#90C568
(144,197,104)
#9BCA77
(155,202,119)
#A6CF86
(166,207,134)
#B1D495
(177,212,149)
#BCD9A4
(188,217,164)
#C7DEB3
(199,222,179)
#D2E3C2
(210,227,194)
#DDE8D1
(221,232,209)
#E8EDE0
(232,237,224)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C059; }

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

This text font color is #85C059.


Background Color

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

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

This div background color is #85C059.


Border color

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

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

This div border color is #85C059.


Opacity

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

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

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

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

This text has shadow with #85C059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C059 on black background.


Color preview on white background

This text has color #85C059 on white background.



Black color preview on #85C059 background

This text has black color on #85C059 background.


White color preview on #85C059 background

This text has white color on #85C059 background.