COLOR #84E355

HEX: #84E355
RGB: (132,227,85)

Color info

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

RGB color model

#84E355 color RGB value is (132,227,85).

  • red value is 132;
  • green value is 227;
  • blue value is 85.
RGB:
(132,227,85)
(52%,89%,33%)

RGB channels and saturation

R 132 of 255 = 52%
G 227 of 255 = 89%
B 85 of 255 = 33%

132
227
85

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

Portions of RGB colors in percentages

R + G + B =
132 + 227 + 85 = 444 (100%)
R 132 of 444 ~ 29.73%
G 227 of 444 ~ 51.13%
B 85 of 444 ~ 19.14%

%29.73
%51.13
%19.14

CMYK color model

#84E355 color CMYK value is (42,0,63,11).

  • cyan value is 41.85%
  • magenta value is 0.00%
  • yellow value is 62.56%
  • key color value is 10.98%
CMYK:
(42,0,63,11)
C42M0Y63K11 
(42%,0%,63%,11%)
(0.42/0.00/0.63/0.11)	

CMYK percentages

%41.85
%0
%62.56
%10.98

Codes

Color #84E355 in popluar color models

84E355
RGB13222785
HSL100°71.72%61.18%
HSB/HSV100°62.56%89.02%
CMYK41.85%0.00%62.56%
10.98%

Color #84E355 in popluar number systems.

HEX84E355
Decimal13222785
Binary10000100111000111010101
Octal204343125

Shades and tints

Shades of #84E355

#84E355
(132,227,85)
#78CF4E
(120,207,78)
#6CBB47
(108,187,71)
#60A740
(96,167,64)
#549339
(84,147,57)
#487F32
(72,127,50)
#3C6B2B
(60,107,43)
#305724
(48,87,36)
#24431D
(36,67,29)
#182F16
(24,47,22)
#0C1B0F
(12,27,15)
#000000
(0,0,0)

Tints of #84E355

#84E355
(132,227,85)
#8FE564
(143,229,100)
#9AE773
(154,231,115)
#A5E982
(165,233,130)
#B0EB91
(176,235,145)
#BBEDA0
(187,237,160)
#C6EFAF
(198,239,175)
#D1F1BE
(209,241,190)
#DCF3CD
(220,243,205)
#E7F5DC
(231,245,220)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E355 color. Also use rgb(132,227,85) instead hex code.

Text Font Color

.myTextColor { color: #84E355; }

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

This text font color is #84E355.


Background Color

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

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

This div background color is #84E355.


Border color

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

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

This div border color is #84E355.


Opacity

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

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

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

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

This text has shadow with #84E355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E355 on black background.


Color preview on white background

This text has color #84E355 on white background.



Black color preview on #84E355 background

This text has black color on #84E355 background.


White color preview on #84E355 background

This text has white color on #84E355 background.