COLOR #47D650

HEX: #47D650
RGB: (71,214,80)

Renk bilgisi

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

RGB renk modeli

#47D650 color RGB value is (71,214,80).

  • kırmız ton 71;
  • yeşil ton 214;
  • mavi ton 80.
RGB:
(71,214,80)
(28%,84%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 214 of 255 = 84%
B 80 of 255 = 31%

71
214
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 214 + 80 = 365 (100%)
R 71 of 365 ~ 19.45%
G 214 of 365 ~ 58.63%
B 80 of 365 ~ 21.92%

%19.45
%58.63
%21.92

CMYK RENK MODELİ

#47D650 rengi CMYK tonu (67,0,63,16).

  • camgöbeği tonu 66.82%
  • eflatun tonu 0.00%
  • sarı tonu 62.62%
  • ana renk tonu 16.08%
CMYK:
(67,0,63,16)
C67M0Y63K16 
(67%,0%,63%,16%)
(0.67/0.00/0.63/0.16)	

CMYK yüzdeleri

%66.82
%0
%62.62
%16.08

Codes

Color #47D650 in popluar color models

47D650
RGB7121480
HSL124°63.56%55.88%
HSB/HSV124°66.82%83.92%
CMYK66.82%0.00%62.62%
16.08%

Color #47D650 in popluar number systems.

HEX47D650
Decimal7121480
Binary1000111110101101010000
Octal107326120

Shades and tints

Shades of #47D650

#47D650
(71,214,80)
#41C349
(65,195,73)
#3BB042
(59,176,66)
#359D3B
(53,157,59)
#2F8A34
(47,138,52)
#29772D
(41,119,45)
#236426
(35,100,38)
#1D511F
(29,81,31)
#173E18
(23,62,24)
#112B11
(17,43,17)
#0B180A
(11,24,10)
#000000
(0,0,0)

Tints of #47D650

#47D650
(71,214,80)
#57D95F
(87,217,95)
#67DC6E
(103,220,110)
#77DF7D
(119,223,125)
#87E28C
(135,226,140)
#97E59B
(151,229,155)
#A7E8AA
(167,232,170)
#B7EBB9
(183,235,185)
#C7EEC8
(199,238,200)
#D7F1D7
(215,241,215)
#E7F4E6
(231,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47D650 color. Also use rgb(71,214,80) instead hex code.

Text Font Color

.myTextColor { color: #47D650; }

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

This text font color is #47D650.


Background Color

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

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

This div background color is #47D650.


Border color

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

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

This div border color is #47D650.


Opacity

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

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

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

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

This text has shadow with #47D650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47D650 on black background.


Color preview on white background

This text has color #47D650 on white background.



Black color preview on #47D650 background

This text has black color on #47D650 background.


White color preview on #47D650 background

This text has white color on #47D650 background.