COLOR #84C288

HEX: #84C288
RGB: (132,194,136)

Color info

#84C288 contains mainly green and blue colors. Web safe color of #84C288 is #99CC99 (or #9C9).

RGB color model

#84C288 color RGB value is (132,194,136).

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

RGB channels and saturation

R 132 of 255 = 52%
G 194 of 255 = 76%
B 136 of 255 = 53%

132
194
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 194 + 136 = 462 (100%)
R 132 of 462 ~ 28.57%
G 194 of 462 ~ 41.99%
B 136 of 462 ~ 29.44%

%28.57
%41.99
%29.44

CMYK color model

#84C288 color CMYK value is (32,0,30,24).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 23.92%
CMYK:
(32,0,30,24)
C32M0Y30K24 
(32%,0%,30%,24%)
(0.32/0.00/0.30/0.24)	

CMYK percentages

%31.96
%0
%29.9
%23.92

Codes

Color #84C288 in popluar color models

84C288
RGB132194136
HSL124°33.70%63.92%
HSB/HSV124°31.96%76.08%
CMYK31.96%0.00%29.90%
23.92%

Color #84C288 in popluar number systems.

HEX84C288
Decimal132194136
Binary100001001100001010001000
Octal204302210

Shades and tints

Shades of #84C288

#84C288
(132,194,136)
#78B17C
(120,177,124)
#6CA070
(108,160,112)
#608F64
(96,143,100)
#547E58
(84,126,88)
#486D4C
(72,109,76)
#3C5C40
(60,92,64)
#304B34
(48,75,52)
#243A28
(36,58,40)
#18291C
(24,41,28)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #84C288

#84C288
(132,194,136)
#8FC792
(143,199,146)
#9ACC9C
(154,204,156)
#A5D1A6
(165,209,166)
#B0D6B0
(176,214,176)
#BBDBBA
(187,219,186)
#C6E0C4
(198,224,196)
#D1E5CE
(209,229,206)
#DCEAD8
(220,234,216)
#E7EFE2
(231,239,226)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C288; }

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

This text font color is #84C288.


Background Color

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

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

This div background color is #84C288.


Border color

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

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

This div border color is #84C288.


Opacity

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

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

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

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

This text has shadow with #84C288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C288 on black background.


Color preview on white background

This text has color #84C288 on white background.



Black color preview on #84C288 background

This text has black color on #84C288 background.


White color preview on #84C288 background

This text has white color on #84C288 background.