COLOR #84E679

HEX: #84E679
RGB: (132,230,121)

Renk bilgisi

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

RGB renk modeli

#84E679 color RGB value is (132,230,121).

  • kırmız ton 132;
  • yeşil ton 230;
  • mavi ton 121.
RGB:
(132,230,121)
(52%,90%,47%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 230 of 255 = 90%
B 121 of 255 = 47%

132
230
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 230 + 121 = 483 (100%)
R 132 of 483 ~ 27.33%
G 230 of 483 ~ 47.62%
B 121 of 483 ~ 25.05%

%27.33
%47.62
%25.05

CMYK RENK MODELİ

#84E679 rengi CMYK tonu (43,0,47,10).

  • camgöbeği tonu 42.61%
  • eflatun tonu 0.00%
  • sarı tonu 47.39%
  • ana renk tonu 9.80%
CMYK:
(43,0,47,10)
C43M0Y47K10 
(43%,0%,47%,10%)
(0.43/0.00/0.47/0.10)	

CMYK yüzdeleri

%42.61
%0
%47.39
%9.8

Codes

Color #84E679 in popluar color models

84E679
RGB132230121
HSL114°68.55%68.82%
HSB/HSV114°47.39%90.20%
CMYK42.61%0.00%47.39%
9.80%

Color #84E679 in popluar number systems.

HEX84E679
Decimal132230121
Binary10000100111001101111001
Octal204346171

Shades and tints

Shades of #84E679

#84E679
(132,230,121)
#78D26E
(120,210,110)
#6CBE63
(108,190,99)
#60AA58
(96,170,88)
#54964D
(84,150,77)
#488242
(72,130,66)
#3C6E37
(60,110,55)
#305A2C
(48,90,44)
#244621
(36,70,33)
#183216
(24,50,22)
#0C1E0B
(12,30,11)
#000000
(0,0,0)

Tints of #84E679

#84E679
(132,230,121)
#8FE885
(143,232,133)
#9AEA91
(154,234,145)
#A5EC9D
(165,236,157)
#B0EEA9
(176,238,169)
#BBF0B5
(187,240,181)
#C6F2C1
(198,242,193)
#D1F4CD
(209,244,205)
#DCF6D9
(220,246,217)
#E7F8E5
(231,248,229)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E679 color. Also use rgb(132,230,121) instead hex code.

Text Font Color

.myTextColor { color: #84E679; }

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

This text font color is #84E679.


Background Color

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

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

This div background color is #84E679.


Border color

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

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

This div border color is #84E679.


Opacity

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

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

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

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

This text has shadow with #84E679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E679 on black background.


Color preview on white background

This text has color #84E679 on white background.



Black color preview on #84E679 background

This text has black color on #84E679 background.


White color preview on #84E679 background

This text has white color on #84E679 background.