COLOR #84D388

HEX: #84D388
RGB: (132,211,136)

Renk bilgisi

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

RGB renk modeli

#84D388 color RGB value is (132,211,136).

  • kırmız ton 132;
  • yeşil ton 211;
  • mavi ton 136.
RGB:
(132,211,136)
(52%,83%,53%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 211 of 255 = 83%
B 136 of 255 = 53%

132
211
136

R + G + B ~ 63%. #84D388 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 211 + 136 = 479 (100%)
R 132 of 479 ~ 27.56%
G 211 of 479 ~ 44.05%
B 136 of 479 ~ 28.39%

%27.56
%44.05
%28.39

CMYK RENK MODELİ

#84D388 rengi CMYK tonu (37,0,36,17).

  • camgöbeği tonu 37.44%
  • eflatun tonu 0.00%
  • sarı tonu 35.55%
  • ana renk tonu 17.25%
CMYK:
(37,0,36,17)
C37M0Y36K17 
(37%,0%,36%,17%)
(0.37/0.00/0.36/0.17)	

CMYK yüzdeleri

%37.44
%0
%35.55
%17.25

Codes

Color #84D388 in popluar color models

84D388
RGB132211136
HSL123°47.31%67.25%
HSB/HSV123°37.44%82.75%
CMYK37.44%0.00%35.55%
17.25%

Color #84D388 in popluar number systems.

HEX84D388
Decimal132211136
Binary100001001101001110001000
Octal204323210

Shades and tints

Shades of #84D388

#84D388
(132,211,136)
#78C07C
(120,192,124)
#6CAD70
(108,173,112)
#609A64
(96,154,100)
#548758
(84,135,88)
#48744C
(72,116,76)
#3C6140
(60,97,64)
#304E34
(48,78,52)
#243B28
(36,59,40)
#18281C
(24,40,28)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #84D388

#84D388
(132,211,136)
#8FD792
(143,215,146)
#9ADB9C
(154,219,156)
#A5DFA6
(165,223,166)
#B0E3B0
(176,227,176)
#BBE7BA
(187,231,186)
#C6EBC4
(198,235,196)
#D1EFCE
(209,239,206)
#DCF3D8
(220,243,216)
#E7F7E2
(231,247,226)
#F2FBEC
(242,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D388 color. Also use rgb(132,211,136) instead hex code.

Text Font Color

.myTextColor { color: #84D388; }

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

This text font color is #84D388.


Background Color

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

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

This div background color is #84D388.


Border color

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

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

This div border color is #84D388.


Opacity

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

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

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

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

This text has shadow with #84D388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D388 on black background.


Color preview on white background

This text has color #84D388 on white background.



Black color preview on #84D388 background

This text has black color on #84D388 background.


White color preview on #84D388 background

This text has white color on #84D388 background.