COLOR #71C03F

HEX: #71C03F RGB: (113,192,63)

Color info

#71C03F contains mainly green color. Web safe color of #71C03F is #66CC33 (or #6C3).

RGB color model

#71C03F color RGB value is (113,192,63).

RGB: (113,192,63) (44%, 75%, 25%)

RGB channels and saturation

R 113 of 255 = 44%
G 192 of 255 = 75%
B 63 of 255 = 25%

113
192
63

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

Portions of RGB colors in percentages

R + G + B = 113 + 192 + 63 = 368 (100%)
R 113 of 368 ~ 30.71%
G 192 of 368 ~ 52.17%
B 63 of 368 ~ 17.12'%

%30.71
%52.17
%17.12

CMYK color model

#71C03F color CMYK value is (41,0,67,25).

  • cyan value is 41.15%
  • magenta value is 0.00%
  • yellow value is 67.19%
  • key color value is 24.71%

CMYK: (41,0,67,25)
C41M0Y67K25 (41%, 0%, 67%, 25%)
(0.41 / 0.00 / 0.67 / 0.25)

CMYK percentages

%41.15
%0
%67.19
%24.71

Codes

Color #71C03F in popluar color models

71 C0 3F
RGB 113 192 63
HSL 97° 50.59% 50.00%
HSB/HSV 97° 67.19% 75.29%
CMYK 41.15% 0.00% 67.19%
24.71%

Color #71C03F in popluar number systems.

HEX 71 C0 3F
Decimal 113 192 63
Binary 1110001 11000000 111111
Octal 161 300 77

Shades and tints

Shades of #71C03F

#71C03F
(113,192,63)
#67AF3A
(103,175,58)
#5D9E35
(93,158,53)
#538D30
(83,141,48)
#497C2B
(73,124,43)
#3F6B26
(63,107,38)
#355A21
(53,90,33)
#2B491C
(43,73,28)
#213817
(33,56,23)
#172712
(23,39,18)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #71C03F

#71C03F
(113,192,63)
#7DC550
(125,197,80)
#89CA61
(137,202,97)
#95CF72
(149,207,114)
#A1D483
(161,212,131)
#ADD994
(173,217,148)
#B9DEA5
(185,222,165)
#C5E3B6
(197,227,182)
#D1E8C7
(209,232,199)
#DDEDD8
(221,237,216)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C03F color. Also use rgb(113,192,63) instead hex code.

Text Font Color

.myTextColor { color: #71C03F; }

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

This text font color is #71C03F.

Background Color

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

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

This div background color is #71C03F.

Border color

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

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

This div border color is #71C03F.

Opacity

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

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

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

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

This text has shadow with #71C03F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71C03F.

Preview

Color preview on black background

This text has color #71C03F on black background.


Color preview on white background

This text has color #71C03F on white background.


Black color preview on #71C03F background

This text has black color on #71C03F background.


White color preview on #71C03F background

This text has white color on #71C03F background.


Related colors

Complementary color

Complementary color for #hex is #8E3FC0.


I love getcolorcode.com

Triadic colors

1 #3F71C0 and #C03F71 with #71C03F are triadic colors.

2 #3FC071 and #C0713F with #71C03F are triadic colors.