COLOR #71C64E

HEX: #71C64E
RGB: (113,198,78)

Renk bilgisi

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

RGB renk modeli

#71C64E color RGB value is (113,198,78).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 198 of 255 = 78%
B 78 of 255 = 31%

113
198
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 198 + 78 = 389 (100%)
R 113 of 389 ~ 29.05%
G 198 of 389 ~ 50.9%
B 78 of 389 ~ 20.05%

%29.05
%50.9
%20.05

CMYK RENK MODELİ

#71C64E rengi CMYK tonu (43,0,61,22).

  • camgöbeği tonu 42.93%
  • eflatun tonu 0.00%
  • sarı tonu 60.61%
  • ana renk tonu 22.35%
CMYK:
(43,0,61,22)
C43M0Y61K22 
(43%,0%,61%,22%)
(0.43/0.00/0.61/0.22)	

CMYK yüzdeleri

%42.93
%0
%60.61
%22.35

Codes

Color #71C64E in popluar color models

71C64E
RGB11319878
HSL103°51.28%54.12%
HSB/HSV103°60.61%77.65%
CMYK42.93%0.00%60.61%
22.35%

Color #71C64E in popluar number systems.

HEX71C64E
Decimal11319878
Binary1110001110001101001110
Octal161306116

Shades and tints

Shades of #71C64E

#71C64E
(113,198,78)
#67B447
(103,180,71)
#5DA240
(93,162,64)
#539039
(83,144,57)
#497E32
(73,126,50)
#3F6C2B
(63,108,43)
#355A24
(53,90,36)
#2B481D
(43,72,29)
#213616
(33,54,22)
#17240F
(23,36,15)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #71C64E

#71C64E
(113,198,78)
#7DCB5E
(125,203,94)
#89D06E
(137,208,110)
#95D57E
(149,213,126)
#A1DA8E
(161,218,142)
#ADDF9E
(173,223,158)
#B9E4AE
(185,228,174)
#C5E9BE
(197,233,190)
#D1EECE
(209,238,206)
#DDF3DE
(221,243,222)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C64E; }

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

This text font color is #71C64E.


Background Color

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

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

This div background color is #71C64E.


Border color

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

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

This div border color is #71C64E.


Opacity

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

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

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

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

This text has shadow with #71C64E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C64E on black background.


Color preview on white background

This text has color #71C64E on white background.



Black color preview on #71C64E background

This text has black color on #71C64E background.


White color preview on #71C64E background

This text has white color on #71C64E background.