COLOR #84E875

HEX: #84E875
RGB: (132,232,117)

Color info

#84E875 contains mainly green color. Web safe color of #84E875 is #99FF66 (or #9F6).

RGB color model

#84E875 color RGB value is (132,232,117).

  • red value is 132;
  • green value is 232;
  • blue value is 117.
RGB:
(132,232,117)
(52%,91%,46%)

RGB channels and saturation

R 132 of 255 = 52%
G 232 of 255 = 91%
B 117 of 255 = 46%

132
232
117

R + G + B ~ 63%. #84E875 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 232 + 117 = 481 (100%)
R 132 of 481 ~ 27.44%
G 232 of 481 ~ 48.23%
B 117 of 481 ~ 24.32%

%27.44
%48.23
%24.32

CMYK color model

#84E875 color CMYK value is (43,0,50,9).

  • cyan value is 43.10%
  • magenta value is 0.00%
  • yellow value is 49.57%
  • key color value is 9.02%
CMYK:
(43,0,50,9)
C43M0Y50K9 
(43%,0%,50%,9%)
(0.43/0.00/0.50/0.09)	

CMYK percentages

%43.1
%0
%49.57
%9.02

Codes

Color #84E875 in popluar color models

84E875
RGB132232117
HSL112°71.43%68.43%
HSB/HSV112°49.57%90.98%
CMYK43.10%0.00%49.57%
9.02%

Color #84E875 in popluar number systems.

HEX84E875
Decimal132232117
Binary10000100111010001110101
Octal204350165

Shades and tints

Shades of #84E875

#84E875
(132,232,117)
#78D36B
(120,211,107)
#6CBE61
(108,190,97)
#60A957
(96,169,87)
#54944D
(84,148,77)
#487F43
(72,127,67)
#3C6A39
(60,106,57)
#30552F
(48,85,47)
#244025
(36,64,37)
#182B1B
(24,43,27)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #84E875

#84E875
(132,232,117)
#8FEA81
(143,234,129)
#9AEC8D
(154,236,141)
#A5EE99
(165,238,153)
#B0F0A5
(176,240,165)
#BBF2B1
(187,242,177)
#C6F4BD
(198,244,189)
#D1F6C9
(209,246,201)
#DCF8D5
(220,248,213)
#E7FAE1
(231,250,225)
#F2FCED
(242,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E875 color. Also use rgb(132,232,117) instead hex code.

Text Font Color

.myTextColor { color: #84E875; }

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

This text font color is #84E875.


Background Color

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

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

This div background color is #84E875.


Border color

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

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

This div border color is #84E875.


Opacity

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

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

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

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

This text has shadow with #84E875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E875 on black background.


Color preview on white background

This text has color #84E875 on white background.



Black color preview on #84E875 background

This text has black color on #84E875 background.


White color preview on #84E875 background

This text has white color on #84E875 background.