COLOR #84D958

HEX: #84D958
RGB: (132,217,88)

Color info

#84D958 contains mainly green color. Web safe color of #84D958 is #99CC66 (or #9C6).

RGB color model

#84D958 color RGB value is (132,217,88).

  • red value is 132;
  • green value is 217;
  • blue value is 88.
RGB:
(132,217,88)
(52%,85%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 217 of 255 = 85%
B 88 of 255 = 35%

132
217
88

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

Portions of RGB colors in percentages

R + G + B =
132 + 217 + 88 = 437 (100%)
R 132 of 437 ~ 30.21%
G 217 of 437 ~ 49.66%
B 88 of 437 ~ 20.14%

%30.21
%49.66
%20.14

CMYK color model

#84D958 color CMYK value is (39,0,59,15).

  • cyan value is 39.17%
  • magenta value is 0.00%
  • yellow value is 59.45%
  • key color value is 14.90%
CMYK:
(39,0,59,15)
C39M0Y59K15 
(39%,0%,59%,15%)
(0.39/0.00/0.59/0.15)	

CMYK percentages

%39.17
%0
%59.45
%14.9

Codes

Color #84D958 in popluar color models

84D958
RGB13221788
HSL100°62.93%59.80%
HSB/HSV100°59.45%85.10%
CMYK39.17%0.00%59.45%
14.90%

Color #84D958 in popluar number systems.

HEX84D958
Decimal13221788
Binary10000100110110011011000
Octal204331130

Shades and tints

Shades of #84D958

#84D958
(132,217,88)
#78C650
(120,198,80)
#6CB348
(108,179,72)
#60A040
(96,160,64)
#548D38
(84,141,56)
#487A30
(72,122,48)
#3C6728
(60,103,40)
#305420
(48,84,32)
#244118
(36,65,24)
#182E10
(24,46,16)
#0C1B08
(12,27,8)
#000000
(0,0,0)

Tints of #84D958

#84D958
(132,217,88)
#8FDC67
(143,220,103)
#9ADF76
(154,223,118)
#A5E285
(165,226,133)
#B0E594
(176,229,148)
#BBE8A3
(187,232,163)
#C6EBB2
(198,235,178)
#D1EEC1
(209,238,193)
#DCF1D0
(220,241,208)
#E7F4DF
(231,244,223)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D958 color. Also use rgb(132,217,88) instead hex code.

Text Font Color

.myTextColor { color: #84D958; }

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

This text font color is #84D958.


Background Color

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

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

This div background color is #84D958.


Border color

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

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

This div border color is #84D958.


Opacity

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

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

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

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

This text has shadow with #84D958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D958 on black background.


Color preview on white background

This text has color #84D958 on white background.



Black color preview on #84D958 background

This text has black color on #84D958 background.


White color preview on #84D958 background

This text has white color on #84D958 background.