COLOR #84C76F

HEX: #84C76F
RGB: (132,199,111)

Renk bilgisi

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

RGB renk modeli

#84C76F color RGB value is (132,199,111).

  • kırmız ton 132;
  • yeşil ton 199;
  • mavi ton 111.
RGB:
(132,199,111)
(52%,78%,44%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 199 of 255 = 78%
B 111 of 255 = 44%

132
199
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 199 + 111 = 442 (100%)
R 132 of 442 ~ 29.86%
G 199 of 442 ~ 45.02%
B 111 of 442 ~ 25.11%

%29.86
%45.02
%25.11

CMYK RENK MODELİ

#84C76F rengi CMYK tonu (34,0,44,22).

  • camgöbeği tonu 33.67%
  • eflatun tonu 0.00%
  • sarı tonu 44.22%
  • ana renk tonu 21.96%
CMYK:
(34,0,44,22)
C34M0Y44K22 
(34%,0%,44%,22%)
(0.34/0.00/0.44/0.22)	

CMYK yüzdeleri

%33.67
%0
%44.22
%21.96

Codes

Color #84C76F in popluar color models

84C76F
RGB132199111
HSL106°44.00%60.78%
HSB/HSV106°44.22%78.04%
CMYK33.67%0.00%44.22%
21.96%

Color #84C76F in popluar number systems.

HEX84C76F
Decimal132199111
Binary10000100110001111101111
Octal204307157

Shades and tints

Shades of #84C76F

#84C76F
(132,199,111)
#78B565
(120,181,101)
#6CA35B
(108,163,91)
#609151
(96,145,81)
#547F47
(84,127,71)
#486D3D
(72,109,61)
#3C5B33
(60,91,51)
#304929
(48,73,41)
#24371F
(36,55,31)
#182515
(24,37,21)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #84C76F

#84C76F
(132,199,111)
#8FCC7C
(143,204,124)
#9AD189
(154,209,137)
#A5D696
(165,214,150)
#B0DBA3
(176,219,163)
#BBE0B0
(187,224,176)
#C6E5BD
(198,229,189)
#D1EACA
(209,234,202)
#DCEFD7
(220,239,215)
#E7F4E4
(231,244,228)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C76F color. Also use rgb(132,199,111) instead hex code.

Text Font Color

.myTextColor { color: #84C76F; }

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

This text font color is #84C76F.


Background Color

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

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

This div background color is #84C76F.


Border color

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

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

This div border color is #84C76F.


Opacity

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

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

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

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

This text has shadow with #84C76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C76F on black background.


Color preview on white background

This text has color #84C76F on white background.



Black color preview on #84C76F background

This text has black color on #84C76F background.


White color preview on #84C76F background

This text has white color on #84C76F background.