COLOR #84D066

HEX: #84D066 RGB: (132,208,102)

Color info

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

RGB color model

#84D066 color RGB value is (132,208,102).

RGB: (132,208,102) (52%, 82%, 40%)

RGB channels and saturation

R 132 of 255 = 52%
G 208 of 255 = 82%
B 102 of 255 = 40%

132
208
102

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

Portions of RGB colors in percentages

R + G + B = 132 + 208 + 102 = 442 (100%)
R 132 of 442 ~ 29.86%
G 208 of 442 ~ 47.06%
B 102 of 442 ~ 23.08'%

%29.86
%47.06
%23.08

CMYK color model

#84D066 color CMYK value is (37,0,51,18).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 50.96%
  • key color value is 18.43%
CMYK: (37,0,51,18) C37M0Y51K18 (37%,0%,51%,18%) (0.37/0.00/0.51/0.18) 

CMYK percentages

%36.54
%0
%50.96
%18.43

Codes

Color #84D066 in popluar color models

84 D0 66
RGB 132 208 102
HSL 103° 53.00% 60.78%
HSB/HSV 103° 50.96% 81.57%
CMYK 36.54% 0.00% 50.96%
18.43%

Color #84D066 in popluar number systems.

HEX 84 D0 66
Decimal 132 208 102
Binary 10000100 11010000 1100110
Octal 204 320 146

Shades and tints

Shades of #84D066

#84D066
(132,208,102)
#78BE5D
(120,190,93)
#6CAC54
(108,172,84)
#609A4B
(96,154,75)
#548842
(84,136,66)
#487639
(72,118,57)
#3C6430
(60,100,48)
#305227
(48,82,39)
#24401E
(36,64,30)
#182E15
(24,46,21)
#0C1C0C
(12,28,12)
#000000
(0,0,0)

Tints of #84D066

#84D066
(132,208,102)
#8FD473
(143,212,115)
#9AD880
(154,216,128)
#A5DC8D
(165,220,141)
#B0E09A
(176,224,154)
#BBE4A7
(187,228,167)
#C6E8B4
(198,232,180)
#D1ECC1
(209,236,193)
#DCF0CE
(220,240,206)
#E7F4DB
(231,244,219)
#F2F8E8
(242,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D066 color. Also use rgb(132,208,102) instead hex code.

Text Font Color

.myTextColor { color: #84D066; }

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

This text font color is #84D066.

Background Color

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

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

This div background color is #84D066.

Border color

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

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

This div border color is #84D066.

Opacity

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

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

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

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

This text has shadow with #84D066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84D066.

Preview

Color preview on black background

This text has color #84D066 on black background.


Color preview on white background

This text has color #84D066 on white background.


Black color preview on #84D066 background

This text has black color on #84D066 background.


White color preview on #84D066 background

This text has white color on #84D066 background.


Related colors

Complementary color

Complementary color for #hex is #7B2F99.


I love getcolorcode.com

Triadic colors

1 #6684D0 and #D06684 with #84D066 are triadic colors.

2 #66D084 and #D08466 with #84D066 are triadic colors.