COLOR #84E388

HEX: #84E388
RGB: (132,227,136)

Color info

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

RGB color model

#84E388 color RGB value is (132,227,136).

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

RGB channels and saturation

R 132 of 255 = 52%
G 227 of 255 = 89%
B 136 of 255 = 53%

132
227
136

R + G + B ~ 65%. #84E388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 227 + 136 = 495 (100%)
R 132 of 495 ~ 26.67%
G 227 of 495 ~ 45.86%
B 136 of 495 ~ 27.47%

%26.67
%45.86
%27.47

CMYK color model

#84E388 color CMYK value is (42,0,40,11).

  • cyan value is 41.85%
  • magenta value is 0.00%
  • yellow value is 40.09%
  • key color value is 10.98%
CMYK:
(42,0,40,11)
C42M0Y40K11 
(42%,0%,40%,11%)
(0.42/0.00/0.40/0.11)	

CMYK percentages

%41.85
%0
%40.09
%10.98

Codes

Color #84E388 in popluar color models

84E388
RGB132227136
HSL123°62.91%70.39%
HSB/HSV123°41.85%89.02%
CMYK41.85%0.00%40.09%
10.98%

Color #84E388 in popluar number systems.

HEX84E388
Decimal132227136
Binary100001001110001110001000
Octal204343210

Shades and tints

Shades of #84E388

#84E388
(132,227,136)
#78CF7C
(120,207,124)
#6CBB70
(108,187,112)
#60A764
(96,167,100)
#549358
(84,147,88)
#487F4C
(72,127,76)
#3C6B40
(60,107,64)
#305734
(48,87,52)
#244328
(36,67,40)
#182F1C
(24,47,28)
#0C1B10
(12,27,16)
#000000
(0,0,0)

Tints of #84E388

#84E388
(132,227,136)
#8FE592
(143,229,146)
#9AE79C
(154,231,156)
#A5E9A6
(165,233,166)
#B0EBB0
(176,235,176)
#BBEDBA
(187,237,186)
#C6EFC4
(198,239,196)
#D1F1CE
(209,241,206)
#DCF3D8
(220,243,216)
#E7F5E2
(231,245,226)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E388; }

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

This text font color is #84E388.


Background Color

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

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

This div background color is #84E388.


Border color

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

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

This div border color is #84E388.


Opacity

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

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

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

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

This text has shadow with #84E388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E388 on black background.


Color preview on white background

This text has color #84E388 on white background.



Black color preview on #84E388 background

This text has black color on #84E388 background.


White color preview on #84E388 background

This text has white color on #84E388 background.