COLOR #84F596

HEX: #84F596
RGB: (132,245,150)

Renk bilgisi

#84F596 contains mainly green color. #84F596 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#84F596 color RGB value is (132,245,150).

  • kırmız ton 132;
  • yeşil ton 245;
  • mavi ton 150.
RGB:
(132,245,150)
(52%,96%,59%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 245 of 255 = 96%
B 150 of 255 = 59%

132
245
150

R + G + B ~ 69%. #84F596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 245 + 150 = 527 (100%)
R 132 of 527 ~ 25.05%
G 245 of 527 ~ 46.49%
B 150 of 527 ~ 28.46%

%25.05
%46.49
%28.46

CMYK RENK MODELİ

#84F596 rengi CMYK tonu (46,0,39,4).

  • camgöbeği tonu 46.12%
  • eflatun tonu 0.00%
  • sarı tonu 38.78%
  • ana renk tonu 3.92%
CMYK:
(46,0,39,4)
C46M0Y39K4 
(46%,0%,39%,4%)
(0.46/0.00/0.39/0.04)	

CMYK yüzdeleri

%46.12
%0
%38.78
%3.92

Codes

Color #84F596 in popluar color models

84F596
RGB132245150
HSL130°84.96%73.92%
HSB/HSV130°46.12%96.08%
CMYK46.12%0.00%38.78%
3.92%

Color #84F596 in popluar number systems.

HEX84F596
Decimal132245150
Binary100001001111010110010110
Octal204365226

Shades and tints

Shades of #84F596

#84F596
(132,245,150)
#78DF89
(120,223,137)
#6CC97C
(108,201,124)
#60B36F
(96,179,111)
#549D62
(84,157,98)
#488755
(72,135,85)
#3C7148
(60,113,72)
#305B3B
(48,91,59)
#24452E
(36,69,46)
#182F21
(24,47,33)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #84F596

#84F596
(132,245,150)
#8FF59F
(143,245,159)
#9AF5A8
(154,245,168)
#A5F5B1
(165,245,177)
#B0F5BA
(176,245,186)
#BBF5C3
(187,245,195)
#C6F5CC
(198,245,204)
#D1F5D5
(209,245,213)
#DCF5DE
(220,245,222)
#E7F5E7
(231,245,231)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F596 color. Also use rgb(132,245,150) instead hex code.

Text Font Color

.myTextColor { color: #84F596; }

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

This text font color is #84F596.


Background Color

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

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

This div background color is #84F596.


Border color

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

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

This div border color is #84F596.


Opacity

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

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

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

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

This text has shadow with #84F596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F596 on black background.


Color preview on white background

This text has color #84F596 on white background.



Black color preview on #84F596 background

This text has black color on #84F596 background.


White color preview on #84F596 background

This text has white color on #84F596 background.