COLOR #84CF73

HEX: #84CF73
RGB: (132,207,115)

Color info

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

RGB color model

#84CF73 color RGB value is (132,207,115).

  • red value is 132;
  • green value is 207;
  • blue value is 115.
RGB:
(132,207,115)
(52%,81%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 207 of 255 = 81%
B 115 of 255 = 45%

132
207
115

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

Portions of RGB colors in percentages

R + G + B =
132 + 207 + 115 = 454 (100%)
R 132 of 454 ~ 29.07%
G 207 of 454 ~ 45.59%
B 115 of 454 ~ 25.33%

%29.07
%45.59
%25.33

CMYK color model

#84CF73 color CMYK value is (36,0,44,19).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 18.82%
CMYK:
(36,0,44,19)
C36M0Y44K19 
(36%,0%,44%,19%)
(0.36/0.00/0.44/0.19)	

CMYK percentages

%36.23
%0
%44.44
%18.82

Codes

Color #84CF73 in popluar color models

84CF73
RGB132207115
HSL109°48.94%63.14%
HSB/HSV109°44.44%81.18%
CMYK36.23%0.00%44.44%
18.82%

Color #84CF73 in popluar number systems.

HEX84CF73
Decimal132207115
Binary10000100110011111110011
Octal204317163

Shades and tints

Shades of #84CF73

#84CF73
(132,207,115)
#78BD69
(120,189,105)
#6CAB5F
(108,171,95)
#609955
(96,153,85)
#54874B
(84,135,75)
#487541
(72,117,65)
#3C6337
(60,99,55)
#30512D
(48,81,45)
#243F23
(36,63,35)
#182D19
(24,45,25)
#0C1B0F
(12,27,15)
#000000
(0,0,0)

Tints of #84CF73

#84CF73
(132,207,115)
#8FD37F
(143,211,127)
#9AD78B
(154,215,139)
#A5DB97
(165,219,151)
#B0DFA3
(176,223,163)
#BBE3AF
(187,227,175)
#C6E7BB
(198,231,187)
#D1EBC7
(209,235,199)
#DCEFD3
(220,239,211)
#E7F3DF
(231,243,223)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CF73 color. Also use rgb(132,207,115) instead hex code.

Text Font Color

.myTextColor { color: #84CF73; }

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

This text font color is #84CF73.


Background Color

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

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

This div background color is #84CF73.


Border color

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

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

This div border color is #84CF73.


Opacity

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

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

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

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

This text has shadow with #84CF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CF73 on black background.


Color preview on white background

This text has color #84CF73 on white background.



Black color preview on #84CF73 background

This text has black color on #84CF73 background.


White color preview on #84CF73 background

This text has white color on #84CF73 background.