COLOR #84F391

HEX: #84F391
RGB: (132,243,145)

Renk bilgisi

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

RGB renk modeli

#84F391 color RGB value is (132,243,145).

  • kırmız ton 132;
  • yeşil ton 243;
  • mavi ton 145.
RGB:
(132,243,145)
(52%,95%,57%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 243 of 255 = 95%
B 145 of 255 = 57%

132
243
145

R + G + B ~ 68%. #84F391 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 243 + 145 = 520 (100%)
R 132 of 520 ~ 25.38%
G 243 of 520 ~ 46.73%
B 145 of 520 ~ 27.88%

%25.38
%46.73
%27.88

CMYK RENK MODELİ

#84F391 rengi CMYK tonu (46,0,40,5).

  • camgöbeği tonu 45.68%
  • eflatun tonu 0.00%
  • sarı tonu 40.33%
  • ana renk tonu 4.71%
CMYK:
(46,0,40,5)
C46M0Y40K5 
(46%,0%,40%,5%)
(0.46/0.00/0.40/0.05)	

CMYK yüzdeleri

%45.68
%0
%40.33
%4.71

Codes

Color #84F391 in popluar color models

84F391
RGB132243145
HSL127°82.22%73.53%
HSB/HSV127°45.68%95.29%
CMYK45.68%0.00%40.33%
4.71%

Color #84F391 in popluar number systems.

HEX84F391
Decimal132243145
Binary100001001111001110010001
Octal204363221

Shades and tints

Shades of #84F391

#84F391
(132,243,145)
#78DD84
(120,221,132)
#6CC777
(108,199,119)
#60B16A
(96,177,106)
#549B5D
(84,155,93)
#488550
(72,133,80)
#3C6F43
(60,111,67)
#305936
(48,89,54)
#244329
(36,67,41)
#182D1C
(24,45,28)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #84F391

#84F391
(132,243,145)
#8FF49B
(143,244,155)
#9AF5A5
(154,245,165)
#A5F6AF
(165,246,175)
#B0F7B9
(176,247,185)
#BBF8C3
(187,248,195)
#C6F9CD
(198,249,205)
#D1FAD7
(209,250,215)
#DCFBE1
(220,251,225)
#E7FCEB
(231,252,235)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84F391 color. Also use rgb(132,243,145) instead hex code.

Text Font Color

.myTextColor { color: #84F391; }

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

This text font color is #84F391.


Background Color

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

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

This div background color is #84F391.


Border color

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

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

This div border color is #84F391.


Opacity

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

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

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

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

This text has shadow with #84F391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84F391 on black background.


Color preview on white background

This text has color #84F391 on white background.



Black color preview on #84F391 background

This text has black color on #84F391 background.


White color preview on #84F391 background

This text has white color on #84F391 background.