COLOR #84C119

HEX: #84C119
RGB: (132,193,25)

Color info

#84C119 contains mainly green color. Web safe color of #84C119 is #99CC00 (or #9C0).

RGB color model

#84C119 color RGB value is (132,193,25).

  • red value is 132;
  • green value is 193;
  • blue value is 25.
RGB:
(132,193,25)
(52%,76%,10%)

RGB channels and saturation

R 132 of 255 = 52%
G 193 of 255 = 76%
B 25 of 255 = 10%

132
193
25

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

Portions of RGB colors in percentages

R + G + B =
132 + 193 + 25 = 350 (100%)
R 132 of 350 ~ 37.71%
G 193 of 350 ~ 55.14%
B 25 of 350 ~ 7.14%

%37.71
%55.14

CMYK color model

#84C119 color CMYK value is (32,0,87,24).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 87.05%
  • key color value is 24.31%
CMYK:
(32,0,87,24)
C32M0Y87K24 
(32%,0%,87%,24%)
(0.32/0.00/0.87/0.24)	

CMYK percentages

%31.61
%0
%87.05
%24.31

Codes

Color #84C119 in popluar color models

84C119
RGB13219325
HSL82°77.06%42.75%
HSB/HSV82°87.05%75.69%
CMYK31.61%0.00%87.05%
24.31%

Color #84C119 in popluar number systems.

HEX84C119
Decimal13219325
Binary100001001100000111001
Octal20430131

Shades and tints

Shades of #84C119

#84C119
(132,193,25)
#78B017
(120,176,23)
#6C9F15
(108,159,21)
#608E13
(96,142,19)
#547D11
(84,125,17)
#486C0F
(72,108,15)
#3C5B0D
(60,91,13)
#304A0B
(48,74,11)
#243909
(36,57,9)
#182807
(24,40,7)
#0C1705
(12,23,5)
#000000
(0,0,0)

Tints of #84C119

#84C119
(132,193,25)
#8FC62D
(143,198,45)
#9ACB41
(154,203,65)
#A5D055
(165,208,85)
#B0D569
(176,213,105)
#BBDA7D
(187,218,125)
#C6DF91
(198,223,145)
#D1E4A5
(209,228,165)
#DCE9B9
(220,233,185)
#E7EECD
(231,238,205)
#F2F3E1
(242,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C119 color. Also use rgb(132,193,25) instead hex code.

Text Font Color

.myTextColor { color: #84C119; }

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

This text font color is #84C119.


Background Color

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

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

This div background color is #84C119.


Border color

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

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

This div border color is #84C119.


Opacity

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

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

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

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

This text has shadow with #84C119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C119 on black background.


Color preview on white background

This text has color #84C119 on white background.



Black color preview on #84C119 background

This text has black color on #84C119 background.


White color preview on #84C119 background

This text has white color on #84C119 background.