COLOR #84D277

HEX: #84D277
RGB: (132,210,119)

Renk bilgisi

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

RGB renk modeli

#84D277 color RGB value is (132,210,119).

  • kırmız ton 132;
  • yeşil ton 210;
  • mavi ton 119.
RGB:
(132,210,119)
(52%,82%,47%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 210 of 255 = 82%
B 119 of 255 = 47%

132
210
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 210 + 119 = 461 (100%)
R 132 of 461 ~ 28.63%
G 210 of 461 ~ 45.55%
B 119 of 461 ~ 25.81%

%28.63
%45.55
%25.81

CMYK RENK MODELİ

#84D277 rengi CMYK tonu (37,0,43,18).

  • camgöbeği tonu 37.14%
  • eflatun tonu 0.00%
  • sarı tonu 43.33%
  • ana renk tonu 17.65%
CMYK:
(37,0,43,18)
C37M0Y43K18 
(37%,0%,43%,18%)
(0.37/0.00/0.43/0.18)	

CMYK yüzdeleri

%37.14
%0
%43.33
%17.65

Codes

Color #84D277 in popluar color models

84D277
RGB132210119
HSL111°50.28%64.51%
HSB/HSV111°43.33%82.35%
CMYK37.14%0.00%43.33%
17.65%

Color #84D277 in popluar number systems.

HEX84D277
Decimal132210119
Binary10000100110100101110111
Octal204322167

Shades and tints

Shades of #84D277

#84D277
(132,210,119)
#78BF6D
(120,191,109)
#6CAC63
(108,172,99)
#609959
(96,153,89)
#54864F
(84,134,79)
#487345
(72,115,69)
#3C603B
(60,96,59)
#304D31
(48,77,49)
#243A27
(36,58,39)
#18271D
(24,39,29)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84D277

#84D277
(132,210,119)
#8FD683
(143,214,131)
#9ADA8F
(154,218,143)
#A5DE9B
(165,222,155)
#B0E2A7
(176,226,167)
#BBE6B3
(187,230,179)
#C6EABF
(198,234,191)
#D1EECB
(209,238,203)
#DCF2D7
(220,242,215)
#E7F6E3
(231,246,227)
#F2FAEF
(242,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D277 color. Also use rgb(132,210,119) instead hex code.

Text Font Color

.myTextColor { color: #84D277; }

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

This text font color is #84D277.


Background Color

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

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

This div background color is #84D277.


Border color

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

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

This div border color is #84D277.


Opacity

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

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

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

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

This text has shadow with #84D277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D277 on black background.


Color preview on white background

This text has color #84D277 on white background.



Black color preview on #84D277 background

This text has black color on #84D277 background.


White color preview on #84D277 background

This text has white color on #84D277 background.