COLOR #71C234

HEX: #71C234 RGB: (113,194,52)

Color info

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

RGB color model

#71C234 color RGB value is (113,194,52).

RGB: (113,194,52) (44%, 76%, 20%)

RGB channels and saturation

R 113 of 255 = 44%
G 194 of 255 = 76%
B 52 of 255 = 20%

113
194
52

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

Portions of RGB colors in percentages

R + G + B = 113 + 194 + 52 = 359 (100%)
R 113 of 359 ~ 31.48%
G 194 of 359 ~ 54.04%
B 52 of 359 ~ 14.48'%

%31.48
%54.04
%14.48

CMYK color model

#71C234 color CMYK value is (42,0,73,24).

  • cyan value is 41.75%
  • magenta value is 0.00%
  • yellow value is 73.20%
  • key color value is 23.92%
CMYK: (42,0,73,24) C42M0Y73K24 (42%,0%,73%,24%) (0.42/0.00/0.73/0.24) 

CMYK percentages

%41.75
%0
%73.2
%23.92

Codes

Color #71C234 in popluar color models

71 C2 34
RGB 113 194 52
HSL 94° 57.72% 48.24%
HSB/HSV 94° 73.20% 76.08%
CMYK 41.75% 0.00% 73.20%
23.92%

Color #71C234 in popluar number systems.

HEX 71 C2 34
Decimal 113 194 52
Binary 1110001 11000010 110100
Octal 161 302 64

Shades and tints

Shades of #71C234

#71C234
(113,194,52)
#67B130
(103,177,48)
#5DA02C
(93,160,44)
#538F28
(83,143,40)
#497E24
(73,126,36)
#3F6D20
(63,109,32)
#355C1C
(53,92,28)
#2B4B18
(43,75,24)
#213A14
(33,58,20)
#172910
(23,41,16)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #71C234

#71C234
(113,194,52)
#7DC746
(125,199,70)
#89CC58
(137,204,88)
#95D16A
(149,209,106)
#A1D67C
(161,214,124)
#ADDB8E
(173,219,142)
#B9E0A0
(185,224,160)
#C5E5B2
(197,229,178)
#D1EAC4
(209,234,196)
#DDEFD6
(221,239,214)
#E9F4E8
(233,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C234; }

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

This text font color is #71C234.

Background Color

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

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

This div background color is #71C234.

Border color

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

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

This div border color is #71C234.

Opacity

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

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

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

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

This text has shadow with #71C234 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71C234.

Preview

Color preview on black background

This text has color #71C234 on black background.


Color preview on white background

This text has color #71C234 on white background.


Black color preview on #71C234 background

This text has black color on #71C234 background.


White color preview on #71C234 background

This text has white color on #71C234 background.


Related colors

Complementary color

Complementary color for #hex is #8E3DCB.


I love getcolorcode.com

Triadic colors

1 #3471C2 and #C23471 with #71C234 are triadic colors.

2 #34C271 and #C27134 with #71C234 are triadic colors.