COLOR #84D951

HEX: #84D951
RGB: (132,217,81)

Renk bilgisi

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

RGB renk modeli

#84D951 color RGB value is (132,217,81).

  • kırmız ton 132;
  • yeşil ton 217;
  • mavi ton 81.
RGB:
(132,217,81)
(52%,85%,32%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 217 of 255 = 85%
B 81 of 255 = 32%

132
217
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 217 + 81 = 430 (100%)
R 132 of 430 ~ 30.7%
G 217 of 430 ~ 50.47%
B 81 of 430 ~ 18.84%

%30.7
%50.47
%18.84

CMYK RENK MODELİ

#84D951 rengi CMYK tonu (39,0,63,15).

  • camgöbeği tonu 39.17%
  • eflatun tonu 0.00%
  • sarı tonu 62.67%
  • ana renk tonu 14.90%
CMYK:
(39,0,63,15)
C39M0Y63K15 
(39%,0%,63%,15%)
(0.39/0.00/0.63/0.15)	

CMYK yüzdeleri

%39.17
%0
%62.67
%14.9

Codes

Color #84D951 in popluar color models

84D951
RGB13221781
HSL98°64.15%58.43%
HSB/HSV98°62.67%85.10%
CMYK39.17%0.00%62.67%
14.90%

Color #84D951 in popluar number systems.

HEX84D951
Decimal13221781
Binary10000100110110011010001
Octal204331121

Shades and tints

Shades of #84D951

#84D951
(132,217,81)
#78C64A
(120,198,74)
#6CB343
(108,179,67)
#60A03C
(96,160,60)
#548D35
(84,141,53)
#487A2E
(72,122,46)
#3C6727
(60,103,39)
#305420
(48,84,32)
#244119
(36,65,25)
#182E12
(24,46,18)
#0C1B0B
(12,27,11)
#000000
(0,0,0)

Tints of #84D951

#84D951
(132,217,81)
#8FDC60
(143,220,96)
#9ADF6F
(154,223,111)
#A5E27E
(165,226,126)
#B0E58D
(176,229,141)
#BBE89C
(187,232,156)
#C6EBAB
(198,235,171)
#D1EEBA
(209,238,186)
#DCF1C9
(220,241,201)
#E7F4D8
(231,244,216)
#F2F7E7
(242,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D951 color. Also use rgb(132,217,81) instead hex code.

Text Font Color

.myTextColor { color: #84D951; }

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

This text font color is #84D951.


Background Color

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

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

This div background color is #84D951.


Border color

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

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

This div border color is #84D951.


Opacity

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

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

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

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

This text has shadow with #84D951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D951 on black background.


Color preview on white background

This text has color #84D951 on white background.



Black color preview on #84D951 background

This text has black color on #84D951 background.


White color preview on #84D951 background

This text has white color on #84D951 background.