COLOR #84EF9F

HEX: #84EF9F
RGB: (132,239,159)

Renk bilgisi

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

RGB renk modeli

#84EF9F color RGB value is (132,239,159).

  • kırmız ton 132;
  • yeşil ton 239;
  • mavi ton 159.
RGB:
(132,239,159)
(52%,94%,62%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 239 of 255 = 94%
B 159 of 255 = 62%

132
239
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 239 + 159 = 530 (100%)
R 132 of 530 ~ 24.91%
G 239 of 530 ~ 45.09%
B 159 of 530 ~ 30%

%24.91
%45.09
%30

CMYK RENK MODELİ

#84EF9F rengi CMYK tonu (45,0,33,6).

  • camgöbeği tonu 44.77%
  • eflatun tonu 0.00%
  • sarı tonu 33.47%
  • ana renk tonu 6.27%
CMYK:
(45,0,33,6)
C45M0Y33K6 
(45%,0%,33%,6%)
(0.45/0.00/0.33/0.06)	

CMYK yüzdeleri

%44.77
%0
%33.47
%6.27

Codes

Color #84EF9F in popluar color models

84EF9F
RGB132239159
HSL135°76.98%72.75%
HSB/HSV135°44.77%93.73%
CMYK44.77%0.00%33.47%
6.27%

Color #84EF9F in popluar number systems.

HEX84EF9F
Decimal132239159
Binary100001001110111110011111
Octal204357237

Shades and tints

Shades of #84EF9F

#84EF9F
(132,239,159)
#78DA91
(120,218,145)
#6CC583
(108,197,131)
#60B075
(96,176,117)
#549B67
(84,155,103)
#488659
(72,134,89)
#3C714B
(60,113,75)
#305C3D
(48,92,61)
#24472F
(36,71,47)
#183221
(24,50,33)
#0C1D13
(12,29,19)
#000000
(0,0,0)

Tints of #84EF9F

#84EF9F
(132,239,159)
#8FF0A7
(143,240,167)
#9AF1AF
(154,241,175)
#A5F2B7
(165,242,183)
#B0F3BF
(176,243,191)
#BBF4C7
(187,244,199)
#C6F5CF
(198,245,207)
#D1F6D7
(209,246,215)
#DCF7DF
(220,247,223)
#E7F8E7
(231,248,231)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84EF9F color. Also use rgb(132,239,159) instead hex code.

Text Font Color

.myTextColor { color: #84EF9F; }

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

This text font color is #84EF9F.


Background Color

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

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

This div background color is #84EF9F.


Border color

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

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

This div border color is #84EF9F.


Opacity

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

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

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

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

This text has shadow with #84EF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EF9F on black background.


Color preview on white background

This text has color #84EF9F on white background.



Black color preview on #84EF9F background

This text has black color on #84EF9F background.


White color preview on #84EF9F background

This text has white color on #84EF9F background.