COLOR #71B64E

HEX: #71B64E
RGB: (113,182,78)

Renk bilgisi

#71B64E contains mainly green color. #71B64E ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#71B64E color RGB value is (113,182,78).

  • kırmız ton 113;
  • yeşil ton 182;
  • mavi ton 78.
RGB:
(113,182,78)
(44%,71%,31%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 182 of 255 = 71%
B 78 of 255 = 31%

113
182
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 182 + 78 = 373 (100%)
R 113 of 373 ~ 30.29%
G 182 of 373 ~ 48.79%
B 78 of 373 ~ 20.91%

%30.29
%48.79
%20.91

CMYK RENK MODELİ

#71B64E rengi CMYK tonu (38,0,57,29).

  • camgöbeği tonu 37.91%
  • eflatun tonu 0.00%
  • sarı tonu 57.14%
  • ana renk tonu 28.63%
CMYK:
(38,0,57,29)
C38M0Y57K29 
(38%,0%,57%,29%)
(0.38/0.00/0.57/0.29)	

CMYK yüzdeleri

%37.91
%0
%57.14
%28.63

Codes

Color #71B64E in popluar color models

71B64E
RGB11318278
HSL100°41.60%50.98%
HSB/HSV100°57.14%71.37%
CMYK37.91%0.00%57.14%
28.63%

Color #71B64E in popluar number systems.

HEX71B64E
Decimal11318278
Binary1110001101101101001110
Octal161266116

Shades and tints

Shades of #71B64E

#71B64E
(113,182,78)
#67A647
(103,166,71)
#5D9640
(93,150,64)
#538639
(83,134,57)
#497632
(73,118,50)
#3F662B
(63,102,43)
#355624
(53,86,36)
#2B461D
(43,70,29)
#213616
(33,54,22)
#17260F
(23,38,15)
#0D1608
(13,22,8)
#000000
(0,0,0)

Tints of #71B64E

#71B64E
(113,182,78)
#7DBC5E
(125,188,94)
#89C26E
(137,194,110)
#95C87E
(149,200,126)
#A1CE8E
(161,206,142)
#ADD49E
(173,212,158)
#B9DAAE
(185,218,174)
#C5E0BE
(197,224,190)
#D1E6CE
(209,230,206)
#DDECDE
(221,236,222)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B64E color. Also use rgb(113,182,78) instead hex code.

Text Font Color

.myTextColor { color: #71B64E; }

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

This text font color is #71B64E.


Background Color

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

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

This div background color is #71B64E.


Border color

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

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

This div border color is #71B64E.


Opacity

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

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

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

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

This text has shadow with #71B64E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B64E on black background.


Color preview on white background

This text has color #71B64E on white background.



Black color preview on #71B64E background

This text has black color on #71B64E background.


White color preview on #71B64E background

This text has white color on #71B64E background.