COLOR #84D35B

HEX: #84D35B
RGB: (132,211,91)

Color info

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

RGB color model

#84D35B color RGB value is (132,211,91).

  • red value is 132;
  • green value is 211;
  • blue value is 91.
RGB:
(132,211,91)
(52%,83%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 211 of 255 = 83%
B 91 of 255 = 36%

132
211
91

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

Portions of RGB colors in percentages

R + G + B =
132 + 211 + 91 = 434 (100%)
R 132 of 434 ~ 30.41%
G 211 of 434 ~ 48.62%
B 91 of 434 ~ 20.97%

%30.41
%48.62
%20.97

CMYK color model

#84D35B color CMYK value is (37,0,57,17).

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 56.87%
  • key color value is 17.25%
CMYK:
(37,0,57,17)
C37M0Y57K17 
(37%,0%,57%,17%)
(0.37/0.00/0.57/0.17)	

CMYK percentages

%37.44
%0
%56.87
%17.25

Codes

Color #84D35B in popluar color models

84D35B
RGB13221191
HSL100°57.69%59.22%
HSB/HSV100°56.87%82.75%
CMYK37.44%0.00%56.87%
17.25%

Color #84D35B in popluar number systems.

HEX84D35B
Decimal13221191
Binary10000100110100111011011
Octal204323133

Shades and tints

Shades of #84D35B

#84D35B
(132,211,91)
#78C053
(120,192,83)
#6CAD4B
(108,173,75)
#609A43
(96,154,67)
#54873B
(84,135,59)
#487433
(72,116,51)
#3C612B
(60,97,43)
#304E23
(48,78,35)
#243B1B
(36,59,27)
#182813
(24,40,19)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #84D35B

#84D35B
(132,211,91)
#8FD769
(143,215,105)
#9ADB77
(154,219,119)
#A5DF85
(165,223,133)
#B0E393
(176,227,147)
#BBE7A1
(187,231,161)
#C6EBAF
(198,235,175)
#D1EFBD
(209,239,189)
#DCF3CB
(220,243,203)
#E7F7D9
(231,247,217)
#F2FBE7
(242,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D35B color. Also use rgb(132,211,91) instead hex code.

Text Font Color

.myTextColor { color: #84D35B; }

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

This text font color is #84D35B.


Background Color

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

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

This div background color is #84D35B.


Border color

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

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

This div border color is #84D35B.


Opacity

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

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

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

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

This text has shadow with #84D35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D35B on black background.


Color preview on white background

This text has color #84D35B on white background.



Black color preview on #84D35B background

This text has black color on #84D35B background.


White color preview on #84D35B background

This text has white color on #84D35B background.