COLOR #85E71C

HEX: #85E71C
RGB: (133,231,28)

Renk bilgisi

#85E71C contains mainly green color. #85E71C ‘ nin web güvenlik rengi #99FF33 (ya da #9F3) dir.

RGB renk modeli

#85E71C color RGB value is (133,231,28).

  • kırmız ton 133;
  • yeşil ton 231;
  • mavi ton 28.
RGB:
(133,231,28)
(52%,91%,11%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 231 of 255 = 91%
B 28 of 255 = 11%

133
231
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 231 + 28 = 392 (100%)
R 133 of 392 ~ 33.93%
G 231 of 392 ~ 58.93%
B 28 of 392 ~ 7.14%

%33.93
%58.93

CMYK RENK MODELİ

#85E71C rengi CMYK tonu (42,0,88,9).

  • camgöbeği tonu 42.42%
  • eflatun tonu 0.00%
  • sarı tonu 87.88%
  • ana renk tonu 9.41%
CMYK:
(42,0,88,9)
C42M0Y88K9 
(42%,0%,88%,9%)
(0.42/0.00/0.88/0.09)	

CMYK yüzdeleri

%42.42
%0
%87.88
%9.41

Codes

Color #85E71C in popluar color models

85E71C
RGB13323128
HSL89°80.88%50.78%
HSB/HSV89°87.88%90.59%
CMYK42.42%0.00%87.88%
9.41%

Color #85E71C in popluar number systems.

HEX85E71C
Decimal13323128
Binary100001011110011111100
Octal20534734

Shades and tints

Shades of #85E71C

#85E71C
(133,231,28)
#79D21A
(121,210,26)
#6DBD18
(109,189,24)
#61A816
(97,168,22)
#559314
(85,147,20)
#497E12
(73,126,18)
#3D6910
(61,105,16)
#31540E
(49,84,14)
#253F0C
(37,63,12)
#192A0A
(25,42,10)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #85E71C

#85E71C
(133,231,28)
#90E930
(144,233,48)
#9BEB44
(155,235,68)
#A6ED58
(166,237,88)
#B1EF6C
(177,239,108)
#BCF180
(188,241,128)
#C7F394
(199,243,148)
#D2F5A8
(210,245,168)
#DDF7BC
(221,247,188)
#E8F9D0
(232,249,208)
#F3FBE4
(243,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E71C; }

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

This text font color is #85E71C.


Background Color

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

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

This div background color is #85E71C.


Border color

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

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

This div border color is #85E71C.


Opacity

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

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

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

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

This text has shadow with #85E71C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E71C on black background.


Color preview on white background

This text has color #85E71C on white background.



Black color preview on #85E71C background

This text has black color on #85E71C background.


White color preview on #85E71C background

This text has white color on #85E71C background.