COLOR #84C485

HEX: #84C485
RGB: (132,196,133)

Renk bilgisi

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

RGB renk modeli

#84C485 color RGB value is (132,196,133).

  • kırmız ton 132;
  • yeşil ton 196;
  • mavi ton 133.
RGB:
(132,196,133)
(52%,77%,52%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 196 of 255 = 77%
B 133 of 255 = 52%

132
196
133

R + G + B ~ 60%. #84C485 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 196 + 133 = 461 (100%)
R 132 of 461 ~ 28.63%
G 196 of 461 ~ 42.52%
B 133 of 461 ~ 28.85%

%28.63
%42.52
%28.85

CMYK RENK MODELİ

#84C485 rengi CMYK tonu (33,0,32,23).

  • camgöbeği tonu 32.65%
  • eflatun tonu 0.00%
  • sarı tonu 32.14%
  • ana renk tonu 23.14%
CMYK:
(33,0,32,23)
C33M0Y32K23 
(33%,0%,32%,23%)
(0.33/0.00/0.32/0.23)	

CMYK yüzdeleri

%32.65
%0
%32.14
%23.14

Codes

Color #84C485 in popluar color models

84C485
RGB132196133
HSL121°35.16%64.31%
HSB/HSV121°32.65%76.86%
CMYK32.65%0.00%32.14%
23.14%

Color #84C485 in popluar number systems.

HEX84C485
Decimal132196133
Binary100001001100010010000101
Octal204304205

Shades and tints

Shades of #84C485

#84C485
(132,196,133)
#78B379
(120,179,121)
#6CA26D
(108,162,109)
#609161
(96,145,97)
#548055
(84,128,85)
#486F49
(72,111,73)
#3C5E3D
(60,94,61)
#304D31
(48,77,49)
#243C25
(36,60,37)
#182B19
(24,43,25)
#0C1A0D
(12,26,13)
#000000
(0,0,0)

Tints of #84C485

#84C485
(132,196,133)
#8FC990
(143,201,144)
#9ACE9B
(154,206,155)
#A5D3A6
(165,211,166)
#B0D8B1
(176,216,177)
#BBDDBC
(187,221,188)
#C6E2C7
(198,226,199)
#D1E7D2
(209,231,210)
#DCECDD
(220,236,221)
#E7F1E8
(231,241,232)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C485 color. Also use rgb(132,196,133) instead hex code.

Text Font Color

.myTextColor { color: #84C485; }

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

This text font color is #84C485.


Background Color

.myBgColor { background-color: #84C485; }

<div style="background-color:#84C485">Inner text</div>

This div background color is #84C485.


Border color

.myBorderColor { border: 1px solid #84C485; }

<div style="border:3px solid #84C485">Div</div>

This div border color is #84C485.


Opacity

.myOpacity80 { color: #84C485; opacity: 0.8; }

<p style="color:#84C485;opacity:0.8;">80%</p>

Text with #84C485 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 #84C485;}

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

This text has shadow with #84C485 color.

.textShadow {text-shadow: 3px 3px 1px #84C485, 3px 3px 1px red;}

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

This text has shadow with #84C485 primary color and red secondary color.


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

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

This text has shadow with #84C485 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C485 on black background.


Color preview on white background

This text has color #84C485 on white background.



Black color preview on #84C485 background

This text has black color on #84C485 background.


White color preview on #84C485 background

This text has white color on #84C485 background.