COLOR #84DB7F

HEX: #84DB7F
RGB: (132,219,127)

Renk bilgisi

#84DB7F contains mainly green color. #84DB7F ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#84DB7F color RGB value is (132,219,127).

  • kırmız ton 132;
  • yeşil ton 219;
  • mavi ton 127.
RGB:
(132,219,127)
(52%,86%,50%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 219 of 255 = 86%
B 127 of 255 = 50%

132
219
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 219 + 127 = 478 (100%)
R 132 of 478 ~ 27.62%
G 219 of 478 ~ 45.82%
B 127 of 478 ~ 26.57%

%27.62
%45.82
%26.57

CMYK RENK MODELİ

#84DB7F rengi CMYK tonu (40,0,42,14).

  • camgöbeği tonu 39.73%
  • eflatun tonu 0.00%
  • sarı tonu 42.01%
  • ana renk tonu 14.12%
CMYK:
(40,0,42,14)
C40M0Y42K14 
(40%,0%,42%,14%)
(0.40/0.00/0.42/0.14)	

CMYK yüzdeleri

%39.73
%0
%42.01
%14.12

Codes

Color #84DB7F in popluar color models

84DB7F
RGB132219127
HSL117°56.10%67.84%
HSB/HSV117°42.01%85.88%
CMYK39.73%0.00%42.01%
14.12%

Color #84DB7F in popluar number systems.

HEX84DB7F
Decimal132219127
Binary10000100110110111111111
Octal204333177

Shades and tints

Shades of #84DB7F

#84DB7F
(132,219,127)
#78C874
(120,200,116)
#6CB569
(108,181,105)
#60A25E
(96,162,94)
#548F53
(84,143,83)
#487C48
(72,124,72)
#3C693D
(60,105,61)
#305632
(48,86,50)
#244327
(36,67,39)
#18301C
(24,48,28)
#0C1D11
(12,29,17)
#000000
(0,0,0)

Tints of #84DB7F

#84DB7F
(132,219,127)
#8FDE8A
(143,222,138)
#9AE195
(154,225,149)
#A5E4A0
(165,228,160)
#B0E7AB
(176,231,171)
#BBEAB6
(187,234,182)
#C6EDC1
(198,237,193)
#D1F0CC
(209,240,204)
#DCF3D7
(220,243,215)
#E7F6E2
(231,246,226)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84DB7F color. Also use rgb(132,219,127) instead hex code.

Text Font Color

.myTextColor { color: #84DB7F; }

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

This text font color is #84DB7F.


Background Color

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

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

This div background color is #84DB7F.


Border color

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

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

This div border color is #84DB7F.


Opacity

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

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

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

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

This text has shadow with #84DB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84DB7F on black background.


Color preview on white background

This text has color #84DB7F on white background.



Black color preview on #84DB7F background

This text has black color on #84DB7F background.


White color preview on #84DB7F background

This text has white color on #84DB7F background.