COLOR #84D58B

HEX: #84D58B
RGB: (132,213,139)

Renk bilgisi

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

RGB renk modeli

#84D58B color RGB value is (132,213,139).

  • kırmız ton 132;
  • yeşil ton 213;
  • mavi ton 139.
RGB:
(132,213,139)
(52%,84%,55%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 213 of 255 = 84%
B 139 of 255 = 55%

132
213
139

R + G + B ~ 64%. #84D58B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 213 + 139 = 484 (100%)
R 132 of 484 ~ 27.27%
G 213 of 484 ~ 44.01%
B 139 of 484 ~ 28.72%

%27.27
%44.01
%28.72

CMYK RENK MODELİ

#84D58B rengi CMYK tonu (38,0,35,16).

  • camgöbeği tonu 38.03%
  • eflatun tonu 0.00%
  • sarı tonu 34.74%
  • ana renk tonu 16.47%
CMYK:
(38,0,35,16)
C38M0Y35K16 
(38%,0%,35%,16%)
(0.38/0.00/0.35/0.16)	

CMYK yüzdeleri

%38.03
%0
%34.74
%16.47

Codes

Color #84D58B in popluar color models

84D58B
RGB132213139
HSL125°49.09%67.65%
HSB/HSV125°38.03%83.53%
CMYK38.03%0.00%34.74%
16.47%

Color #84D58B in popluar number systems.

HEX84D58B
Decimal132213139
Binary100001001101010110001011
Octal204325213

Shades and tints

Shades of #84D58B

#84D58B
(132,213,139)
#78C27F
(120,194,127)
#6CAF73
(108,175,115)
#609C67
(96,156,103)
#54895B
(84,137,91)
#48764F
(72,118,79)
#3C6343
(60,99,67)
#305037
(48,80,55)
#243D2B
(36,61,43)
#182A1F
(24,42,31)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #84D58B

#84D58B
(132,213,139)
#8FD895
(143,216,149)
#9ADB9F
(154,219,159)
#A5DEA9
(165,222,169)
#B0E1B3
(176,225,179)
#BBE4BD
(187,228,189)
#C6E7C7
(198,231,199)
#D1EAD1
(209,234,209)
#DCEDDB
(220,237,219)
#E7F0E5
(231,240,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D58B color. Also use rgb(132,213,139) instead hex code.

Text Font Color

.myTextColor { color: #84D58B; }

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

This text font color is #84D58B.


Background Color

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

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

This div background color is #84D58B.


Border color

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

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

This div border color is #84D58B.


Opacity

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

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

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

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

This text has shadow with #84D58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D58B on black background.


Color preview on white background

This text has color #84D58B on white background.



Black color preview on #84D58B background

This text has black color on #84D58B background.


White color preview on #84D58B background

This text has white color on #84D58B background.