COLOR #84ED87

HEX: #84ED87 RGB: (132,237,135)

Color info

#84ED87 contains mainly green color. Web safe color of #84ED87 is #99FF99 (or #9F9).

RGB color model

#84ED87 color RGB value is (132,237,135).

RGB: (132,237,135) (52%, 93%, 53%)

RGB channels and saturation

R 132 of 255 = 52%
G 237 of 255 = 93%
B 135 of 255 = 53%

132
237
135

R + G + B ~ 66%. #84ED87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 237 + 135 = 504 (100%)
R 132 of 504 ~ 26.19%
G 237 of 504 ~ 47.02%
B 135 of 504 ~ 26.79'%

%26.19
%47.02
%26.79

CMYK color model

#84ED87 color CMYK value is (44,0,43,7).

  • cyan value is 44.30%
  • magenta value is 0.00%
  • yellow value is 43.04%
  • key color value is 7.06%
CMYK: (44,0,43,7) C44M0Y43K7 (44%,0%,43%,7%) (0.44/0.00/0.43/0.07) 

CMYK percentages

%44.3
%0
%43.04
%7.06

Codes

Color #84ED87 in popluar color models

84 ED 87
RGB 132 237 135
HSL 122° 74.47% 72.35%
HSB/HSV 122° 44.30% 92.94%
CMYK 44.30% 0.00% 43.04%
7.06%

Color #84ED87 in popluar number systems.

HEX 84 ED 87
Decimal 132 237 135
Binary 10000100 11101101 10000111
Octal 204 355 207

Shades and tints

Shades of #84ED87

#84ED87
(132,237,135)
#78D87B
(120,216,123)
#6CC36F
(108,195,111)
#60AE63
(96,174,99)
#549957
(84,153,87)
#48844B
(72,132,75)
#3C6F3F
(60,111,63)
#305A33
(48,90,51)
#244527
(36,69,39)
#18301B
(24,48,27)
#0C1B0F
(12,27,15)
#000000
(0,0,0)

Tints of #84ED87

#84ED87
(132,237,135)
#8FEE91
(143,238,145)
#9AEF9B
(154,239,155)
#A5F0A5
(165,240,165)
#B0F1AF
(176,241,175)
#BBF2B9
(187,242,185)
#C6F3C3
(198,243,195)
#D1F4CD
(209,244,205)
#DCF5D7
(220,245,215)
#E7F6E1
(231,246,225)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84ED87 color. Also use rgb(132,237,135) instead hex code.

Text Font Color

.myTextColor { color: #84ED87; }

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

This text font color is #84ED87.

Background Color

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

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

This div background color is #84ED87.

Border color

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

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

This div border color is #84ED87.

Opacity

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

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

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

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

This text has shadow with #84ED87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84ED87.

Preview

Color preview on black background

This text has color #84ED87 on black background.


Color preview on white background

This text has color #84ED87 on white background.


Black color preview on #84ED87 background

This text has black color on #84ED87 background.


White color preview on #84ED87 background

This text has white color on #84ED87 background.


Related colors

Complementary color

Complementary color for #hex is #7B1278.


I love getcolorcode.com

Triadic colors

1 #8784ED and #ED8784 with #84ED87 are triadic colors.

2 #87ED84 and #ED8487 with #84ED87 are triadic colors.