COLOR #85D378

HEX: #85D378
RGB: (133,211,120)

Renk bilgisi

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

RGB renk modeli

#85D378 color RGB value is (133,211,120).

  • kırmız ton 133;
  • yeşil ton 211;
  • mavi ton 120.
RGB:
(133,211,120)
(52%,83%,47%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 211 of 255 = 83%
B 120 of 255 = 47%

133
211
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 211 + 120 = 464 (100%)
R 133 of 464 ~ 28.66%
G 211 of 464 ~ 45.47%
B 120 of 464 ~ 25.86%

%28.66
%45.47
%25.86

CMYK RENK MODELİ

#85D378 rengi CMYK tonu (37,0,43,17).

  • camgöbeği tonu 36.97%
  • eflatun tonu 0.00%
  • sarı tonu 43.13%
  • ana renk tonu 17.25%
CMYK:
(37,0,43,17)
C37M0Y43K17 
(37%,0%,43%,17%)
(0.37/0.00/0.43/0.17)	

CMYK yüzdeleri

%36.97
%0
%43.13
%17.25

Codes

Color #85D378 in popluar color models

85D378
RGB133211120
HSL111°50.84%64.90%
HSB/HSV111°43.13%82.75%
CMYK36.97%0.00%43.13%
17.25%

Color #85D378 in popluar number systems.

HEX85D378
Decimal133211120
Binary10000101110100111111000
Octal205323170

Shades and tints

Shades of #85D378

#85D378
(133,211,120)
#79C06E
(121,192,110)
#6DAD64
(109,173,100)
#619A5A
(97,154,90)
#558750
(85,135,80)
#497446
(73,116,70)
#3D613C
(61,97,60)
#314E32
(49,78,50)
#253B28
(37,59,40)
#19281E
(25,40,30)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #85D378

#85D378
(133,211,120)
#90D784
(144,215,132)
#9BDB90
(155,219,144)
#A6DF9C
(166,223,156)
#B1E3A8
(177,227,168)
#BCE7B4
(188,231,180)
#C7EBC0
(199,235,192)
#D2EFCC
(210,239,204)
#DDF3D8
(221,243,216)
#E8F7E4
(232,247,228)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D378; }

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

This text font color is #85D378.


Background Color

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

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

This div background color is #85D378.


Border color

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

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

This div border color is #85D378.


Opacity

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

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

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

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

This text has shadow with #85D378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D378 on black background.


Color preview on white background

This text has color #85D378 on white background.



Black color preview on #85D378 background

This text has black color on #85D378 background.


White color preview on #85D378 background

This text has white color on #85D378 background.