COLOR #84E663

HEX: #84E663 RGB: (132,230,99)

Color info

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

RGB color model

#84E663 color RGB value is (132,230,99).

RGB: (132,230,99) (52%, 90%, 39%)

RGB channels and saturation

R 132 of 255 = 52%
G 230 of 255 = 90%
B 99 of 255 = 39%

132
230
99

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

Portions of RGB colors in percentages

R + G + B = 132 + 230 + 99 = 461 (100%)
R 132 of 461 ~ 28.63%
G 230 of 461 ~ 49.89%
B 99 of 461 ~ 21.48'%

%28.63
%49.89
%21.48

CMYK color model

#84E663 color CMYK value is (43,0,57,10).

  • cyan value is 42.61%
  • magenta value is 0.00%
  • yellow value is 56.96%
  • key color value is 9.80%

CMYK: (43,0,57,10)
C43M0Y57K10 (43%, 0%, 57%, 10%)
(0.43 / 0.00 / 0.57 / 0.10)

CMYK percentages

%42.61
%0
%56.96
%9.8

Codes

Color #84E663 in popluar color models

84 E6 63
RGB 132 230 99
HSL 105° 72.38% 64.51%
HSB/HSV 105° 56.96% 90.20%
CMYK 42.61% 0.00% 56.96%
9.80%

Color #84E663 in popluar number systems.

HEX 84 E6 63
Decimal 132 230 99
Binary 10000100 11100110 1100011
Octal 204 346 143

Shades and tints

Shades of #84E663

#84E663
(132,230,99)
#78D25A
(120,210,90)
#6CBE51
(108,190,81)
#60AA48
(96,170,72)
#54963F
(84,150,63)
#488236
(72,130,54)
#3C6E2D
(60,110,45)
#305A24
(48,90,36)
#24461B
(36,70,27)
#183212
(24,50,18)
#0C1E09
(12,30,9)
#000000
(0,0,0)

Tints of #84E663

#84E663
(132,230,99)
#8FE871
(143,232,113)
#9AEA7F
(154,234,127)
#A5EC8D
(165,236,141)
#B0EE9B
(176,238,155)
#BBF0A9
(187,240,169)
#C6F2B7
(198,242,183)
#D1F4C5
(209,244,197)
#DCF6D3
(220,246,211)
#E7F8E1
(231,248,225)
#F2FAEF
(242,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E663 color. Also use rgb(132,230,99) instead hex code.

Text Font Color

.myTextColor { color: #84E663; }

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

This text font color is #84E663.

Background Color

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

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

This div background color is #84E663.

Border color

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

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

This div border color is #84E663.

Opacity

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

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

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

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

This text has shadow with #84E663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84E663.

Preview

Color preview on black background

This text has color #84E663 on black background.


Color preview on white background

This text has color #84E663 on white background.


Black color preview on #84E663 background

This text has black color on #84E663 background.


White color preview on #84E663 background

This text has white color on #84E663 background.


Related colors

Complementary color

Complementary color for #hex is #7B199C.


I love getcolorcode.com

Triadic colors

1 #6384E6 and #E66384 with #84E663 are triadic colors.

2 #63E684 and #E68463 with #84E663 are triadic colors.