COLOR #84C263

HEX: #84C263
RGB: (132,194,99)

Color info

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

RGB color model

#84C263 color RGB value is (132,194,99).

  • red value is 132;
  • green value is 194;
  • blue value is 99.
RGB:
(132,194,99)
(52%,76%,39%)

RGB channels and saturation

R 132 of 255 = 52%
G 194 of 255 = 76%
B 99 of 255 = 39%

132
194
99

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

Portions of RGB colors in percentages

R + G + B =
132 + 194 + 99 = 425 (100%)
R 132 of 425 ~ 31.06%
G 194 of 425 ~ 45.65%
B 99 of 425 ~ 23.29%

%31.06
%45.65
%23.29

CMYK color model

#84C263 color CMYK value is (32,0,49,24).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 48.97%
  • key color value is 23.92%
CMYK:
(32,0,49,24)
C32M0Y49K24 
(32%,0%,49%,24%)
(0.32/0.00/0.49/0.24)	

CMYK percentages

%31.96
%0
%48.97
%23.92

Codes

Color #84C263 in popluar color models

84C263
RGB13219499
HSL99°43.78%57.45%
HSB/HSV99°48.97%76.08%
CMYK31.96%0.00%48.97%
23.92%

Color #84C263 in popluar number systems.

HEX84C263
Decimal13219499
Binary10000100110000101100011
Octal204302143

Shades and tints

Shades of #84C263

#84C263
(132,194,99)
#78B15A
(120,177,90)
#6CA051
(108,160,81)
#608F48
(96,143,72)
#547E3F
(84,126,63)
#486D36
(72,109,54)
#3C5C2D
(60,92,45)
#304B24
(48,75,36)
#243A1B
(36,58,27)
#182912
(24,41,18)
#0C1809
(12,24,9)
#000000
(0,0,0)

Tints of #84C263

#84C263
(132,194,99)
#8FC771
(143,199,113)
#9ACC7F
(154,204,127)
#A5D18D
(165,209,141)
#B0D69B
(176,214,155)
#BBDBA9
(187,219,169)
#C6E0B7
(198,224,183)
#D1E5C5
(209,229,197)
#DCEAD3
(220,234,211)
#E7EFE1
(231,239,225)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C263; }

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

This text font color is #84C263.


Background Color

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

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

This div background color is #84C263.


Border color

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

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

This div border color is #84C263.


Opacity

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

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

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

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

This text has shadow with #84C263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C263 on black background.


Color preview on white background

This text has color #84C263 on white background.



Black color preview on #84C263 background

This text has black color on #84C263 background.


White color preview on #84C263 background

This text has white color on #84C263 background.