COLOR #84CF71

HEX: #84CF71
RGB: (132,207,113)

Color info

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

RGB color model

#84CF71 color RGB value is (132,207,113).

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

RGB channels and saturation

R 132 of 255 = 52%
G 207 of 255 = 81%
B 113 of 255 = 44%

132
207
113

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

Portions of RGB colors in percentages

R + G + B =
132 + 207 + 113 = 452 (100%)
R 132 of 452 ~ 29.2%
G 207 of 452 ~ 45.8%
B 113 of 452 ~ 25%

%29.2
%45.8
%25

CMYK color model

#84CF71 color CMYK value is (36,0,45,19).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 18.82%
CMYK:
(36,0,45,19)
C36M0Y45K19 
(36%,0%,45%,19%)
(0.36/0.00/0.45/0.19)	

CMYK percentages

%36.23
%0
%45.41
%18.82

Codes

Color #84CF71 in popluar color models

84CF71
RGB132207113
HSL108°49.47%62.75%
HSB/HSV108°45.41%81.18%
CMYK36.23%0.00%45.41%
18.82%

Color #84CF71 in popluar number systems.

HEX84CF71
Decimal132207113
Binary10000100110011111110001
Octal204317161

Shades and tints

Shades of #84CF71

#84CF71
(132,207,113)
#78BD67
(120,189,103)
#6CAB5D
(108,171,93)
#609953
(96,153,83)
#548749
(84,135,73)
#48753F
(72,117,63)
#3C6335
(60,99,53)
#30512B
(48,81,43)
#243F21
(36,63,33)
#182D17
(24,45,23)
#0C1B0D
(12,27,13)
#000000
(0,0,0)

Tints of #84CF71

#84CF71
(132,207,113)
#8FD37D
(143,211,125)
#9AD789
(154,215,137)
#A5DB95
(165,219,149)
#B0DFA1
(176,223,161)
#BBE3AD
(187,227,173)
#C6E7B9
(198,231,185)
#D1EBC5
(209,235,197)
#DCEFD1
(220,239,209)
#E7F3DD
(231,243,221)
#F2F7E9
(242,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CF71; }

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

This text font color is #84CF71.


Background Color

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

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

This div background color is #84CF71.


Border color

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

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

This div border color is #84CF71.


Opacity

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

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

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

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

This text has shadow with #84CF71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CF71 on black background.


Color preview on white background

This text has color #84CF71 on white background.



Black color preview on #84CF71 background

This text has black color on #84CF71 background.


White color preview on #84CF71 background

This text has white color on #84CF71 background.