COLOR #71C243

HEX: #71C243 RGB: (113,194,67)

Color info

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

RGB color model

#71C243 color RGB value is (113,194,67).

RGB: (113,194,67) (44%, 76%, 26%)

RGB channels and saturation

R 113 of 255 = 44%
G 194 of 255 = 76%
B 67 of 255 = 26%

113
194
67

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

Portions of RGB colors in percentages

R + G + B = 113 + 194 + 67 = 374 (100%)
R 113 of 374 ~ 30.21%
G 194 of 374 ~ 51.87%
B 67 of 374 ~ 17.91'%

%30.21
%51.87
%17.91

CMYK color model

#71C243 color CMYK value is (42,0,65,24).

  • cyan value is 41.75%
  • magenta value is 0.00%
  • yellow value is 65.46%
  • key color value is 23.92%

CMYK: (42,0,65,24)
C42M0Y65K24 (42%, 0%, 65%, 24%)
(0.42 / 0.00 / 0.65 / 0.24)

CMYK percentages

%41.75
%0
%65.46
%23.92

Codes

Color #71C243 in popluar color models

71 C2 43
RGB 113 194 67
HSL 98° 51.00% 51.18%
HSB/HSV 98° 65.46% 76.08%
CMYK 41.75% 0.00% 65.46%
23.92%

Color #71C243 in popluar number systems.

HEX 71 C2 43
Decimal 113 194 67
Binary 1110001 11000010 1000011
Octal 161 302 103

Shades and tints

Shades of #71C243

#71C243
(113,194,67)
#67B13D
(103,177,61)
#5DA037
(93,160,55)
#538F31
(83,143,49)
#497E2B
(73,126,43)
#3F6D25
(63,109,37)
#355C1F
(53,92,31)
#2B4B19
(43,75,25)
#213A13
(33,58,19)
#17290D
(23,41,13)
#0D1807
(13,24,7)
#000000
(0,0,0)

Tints of #71C243

#71C243
(113,194,67)
#7DC754
(125,199,84)
#89CC65
(137,204,101)
#95D176
(149,209,118)
#A1D687
(161,214,135)
#ADDB98
(173,219,152)
#B9E0A9
(185,224,169)
#C5E5BA
(197,229,186)
#D1EACB
(209,234,203)
#DDEFDC
(221,239,220)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C243 color. Also use rgb(113,194,67) instead hex code.

Text Font Color

.myTextColor { color: #71C243; }

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

This text font color is #71C243.

Background Color

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

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

This div background color is #71C243.

Border color

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

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

This div border color is #71C243.

Opacity

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

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

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

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

This text has shadow with #71C243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71C243.

Preview

Color preview on black background

This text has color #71C243 on black background.


Color preview on white background

This text has color #71C243 on white background.


Black color preview on #71C243 background

This text has black color on #71C243 background.


White color preview on #71C243 background

This text has white color on #71C243 background.


Related colors

Complementary color

Complementary color for #hex is #8E3DBC.


I love getcolorcode.com

Triadic colors

1 #4371C2 and #C24371 with #71C243 are triadic colors.

2 #43C271 and #C27143 with #71C243 are triadic colors.