COLOR #84E48E

HEX: #84E48E
RGB: (132,228,142)

Color info

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

RGB color model

#84E48E color RGB value is (132,228,142).

  • red value is 132;
  • green value is 228;
  • blue value is 142.
RGB:
(132,228,142)
(52%,89%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 228 of 255 = 89%
B 142 of 255 = 56%

132
228
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 228 + 142 = 502 (100%)
R 132 of 502 ~ 26.29%
G 228 of 502 ~ 45.42%
B 142 of 502 ~ 28.29%

%26.29
%45.42
%28.29

CMYK color model

#84E48E color CMYK value is (42,0,38,11).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 10.59%
CMYK:
(42,0,38,11)
C42M0Y38K11 
(42%,0%,38%,11%)
(0.42/0.00/0.38/0.11)	

CMYK percentages

%42.11
%0
%37.72
%10.59

Codes

Color #84E48E in popluar color models

84E48E
RGB132228142
HSL126°64.00%70.59%
HSB/HSV126°42.11%89.41%
CMYK42.11%0.00%37.72%
10.59%

Color #84E48E in popluar number systems.

HEX84E48E
Decimal132228142
Binary100001001110010010001110
Octal204344216

Shades and tints

Shades of #84E48E

#84E48E
(132,228,142)
#78D082
(120,208,130)
#6CBC76
(108,188,118)
#60A86A
(96,168,106)
#54945E
(84,148,94)
#488052
(72,128,82)
#3C6C46
(60,108,70)
#30583A
(48,88,58)
#24442E
(36,68,46)
#183022
(24,48,34)
#0C1C16
(12,28,22)
#000000
(0,0,0)

Tints of #84E48E

#84E48E
(132,228,142)
#8FE698
(143,230,152)
#9AE8A2
(154,232,162)
#A5EAAC
(165,234,172)
#B0ECB6
(176,236,182)
#BBEEC0
(187,238,192)
#C6F0CA
(198,240,202)
#D1F2D4
(209,242,212)
#DCF4DE
(220,244,222)
#E7F6E8
(231,246,232)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E48E color. Also use rgb(132,228,142) instead hex code.

Text Font Color

.myTextColor { color: #84E48E; }

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

This text font color is #84E48E.


Background Color

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

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

This div background color is #84E48E.


Border color

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

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

This div border color is #84E48E.


Opacity

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

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

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

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

This text has shadow with #84E48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E48E on black background.


Color preview on white background

This text has color #84E48E on white background.



Black color preview on #84E48E background

This text has black color on #84E48E background.


White color preview on #84E48E background

This text has white color on #84E48E background.