COLOR #71C740

HEX: #71C740
RGB: (113,199,64)

Renk bilgisi

#71C740 contains mainly green color. #71C740 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#71C740 color RGB value is (113,199,64).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 199 of 255 = 78%
B 64 of 255 = 25%

113
199
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 199 + 64 = 376 (100%)
R 113 of 376 ~ 30.05%
G 199 of 376 ~ 52.93%
B 64 of 376 ~ 17.02%

%30.05
%52.93
%17.02

CMYK RENK MODELİ

#71C740 rengi CMYK tonu (43,0,68,22).

  • camgöbeği tonu 43.22%
  • eflatun tonu 0.00%
  • sarı tonu 67.84%
  • ana renk tonu 21.96%
CMYK:
(43,0,68,22)
C43M0Y68K22 
(43%,0%,68%,22%)
(0.43/0.00/0.68/0.22)	

CMYK yüzdeleri

%43.22
%0
%67.84
%21.96

Codes

Color #71C740 in popluar color models

71C740
RGB11319964
HSL98°54.66%51.57%
HSB/HSV98°67.84%78.04%
CMYK43.22%0.00%67.84%
21.96%

Color #71C740 in popluar number systems.

HEX71C740
Decimal11319964
Binary1110001110001111000000
Octal161307100

Shades and tints

Shades of #71C740

#71C740
(113,199,64)
#67B53B
(103,181,59)
#5DA336
(93,163,54)
#539131
(83,145,49)
#497F2C
(73,127,44)
#3F6D27
(63,109,39)
#355B22
(53,91,34)
#2B491D
(43,73,29)
#213718
(33,55,24)
#172513
(23,37,19)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #71C740

#71C740
(113,199,64)
#7DCC51
(125,204,81)
#89D162
(137,209,98)
#95D673
(149,214,115)
#A1DB84
(161,219,132)
#ADE095
(173,224,149)
#B9E5A6
(185,229,166)
#C5EAB7
(197,234,183)
#D1EFC8
(209,239,200)
#DDF4D9
(221,244,217)
#E9F9EA
(233,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C740 color. Also use rgb(113,199,64) instead hex code.

Text Font Color

.myTextColor { color: #71C740; }

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

This text font color is #71C740.


Background Color

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

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

This div background color is #71C740.


Border color

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

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

This div border color is #71C740.


Opacity

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

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

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

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

This text has shadow with #71C740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C740 on black background.


Color preview on white background

This text has color #71C740 on white background.



Black color preview on #71C740 background

This text has black color on #71C740 background.


White color preview on #71C740 background

This text has white color on #71C740 background.