COLOR #84E290

HEX: #84E290
RGB: (132,226,144)

Color info

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

RGB color model

#84E290 color RGB value is (132,226,144).

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

RGB channels and saturation

R 132 of 255 = 52%
G 226 of 255 = 89%
B 144 of 255 = 56%

132
226
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 226 + 144 = 502 (100%)
R 132 of 502 ~ 26.29%
G 226 of 502 ~ 45.02%
B 144 of 502 ~ 28.69%

%26.29
%45.02
%28.69

CMYK color model

#84E290 color CMYK value is (42,0,36,11).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 11.37%
CMYK:
(42,0,36,11)
C42M0Y36K11 
(42%,0%,36%,11%)
(0.42/0.00/0.36/0.11)	

CMYK percentages

%41.59
%0
%36.28
%11.37

Codes

Color #84E290 in popluar color models

84E290
RGB132226144
HSL128°61.84%70.20%
HSB/HSV128°41.59%88.63%
CMYK41.59%0.00%36.28%
11.37%

Color #84E290 in popluar number systems.

HEX84E290
Decimal132226144
Binary100001001110001010010000
Octal204342220

Shades and tints

Shades of #84E290

#84E290
(132,226,144)
#78CE83
(120,206,131)
#6CBA76
(108,186,118)
#60A669
(96,166,105)
#54925C
(84,146,92)
#487E4F
(72,126,79)
#3C6A42
(60,106,66)
#305635
(48,86,53)
#244228
(36,66,40)
#182E1B
(24,46,27)
#0C1A0E
(12,26,14)
#000000
(0,0,0)

Tints of #84E290

#84E290
(132,226,144)
#8FE49A
(143,228,154)
#9AE6A4
(154,230,164)
#A5E8AE
(165,232,174)
#B0EAB8
(176,234,184)
#BBECC2
(187,236,194)
#C6EECC
(198,238,204)
#D1F0D6
(209,240,214)
#DCF2E0
(220,242,224)
#E7F4EA
(231,244,234)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E290 color. Also use rgb(132,226,144) instead hex code.

Text Font Color

.myTextColor { color: #84E290; }

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

This text font color is #84E290.


Background Color

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

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

This div background color is #84E290.


Border color

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

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

This div border color is #84E290.


Opacity

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

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

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

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

This text has shadow with #84E290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E290 on black background.


Color preview on white background

This text has color #84E290 on white background.



Black color preview on #84E290 background

This text has black color on #84E290 background.


White color preview on #84E290 background

This text has white color on #84E290 background.