COLOR #84E466

HEX: #84E466
RGB: (132,228,102)

Color info

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

RGB color model

#84E466 color RGB value is (132,228,102).

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

RGB channels and saturation

R 132 of 255 = 52%
G 228 of 255 = 89%
B 102 of 255 = 40%

132
228
102

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

Portions of RGB colors in percentages

R + G + B =
132 + 228 + 102 = 462 (100%)
R 132 of 462 ~ 28.57%
G 228 of 462 ~ 49.35%
B 102 of 462 ~ 22.08%

%28.57
%49.35
%22.08

CMYK color model

#84E466 color CMYK value is (42,0,55,11).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 55.26%
  • key color value is 10.59%
CMYK:
(42,0,55,11)
C42M0Y55K11 
(42%,0%,55%,11%)
(0.42/0.00/0.55/0.11)	

CMYK percentages

%42.11
%0
%55.26
%10.59

Codes

Color #84E466 in popluar color models

84E466
RGB132228102
HSL106°70.00%64.71%
HSB/HSV106°55.26%89.41%
CMYK42.11%0.00%55.26%
10.59%

Color #84E466 in popluar number systems.

HEX84E466
Decimal132228102
Binary10000100111001001100110
Octal204344146

Shades and tints

Shades of #84E466

#84E466
(132,228,102)
#78D05D
(120,208,93)
#6CBC54
(108,188,84)
#60A84B
(96,168,75)
#549442
(84,148,66)
#488039
(72,128,57)
#3C6C30
(60,108,48)
#305827
(48,88,39)
#24441E
(36,68,30)
#183015
(24,48,21)
#0C1C0C
(12,28,12)
#000000
(0,0,0)

Tints of #84E466

#84E466
(132,228,102)
#8FE673
(143,230,115)
#9AE880
(154,232,128)
#A5EA8D
(165,234,141)
#B0EC9A
(176,236,154)
#BBEEA7
(187,238,167)
#C6F0B4
(198,240,180)
#D1F2C1
(209,242,193)
#DCF4CE
(220,244,206)
#E7F6DB
(231,246,219)
#F2F8E8
(242,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E466; }

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

This text font color is #84E466.


Background Color

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

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

This div background color is #84E466.


Border color

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

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

This div border color is #84E466.


Opacity

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

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

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

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

This text has shadow with #84E466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E466 on black background.


Color preview on white background

This text has color #84E466 on white background.



Black color preview on #84E466 background

This text has black color on #84E466 background.


White color preview on #84E466 background

This text has white color on #84E466 background.