COLOR #71CE6D

HEX: #71CE6D
RGB: (113,206,109)

Color info

#71CE6D contains mainly green color. Web safe color of #71CE6D is #66CC66 (or #6C6).

RGB color model

#71CE6D color RGB value is (113,206,109).

  • red value is 113;
  • green value is 206;
  • blue value is 109.
RGB:
(113,206,109)
(44%,81%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 206 of 255 = 81%
B 109 of 255 = 43%

113
206
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 206 + 109 = 428 (100%)
R 113 of 428 ~ 26.4%
G 206 of 428 ~ 48.13%
B 109 of 428 ~ 25.47%

%26.4
%48.13
%25.47

CMYK color model

#71CE6D color CMYK value is (45,0,47,19).

  • cyan value is 45.15%
  • magenta value is 0.00%
  • yellow value is 47.09%
  • key color value is 19.22%
CMYK:
(45,0,47,19)
C45M0Y47K19 
(45%,0%,47%,19%)
(0.45/0.00/0.47/0.19)	

CMYK percentages

%45.15
%0
%47.09
%19.22

Codes

Color #71CE6D in popluar color models

71CE6D
RGB113206109
HSL118°49.74%61.76%
HSB/HSV118°47.09%80.78%
CMYK45.15%0.00%47.09%
19.22%

Color #71CE6D in popluar number systems.

HEX71CE6D
Decimal113206109
Binary1110001110011101101101
Octal161316155

Shades and tints

Shades of #71CE6D

#71CE6D
(113,206,109)
#67BC64
(103,188,100)
#5DAA5B
(93,170,91)
#539852
(83,152,82)
#498649
(73,134,73)
#3F7440
(63,116,64)
#356237
(53,98,55)
#2B502E
(43,80,46)
#213E25
(33,62,37)
#172C1C
(23,44,28)
#0D1A13
(13,26,19)
#000000
(0,0,0)

Tints of #71CE6D

#71CE6D
(113,206,109)
#7DD27A
(125,210,122)
#89D687
(137,214,135)
#95DA94
(149,218,148)
#A1DEA1
(161,222,161)
#ADE2AE
(173,226,174)
#B9E6BB
(185,230,187)
#C5EAC8
(197,234,200)
#D1EED5
(209,238,213)
#DDF2E2
(221,242,226)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CE6D color. Also use rgb(113,206,109) instead hex code.

Text Font Color

.myTextColor { color: #71CE6D; }

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

This text font color is #71CE6D.


Background Color

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

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

This div background color is #71CE6D.


Border color

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

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

This div border color is #71CE6D.


Opacity

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

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

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

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

This text has shadow with #71CE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CE6D on black background.


Color preview on white background

This text has color #71CE6D on white background.



Black color preview on #71CE6D background

This text has black color on #71CE6D background.


White color preview on #71CE6D background

This text has white color on #71CE6D background.