COLOR #84EB79

HEX: #84EB79
RGB: (132,235,121)

Color info

#84EB79 contains mainly green color. Web safe color of #84EB79 is #99FF66 (or #9F6).

RGB color model

#84EB79 color RGB value is (132,235,121).

  • red value is 132;
  • green value is 235;
  • blue value is 121.
RGB:
(132,235,121)
(52%,92%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 235 of 255 = 92%
B 121 of 255 = 47%

132
235
121

R + G + B ~ 64%. #84EB79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 235 + 121 = 488 (100%)
R 132 of 488 ~ 27.05%
G 235 of 488 ~ 48.16%
B 121 of 488 ~ 24.8%

%27.05
%48.16
%24.8

CMYK color model

#84EB79 color CMYK value is (44,0,49,8).

  • cyan value is 43.83%
  • magenta value is 0.00%
  • yellow value is 48.51%
  • key color value is 7.84%
CMYK:
(44,0,49,8)
C44M0Y49K8 
(44%,0%,49%,8%)
(0.44/0.00/0.49/0.08)	

CMYK percentages

%43.83
%0
%48.51
%7.84

Codes

Color #84EB79 in popluar color models

84EB79
RGB132235121
HSL114°74.03%69.80%
HSB/HSV114°48.51%92.16%
CMYK43.83%0.00%48.51%
7.84%

Color #84EB79 in popluar number systems.

HEX84EB79
Decimal132235121
Binary10000100111010111111001
Octal204353171

Shades and tints

Shades of #84EB79

#84EB79
(132,235,121)
#78D66E
(120,214,110)
#6CC163
(108,193,99)
#60AC58
(96,172,88)
#54974D
(84,151,77)
#488242
(72,130,66)
#3C6D37
(60,109,55)
#30582C
(48,88,44)
#244321
(36,67,33)
#182E16
(24,46,22)
#0C190B
(12,25,11)
#000000
(0,0,0)

Tints of #84EB79

#84EB79
(132,235,121)
#8FEC85
(143,236,133)
#9AED91
(154,237,145)
#A5EE9D
(165,238,157)
#B0EFA9
(176,239,169)
#BBF0B5
(187,240,181)
#C6F1C1
(198,241,193)
#D1F2CD
(209,242,205)
#DCF3D9
(220,243,217)
#E7F4E5
(231,244,229)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84EB79; }

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

This text font color is #84EB79.


Background Color

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

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

This div background color is #84EB79.


Border color

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

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

This div border color is #84EB79.


Opacity

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

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

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

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

This text has shadow with #84EB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EB79 on black background.


Color preview on white background

This text has color #84EB79 on white background.



Black color preview on #84EB79 background

This text has black color on #84EB79 background.


White color preview on #84EB79 background

This text has white color on #84EB79 background.