COLOR #84CE68

HEX: #84CE68
RGB: (132,206,104)

Color info

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

RGB color model

#84CE68 color RGB value is (132,206,104).

  • red value is 132;
  • green value is 206;
  • blue value is 104.
RGB:
(132,206,104)
(52%,81%,41%)

RGB channels and saturation

R 132 of 255 = 52%
G 206 of 255 = 81%
B 104 of 255 = 41%

132
206
104

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

Portions of RGB colors in percentages

R + G + B =
132 + 206 + 104 = 442 (100%)
R 132 of 442 ~ 29.86%
G 206 of 442 ~ 46.61%
B 104 of 442 ~ 23.53%

%29.86
%46.61
%23.53

CMYK color model

#84CE68 color CMYK value is (36,0,50,19).

  • cyan value is 35.92%
  • magenta value is 0.00%
  • yellow value is 49.51%
  • key color value is 19.22%
CMYK:
(36,0,50,19)
C36M0Y50K19 
(36%,0%,50%,19%)
(0.36/0.00/0.50/0.19)	

CMYK percentages

%35.92
%0
%49.51
%19.22

Codes

Color #84CE68 in popluar color models

84CE68
RGB132206104
HSL104°51.00%60.78%
HSB/HSV104°49.51%80.78%
CMYK35.92%0.00%49.51%
19.22%

Color #84CE68 in popluar number systems.

HEX84CE68
Decimal132206104
Binary10000100110011101101000
Octal204316150

Shades and tints

Shades of #84CE68

#84CE68
(132,206,104)
#78BC5F
(120,188,95)
#6CAA56
(108,170,86)
#60984D
(96,152,77)
#548644
(84,134,68)
#48743B
(72,116,59)
#3C6232
(60,98,50)
#305029
(48,80,41)
#243E20
(36,62,32)
#182C17
(24,44,23)
#0C1A0E
(12,26,14)
#000000
(0,0,0)

Tints of #84CE68

#84CE68
(132,206,104)
#8FD275
(143,210,117)
#9AD682
(154,214,130)
#A5DA8F
(165,218,143)
#B0DE9C
(176,222,156)
#BBE2A9
(187,226,169)
#C6E6B6
(198,230,182)
#D1EAC3
(209,234,195)
#DCEED0
(220,238,208)
#E7F2DD
(231,242,221)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CE68 color. Also use rgb(132,206,104) instead hex code.

Text Font Color

.myTextColor { color: #84CE68; }

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

This text font color is #84CE68.


Background Color

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

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

This div background color is #84CE68.


Border color

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

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

This div border color is #84CE68.


Opacity

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

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

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

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

This text has shadow with #84CE68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CE68 on black background.


Color preview on white background

This text has color #84CE68 on white background.



Black color preview on #84CE68 background

This text has black color on #84CE68 background.


White color preview on #84CE68 background

This text has white color on #84CE68 background.