COLOR #71D12E

HEX: #71D12E
RGB: (113,209,46)

Color info

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

RGB color model

#71D12E color RGB value is (113,209,46).

  • red value is 113;
  • green value is 209;
  • blue value is 46.
RGB:
(113,209,46)
(44%,82%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 209 of 255 = 82%
B 46 of 255 = 18%

113
209
46

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

Portions of RGB colors in percentages

R + G + B =
113 + 209 + 46 = 368 (100%)
R 113 of 368 ~ 30.71%
G 209 of 368 ~ 56.79%
B 46 of 368 ~ 12.5%

%30.71
%56.79
%12.5

CMYK color model

#71D12E color CMYK value is (46,0,78,18).

  • cyan value is 45.93%
  • magenta value is 0.00%
  • yellow value is 77.99%
  • key color value is 18.04%
CMYK:
(46,0,78,18)
C46M0Y78K18 
(46%,0%,78%,18%)
(0.46/0.00/0.78/0.18)	

CMYK percentages

%45.93
%0
%77.99
%18.04

Codes

Color #71D12E in popluar color models

71D12E
RGB11320946
HSL95°63.92%50.00%
HSB/HSV95°77.99%81.96%
CMYK45.93%0.00%77.99%
18.04%

Color #71D12E in popluar number systems.

HEX71D12E
Decimal11320946
Binary111000111010001101110
Octal16132156

Shades and tints

Shades of #71D12E

#71D12E
(113,209,46)
#67BE2A
(103,190,42)
#5DAB26
(93,171,38)
#539822
(83,152,34)
#49851E
(73,133,30)
#3F721A
(63,114,26)
#355F16
(53,95,22)
#2B4C12
(43,76,18)
#21390E
(33,57,14)
#17260A
(23,38,10)
#0D1306
(13,19,6)
#000000
(0,0,0)

Tints of #71D12E

#71D12E
(113,209,46)
#7DD541
(125,213,65)
#89D954
(137,217,84)
#95DD67
(149,221,103)
#A1E17A
(161,225,122)
#ADE58D
(173,229,141)
#B9E9A0
(185,233,160)
#C5EDB3
(197,237,179)
#D1F1C6
(209,241,198)
#DDF5D9
(221,245,217)
#E9F9EC
(233,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D12E color. Also use rgb(113,209,46) instead hex code.

Text Font Color

.myTextColor { color: #71D12E; }

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

This text font color is #71D12E.


Background Color

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

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

This div background color is #71D12E.


Border color

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

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

This div border color is #71D12E.


Opacity

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

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

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

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

This text has shadow with #71D12E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D12E on black background.


Color preview on white background

This text has color #71D12E on white background.



Black color preview on #71D12E background

This text has black color on #71D12E background.


White color preview on #71D12E background

This text has white color on #71D12E background.