COLOR #47D466

HEX: #47D466
RGB: (71,212,102)

Renk bilgisi

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

RGB renk modeli

#47D466 color RGB value is (71,212,102).

  • kırmız ton 71;
  • yeşil ton 212;
  • mavi ton 102.
RGB:
(71,212,102)
(28%,83%,40%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 212 of 255 = 83%
B 102 of 255 = 40%

71
212
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 212 + 102 = 385 (100%)
R 71 of 385 ~ 18.44%
G 212 of 385 ~ 55.06%
B 102 of 385 ~ 26.49%

%18.44
%55.06
%26.49

CMYK RENK MODELİ

#47D466 rengi CMYK tonu (67,0,52,17).

  • camgöbeği tonu 66.51%
  • eflatun tonu 0.00%
  • sarı tonu 51.89%
  • ana renk tonu 16.86%
CMYK:
(67,0,52,17)
C67M0Y52K17 
(67%,0%,52%,17%)
(0.67/0.00/0.52/0.17)	

CMYK yüzdeleri

%66.51
%0
%51.89
%16.86

Codes

Color #47D466 in popluar color models

47D466
RGB71212102
HSL133°62.11%55.49%
HSB/HSV133°66.51%83.14%
CMYK66.51%0.00%51.89%
16.86%

Color #47D466 in popluar number systems.

HEX47D466
Decimal71212102
Binary1000111110101001100110
Octal107324146

Shades and tints

Shades of #47D466

#47D466
(71,212,102)
#41C15D
(65,193,93)
#3BAE54
(59,174,84)
#359B4B
(53,155,75)
#2F8842
(47,136,66)
#297539
(41,117,57)
#236230
(35,98,48)
#1D4F27
(29,79,39)
#173C1E
(23,60,30)
#112915
(17,41,21)
#0B160C
(11,22,12)
#000000
(0,0,0)

Tints of #47D466

#47D466
(71,212,102)
#57D773
(87,215,115)
#67DA80
(103,218,128)
#77DD8D
(119,221,141)
#87E09A
(135,224,154)
#97E3A7
(151,227,167)
#A7E6B4
(167,230,180)
#B7E9C1
(183,233,193)
#C7ECCE
(199,236,206)
#D7EFDB
(215,239,219)
#E7F2E8
(231,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47D466 color. Also use rgb(71,212,102) instead hex code.

Text Font Color

.myTextColor { color: #47D466; }

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

This text font color is #47D466.


Background Color

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

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

This div background color is #47D466.


Border color

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

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

This div border color is #47D466.


Opacity

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

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

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

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

This text has shadow with #47D466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47D466 on black background.


Color preview on white background

This text has color #47D466 on white background.



Black color preview on #47D466 background

This text has black color on #47D466 background.


White color preview on #47D466 background

This text has white color on #47D466 background.