COLOR #71C425

HEX: #71C425
RGB: (113,196,37)

Color info

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

RGB color model

#71C425 color RGB value is (113,196,37).

  • red value is 113;
  • green value is 196;
  • blue value is 37.
RGB:
(113,196,37)
(44%,77%,15%)

RGB channels and saturation

R 113 of 255 = 44%
G 196 of 255 = 77%
B 37 of 255 = 15%

113
196
37

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

Portions of RGB colors in percentages

R + G + B =
113 + 196 + 37 = 346 (100%)
R 113 of 346 ~ 32.66%
G 196 of 346 ~ 56.65%
B 37 of 346 ~ 10.69%

%32.66
%56.65
%10.69

CMYK color model

#71C425 color CMYK value is (42,0,81,23).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 81.12%
  • key color value is 23.14%
CMYK:
(42,0,81,23)
C42M0Y81K23 
(42%,0%,81%,23%)
(0.42/0.00/0.81/0.23)	

CMYK percentages

%42.35
%0
%81.12
%23.14

Codes

Color #71C425 in popluar color models

71C425
RGB11319637
HSL91°68.24%45.69%
HSB/HSV91°81.12%76.86%
CMYK42.35%0.00%81.12%
23.14%

Color #71C425 in popluar number systems.

HEX71C425
Decimal11319637
Binary111000111000100100101
Octal16130445

Shades and tints

Shades of #71C425

#71C425
(113,196,37)
#67B322
(103,179,34)
#5DA21F
(93,162,31)
#53911C
(83,145,28)
#498019
(73,128,25)
#3F6F16
(63,111,22)
#355E13
(53,94,19)
#2B4D10
(43,77,16)
#213C0D
(33,60,13)
#172B0A
(23,43,10)
#0D1A07
(13,26,7)
#000000
(0,0,0)

Tints of #71C425

#71C425
(113,196,37)
#7DC938
(125,201,56)
#89CE4B
(137,206,75)
#95D35E
(149,211,94)
#A1D871
(161,216,113)
#ADDD84
(173,221,132)
#B9E297
(185,226,151)
#C5E7AA
(197,231,170)
#D1ECBD
(209,236,189)
#DDF1D0
(221,241,208)
#E9F6E3
(233,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C425 color. Also use rgb(113,196,37) instead hex code.

Text Font Color

.myTextColor { color: #71C425; }

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

This text font color is #71C425.


Background Color

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

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

This div background color is #71C425.


Border color

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

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

This div border color is #71C425.


Opacity

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

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

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

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

This text has shadow with #71C425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C425 on black background.


Color preview on white background

This text has color #71C425 on white background.



Black color preview on #71C425 background

This text has black color on #71C425 background.


White color preview on #71C425 background

This text has white color on #71C425 background.