COLOR #71CF84

HEX: #71CF84
RGB: (113,207,132)

Color info

#71CF84 contains mainly green color. Web safe color of #71CF84 is #66CC99 (or #6C9).

RGB color model

#71CF84 color RGB value is (113,207,132).

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

RGB channels and saturation

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

113
207
132

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

Portions of RGB colors in percentages

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

%25
%45.8
%29.2

CMYK color model

#71CF84 color CMYK value is (45,0,36,19).

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

CMYK percentages

%45.41
%0
%36.23
%18.82

Codes

Color #71CF84 in popluar color models

71CF84
RGB113207132
HSL132°49.47%62.75%
HSB/HSV132°45.41%81.18%
CMYK45.41%0.00%36.23%
18.82%

Color #71CF84 in popluar number systems.

HEX71CF84
Decimal113207132
Binary11100011100111110000100
Octal161317204

Shades and tints

Shades of #71CF84

#71CF84
(113,207,132)
#67BD78
(103,189,120)
#5DAB6C
(93,171,108)
#539960
(83,153,96)
#498754
(73,135,84)
#3F7548
(63,117,72)
#35633C
(53,99,60)
#2B5130
(43,81,48)
#213F24
(33,63,36)
#172D18
(23,45,24)
#0D1B0C
(13,27,12)
#000000
(0,0,0)

Tints of #71CF84

#71CF84
(113,207,132)
#7DD38F
(125,211,143)
#89D79A
(137,215,154)
#95DBA5
(149,219,165)
#A1DFB0
(161,223,176)
#ADE3BB
(173,227,187)
#B9E7C6
(185,231,198)
#C5EBD1
(197,235,209)
#D1EFDC
(209,239,220)
#DDF3E7
(221,243,231)
#E9F7F2
(233,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CF84; }

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

This text font color is #71CF84.


Background Color

.myBgColor { background-color: #71CF84; }

<div style="background-color:#71CF84">Inner text</div>

This div background color is #71CF84.


Border color

.myBorderColor { border: 1px solid #71CF84; }

<div style="border:3px solid #71CF84">Div</div>

This div border color is #71CF84.


Opacity

.myOpacity80 { color: #71CF84; opacity: 0.8; }

<p style="color:#71CF84;opacity:0.8;">80%</p>

Text with #71CF84 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 #71CF84;}

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

This text has shadow with #71CF84 color.

.textShadow {text-shadow: 3px 3px 1px #71CF84, 3px 3px 1px red;}

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

This text has shadow with #71CF84 primary color and red secondary color.


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

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

This text has shadow with #71CF84 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CF84 on black background.


Color preview on white background

This text has color #71CF84 on white background.



Black color preview on #71CF84 background

This text has black color on #71CF84 background.


White color preview on #71CF84 background

This text has white color on #71CF84 background.