COLOR #71DC64

HEX: #71DC64
RGB: (113,220,100)

Color info

#71DC64 contains mainly green color. Web safe color of #71DC64 is #66CC66 (or #6C6).

RGB color model

#71DC64 color RGB value is (113,220,100).

  • red value is 113;
  • green value is 220;
  • blue value is 100.
RGB:
(113,220,100)
(44%,86%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 220 of 255 = 86%
B 100 of 255 = 39%

113
220
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 220 + 100 = 433 (100%)
R 113 of 433 ~ 26.1%
G 220 of 433 ~ 50.81%
B 100 of 433 ~ 23.09%

%26.1
%50.81
%23.09

CMYK color model

#71DC64 color CMYK value is (49,0,55,14).

  • cyan value is 48.64%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 13.73%
CMYK:
(49,0,55,14)
C49M0Y55K14 
(49%,0%,55%,14%)
(0.49/0.00/0.55/0.14)	

CMYK percentages

%48.64
%0
%54.55
%13.73

Codes

Color #71DC64 in popluar color models

71DC64
RGB113220100
HSL114°63.16%62.75%
HSB/HSV114°54.55%86.27%
CMYK48.64%0.00%54.55%
13.73%

Color #71DC64 in popluar number systems.

HEX71DC64
Decimal113220100
Binary1110001110111001100100
Octal161334144

Shades and tints

Shades of #71DC64

#71DC64
(113,220,100)
#67C85B
(103,200,91)
#5DB452
(93,180,82)
#53A049
(83,160,73)
#498C40
(73,140,64)
#3F7837
(63,120,55)
#35642E
(53,100,46)
#2B5025
(43,80,37)
#213C1C
(33,60,28)
#172813
(23,40,19)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #71DC64

#71DC64
(113,220,100)
#7DDF72
(125,223,114)
#89E280
(137,226,128)
#95E58E
(149,229,142)
#A1E89C
(161,232,156)
#ADEBAA
(173,235,170)
#B9EEB8
(185,238,184)
#C5F1C6
(197,241,198)
#D1F4D4
(209,244,212)
#DDF7E2
(221,247,226)
#E9FAF0
(233,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71DC64 color. Also use rgb(113,220,100) instead hex code.

Text Font Color

.myTextColor { color: #71DC64; }

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

This text font color is #71DC64.


Background Color

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

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

This div background color is #71DC64.


Border color

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

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

This div border color is #71DC64.


Opacity

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

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

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

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

This text has shadow with #71DC64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71DC64 on black background.


Color preview on white background

This text has color #71DC64 on white background.



Black color preview on #71DC64 background

This text has black color on #71DC64 background.


White color preview on #71DC64 background

This text has white color on #71DC64 background.