COLOR #84D37C

HEX: #84D37C
RGB: (132,211,124)

Renk bilgisi

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

RGB renk modeli

#84D37C color RGB value is (132,211,124).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 211 of 255 = 83%
B 124 of 255 = 49%

132
211
124

R + G + B ~ 61%. #84D37C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 211 + 124 = 467 (100%)
R 132 of 467 ~ 28.27%
G 211 of 467 ~ 45.18%
B 124 of 467 ~ 26.55%

%28.27
%45.18
%26.55

CMYK RENK MODELİ

#84D37C rengi CMYK tonu (37,0,41,17).

  • camgöbeği tonu 37.44%
  • eflatun tonu 0.00%
  • sarı tonu 41.23%
  • ana renk tonu 17.25%
CMYK:
(37,0,41,17)
C37M0Y41K17 
(37%,0%,41%,17%)
(0.37/0.00/0.41/0.17)	

CMYK yüzdeleri

%37.44
%0
%41.23
%17.25

Codes

Color #84D37C in popluar color models

84D37C
RGB132211124
HSL114°49.71%65.69%
HSB/HSV114°41.23%82.75%
CMYK37.44%0.00%41.23%
17.25%

Color #84D37C in popluar number systems.

HEX84D37C
Decimal132211124
Binary10000100110100111111100
Octal204323174

Shades and tints

Shades of #84D37C

#84D37C
(132,211,124)
#78C071
(120,192,113)
#6CAD66
(108,173,102)
#609A5B
(96,154,91)
#548750
(84,135,80)
#487445
(72,116,69)
#3C613A
(60,97,58)
#304E2F
(48,78,47)
#243B24
(36,59,36)
#182819
(24,40,25)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #84D37C

#84D37C
(132,211,124)
#8FD787
(143,215,135)
#9ADB92
(154,219,146)
#A5DF9D
(165,223,157)
#B0E3A8
(176,227,168)
#BBE7B3
(187,231,179)
#C6EBBE
(198,235,190)
#D1EFC9
(209,239,201)
#DCF3D4
(220,243,212)
#E7F7DF
(231,247,223)
#F2FBEA
(242,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84D37C; }

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

This text font color is #84D37C.


Background Color

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

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

This div background color is #84D37C.


Border color

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

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

This div border color is #84D37C.


Opacity

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

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

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

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

This text has shadow with #84D37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D37C on black background.


Color preview on white background

This text has color #84D37C on white background.



Black color preview on #84D37C background

This text has black color on #84D37C background.


White color preview on #84D37C background

This text has white color on #84D37C background.