COLOR #84D988

HEX: #84D988 RGB: (132,217,136)

Color info

#84D988 contains mainly green color. Web safe color of #84D988 is #99CC99 (or #9C9).

RGB color model

#84D988 color RGB value is (132,217,136).

RGB: (132,217,136) (52%, 85%, 53%)

RGB channels and saturation

R 132 of 255 = 52%
G 217 of 255 = 85%
B 136 of 255 = 53%

132
217
136

R + G + B ~ 63%. #84D988 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 217 + 136 = 485 (100%)
R 132 of 485 ~ 27.22%
G 217 of 485 ~ 44.74%
B 136 of 485 ~ 28.04'%

%27.22
%44.74
%28.04

CMYK color model

#84D988 color CMYK value is (39,0,37,15).

  • cyan value is 39.17%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 14.90%

CMYK: (39,0,37,15)
C39M0Y37K15 (39%, 0%, 37%, 15%)
(0.39 / 0.00 / 0.37 / 0.15)

CMYK percentages

%39.17
%0
%37.33
%14.9

Codes

Color #84D988 in popluar color models

84 D9 88
RGB 132 217 136
HSL 123° 52.80% 68.43%
HSB/HSV 123° 39.17% 85.10%
CMYK 39.17% 0.00% 37.33%
14.90%

Color #84D988 in popluar number systems.

HEX 84 D9 88
Decimal 132 217 136
Binary 10000100 11011001 10001000
Octal 204 331 210

Shades and tints

Shades of #84D988

#84D988
(132,217,136)
#78C67C
(120,198,124)
#6CB370
(108,179,112)
#60A064
(96,160,100)
#548D58
(84,141,88)
#487A4C
(72,122,76)
#3C6740
(60,103,64)
#305434
(48,84,52)
#244128
(36,65,40)
#182E1C
(24,46,28)
#0C1B10
(12,27,16)
#000000
(0,0,0)

Tints of #84D988

#84D988
(132,217,136)
#8FDC92
(143,220,146)
#9ADF9C
(154,223,156)
#A5E2A6
(165,226,166)
#B0E5B0
(176,229,176)
#BBE8BA
(187,232,186)
#C6EBC4
(198,235,196)
#D1EECE
(209,238,206)
#DCF1D8
(220,241,216)
#E7F4E2
(231,244,226)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84D988; }

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

This text font color is #84D988.

Background Color

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

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

This div background color is #84D988.

Border color

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

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

This div border color is #84D988.

Opacity

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

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

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

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

This text has shadow with #84D988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84D988.

Preview

Color preview on black background

This text has color #84D988 on black background.


Color preview on white background

This text has color #84D988 on white background.


Black color preview on #84D988 background

This text has black color on #84D988 background.


White color preview on #84D988 background

This text has white color on #84D988 background.


Related colors

Complementary color

Complementary color for #hex is #7B2677.


I love getcolorcode.com

Triadic colors

1 #8884D9 and #D98884 with #84D988 are triadic colors.

2 #88D984 and #D98488 with #84D988 are triadic colors.