COLOR #47CF71

HEX: #47CF71
RGB: (71,207,113)

Renk bilgisi

#47CF71 contains mainly green color. #47CF71 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#47CF71 color RGB value is (71,207,113).

  • kırmız ton 71;
  • yeşil ton 207;
  • mavi ton 113.
RGB:
(71,207,113)
(28%,81%,44%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 207 of 255 = 81%
B 113 of 255 = 44%

71
207
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 207 + 113 = 391 (100%)
R 71 of 391 ~ 18.16%
G 207 of 391 ~ 52.94%
B 113 of 391 ~ 28.9%

%18.16
%52.94
%28.9

CMYK RENK MODELİ

#47CF71 rengi CMYK tonu (66,0,45,19).

  • camgöbeği tonu 65.70%
  • eflatun tonu 0.00%
  • sarı tonu 45.41%
  • ana renk tonu 18.82%
CMYK:
(66,0,45,19)
C66M0Y45K19 
(66%,0%,45%,19%)
(0.66/0.00/0.45/0.19)	

CMYK yüzdeleri

%65.7
%0
%45.41
%18.82

Codes

Color #47CF71 in popluar color models

47CF71
RGB71207113
HSL139°58.62%54.51%
HSB/HSV139°65.70%81.18%
CMYK65.70%0.00%45.41%
18.82%

Color #47CF71 in popluar number systems.

HEX47CF71
Decimal71207113
Binary1000111110011111110001
Octal107317161

Shades and tints

Shades of #47CF71

#47CF71
(71,207,113)
#41BD67
(65,189,103)
#3BAB5D
(59,171,93)
#359953
(53,153,83)
#2F8749
(47,135,73)
#29753F
(41,117,63)
#236335
(35,99,53)
#1D512B
(29,81,43)
#173F21
(23,63,33)
#112D17
(17,45,23)
#0B1B0D
(11,27,13)
#000000
(0,0,0)

Tints of #47CF71

#47CF71
(71,207,113)
#57D37D
(87,211,125)
#67D789
(103,215,137)
#77DB95
(119,219,149)
#87DFA1
(135,223,161)
#97E3AD
(151,227,173)
#A7E7B9
(167,231,185)
#B7EBC5
(183,235,197)
#C7EFD1
(199,239,209)
#D7F3DD
(215,243,221)
#E7F7E9
(231,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47CF71 color. Also use rgb(71,207,113) instead hex code.

Text Font Color

.myTextColor { color: #47CF71; }

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

This text font color is #47CF71.


Background Color

.myBgColor { background-color: #47CF71; }

<div style="background-color:#47CF71">Inner text</div>

This div background color is #47CF71.


Border color

.myBorderColor { border: 1px solid #47CF71; }

<div style="border:3px solid #47CF71">Div</div>

This div border color is #47CF71.


Opacity

.myOpacity80 { color: #47CF71; opacity: 0.8; }

<p style="color:#47CF71;opacity:0.8;">80%</p>

Text with #47CF71 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 #47CF71;}

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

This text has shadow with #47CF71 color.

.textShadow {text-shadow: 3px 3px 1px #47CF71, 3px 3px 1px red;}

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

This text has shadow with #47CF71 primary color and red secondary color.


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

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

This text has shadow with #47CF71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47CF71 on black background.


Color preview on white background

This text has color #47CF71 on white background.



Black color preview on #47CF71 background

This text has black color on #47CF71 background.


White color preview on #47CF71 background

This text has white color on #47CF71 background.