COLOR #71F45D

HEX: #71F45D RGB: (113,244,93)

Color info

#71F45D contains mainly green color. Web safe color of #71F45D is #66FF66 (or #6F6).

RGB color model

#71F45D color RGB value is (113,244,93).

RGB: (113,244,93) (44%, 96%, 36%)

RGB channels and saturation

R 113 of 255 = 44%
G 244 of 255 = 96%
B 93 of 255 = 36%

113
244
93

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

Portions of RGB colors in percentages

R + G + B = 113 + 244 + 93 = 450 (100%)
R 113 of 450 ~ 25.11%
G 244 of 450 ~ 54.22%
B 93 of 450 ~ 20.67'%

%25.11
%54.22
%20.67

CMYK color model

#71F45D color CMYK value is (54,0,62,4).

  • cyan value is 53.69%
  • magenta value is 0.00%
  • yellow value is 61.89%
  • key color value is 4.31%

CMYK: (54,0,62,4)
C54M0Y62K4 (54%, 0%, 62%, 4%)
(0.54 / 0.00 / 0.62 / 0.04)

CMYK percentages

%53.69
%0
%61.89
%4.31

Codes

Color #71F45D in popluar color models

71 F4 5D
RGB 113 244 93
HSL 112° 87.28% 66.08%
HSB/HSV 112° 61.89% 95.69%
CMYK 53.69% 0.00% 61.89%
4.31%

Color #71F45D in popluar number systems.

HEX 71 F4 5D
Decimal 113 244 93
Binary 1110001 11110100 1011101
Octal 161 364 135

Shades and tints

Shades of #71F45D

#71F45D
(113,244,93)
#67DE55
(103,222,85)
#5DC84D
(93,200,77)
#53B245
(83,178,69)
#499C3D
(73,156,61)
#3F8635
(63,134,53)
#35702D
(53,112,45)
#2B5A25
(43,90,37)
#21441D
(33,68,29)
#172E15
(23,46,21)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #71F45D

#71F45D
(113,244,93)
#7DF56B
(125,245,107)
#89F679
(137,246,121)
#95F787
(149,247,135)
#A1F895
(161,248,149)
#ADF9A3
(173,249,163)
#B9FAB1
(185,250,177)
#C5FBBF
(197,251,191)
#D1FCCD
(209,252,205)
#DDFDDB
(221,253,219)
#E9FEE9
(233,254,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F45D color. Also use rgb(113,244,93) instead hex code.

Text Font Color

.myTextColor { color: #71F45D; }

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

This text font color is #71F45D.

Background Color

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

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

This div background color is #71F45D.

Border color

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

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

This div border color is #71F45D.

Opacity

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

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

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

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

This text has shadow with #71F45D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71F45D.

Preview

Color preview on black background

This text has color #71F45D on black background.


Color preview on white background

This text has color #71F45D on white background.


Black color preview on #71F45D background

This text has black color on #71F45D background.


White color preview on #71F45D background

This text has white color on #71F45D background.


Related colors

Complementary color

Complementary color for #hex is #8E0BA2.


I love getcolorcode.com

Triadic colors

1 #5D71F4 and #F45D71 with #71F45D are triadic colors.

2 #5DF471 and #F4715D with #71F45D are triadic colors.