COLOR #84C387

HEX: #84C387
RGB: (132,195,135)

Renk bilgisi

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

RGB renk modeli

#84C387 color RGB value is (132,195,135).

  • kırmız ton 132;
  • yeşil ton 195;
  • mavi ton 135.
RGB:
(132,195,135)
(52%,76%,53%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 195 of 255 = 76%
B 135 of 255 = 53%

132
195
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 195 + 135 = 462 (100%)
R 132 of 462 ~ 28.57%
G 195 of 462 ~ 42.21%
B 135 of 462 ~ 29.22%

%28.57
%42.21
%29.22

CMYK RENK MODELİ

#84C387 rengi CMYK tonu (32,0,31,24).

  • camgöbeği tonu 32.31%
  • eflatun tonu 0.00%
  • sarı tonu 30.77%
  • ana renk tonu 23.53%
CMYK:
(32,0,31,24)
C32M0Y31K24 
(32%,0%,31%,24%)
(0.32/0.00/0.31/0.24)	

CMYK yüzdeleri

%32.31
%0
%30.77
%23.53

Codes

Color #84C387 in popluar color models

84C387
RGB132195135
HSL123°34.43%64.12%
HSB/HSV123°32.31%76.47%
CMYK32.31%0.00%30.77%
23.53%

Color #84C387 in popluar number systems.

HEX84C387
Decimal132195135
Binary100001001100001110000111
Octal204303207

Shades and tints

Shades of #84C387

#84C387
(132,195,135)
#78B27B
(120,178,123)
#6CA16F
(108,161,111)
#609063
(96,144,99)
#547F57
(84,127,87)
#486E4B
(72,110,75)
#3C5D3F
(60,93,63)
#304C33
(48,76,51)
#243B27
(36,59,39)
#182A1B
(24,42,27)
#0C190F
(12,25,15)
#000000
(0,0,0)

Tints of #84C387

#84C387
(132,195,135)
#8FC891
(143,200,145)
#9ACD9B
(154,205,155)
#A5D2A5
(165,210,165)
#B0D7AF
(176,215,175)
#BBDCB9
(187,220,185)
#C6E1C3
(198,225,195)
#D1E6CD
(209,230,205)
#DCEBD7
(220,235,215)
#E7F0E1
(231,240,225)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C387 color. Also use rgb(132,195,135) instead hex code.

Text Font Color

.myTextColor { color: #84C387; }

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

This text font color is #84C387.


Background Color

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

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

This div background color is #84C387.


Border color

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

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

This div border color is #84C387.


Opacity

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

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

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

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

This text has shadow with #84C387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C387 on black background.


Color preview on white background

This text has color #84C387 on white background.



Black color preview on #84C387 background

This text has black color on #84C387 background.


White color preview on #84C387 background

This text has white color on #84C387 background.