COLOR #84EB39

HEX: #84EB39
RGB: (132,235,57)

Color info

#84EB39 contains mainly green color. Web safe color of #84EB39 is #99FF33 (or #9F3).

RGB color model

#84EB39 color RGB value is (132,235,57).

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

RGB channels and saturation

R 132 of 255 = 52%
G 235 of 255 = 92%
B 57 of 255 = 22%

132
235
57

R + G + B ~ 55%. #84EB39 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 235 + 57 = 424 (100%)
R 132 of 424 ~ 31.13%
G 235 of 424 ~ 55.42%
B 57 of 424 ~ 13.44%

%31.13
%55.42
%13.44

CMYK color model

#84EB39 color CMYK value is (44,0,76,8).

  • cyan value is 43.83%
  • magenta value is 0.00%
  • yellow value is 75.74%
  • key color value is 7.84%
CMYK:
(44,0,76,8)
C44M0Y76K8 
(44%,0%,76%,8%)
(0.44/0.00/0.76/0.08)	

CMYK percentages

%43.83
%0
%75.74
%7.84

Codes

Color #84EB39 in popluar color models

84EB39
RGB13223557
HSL95°81.65%57.25%
HSB/HSV95°75.74%92.16%
CMYK43.83%0.00%75.74%
7.84%

Color #84EB39 in popluar number systems.

HEX84EB39
Decimal13223557
Binary1000010011101011111001
Octal20435371

Shades and tints

Shades of #84EB39

#84EB39
(132,235,57)
#78D634
(120,214,52)
#6CC12F
(108,193,47)
#60AC2A
(96,172,42)
#549725
(84,151,37)
#488220
(72,130,32)
#3C6D1B
(60,109,27)
#305816
(48,88,22)
#244311
(36,67,17)
#182E0C
(24,46,12)
#0C1907
(12,25,7)
#000000
(0,0,0)

Tints of #84EB39

#84EB39
(132,235,57)
#8FEC4B
(143,236,75)
#9AED5D
(154,237,93)
#A5EE6F
(165,238,111)
#B0EF81
(176,239,129)
#BBF093
(187,240,147)
#C6F1A5
(198,241,165)
#D1F2B7
(209,242,183)
#DCF3C9
(220,243,201)
#E7F4DB
(231,244,219)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84EB39; }

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

This text font color is #84EB39.


Background Color

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

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

This div background color is #84EB39.


Border color

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

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

This div border color is #84EB39.


Opacity

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

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

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

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

This text has shadow with #84EB39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84EB39 on black background.


Color preview on white background

This text has color #84EB39 on white background.



Black color preview on #84EB39 background

This text has black color on #84EB39 background.


White color preview on #84EB39 background

This text has white color on #84EB39 background.