COLOR #47F014

HEX: #47F014
RGB: (71,240,20)

Renk bilgisi

#47F014 contains mainly green color. #47F014 ‘ nin web güvenlik rengi #33FF00 (ya da #3F0) dir.

RGB renk modeli

#47F014 color RGB value is (71,240,20).

  • kırmız ton 71;
  • yeşil ton 240;
  • mavi ton 20.
RGB:
(71,240,20)
(28%,94%,8%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 240 of 255 = 94%
B 20 of 255 = 8%

71
240
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 240 + 20 = 331 (100%)
R 71 of 331 ~ 21.45%
G 240 of 331 ~ 72.51%
B 20 of 331 ~ 6.04%

%21.45
%72.51

CMYK RENK MODELİ

#47F014 rengi CMYK tonu (70,0,92,6).

  • camgöbeği tonu 70.42%
  • eflatun tonu 0.00%
  • sarı tonu 91.67%
  • ana renk tonu 5.88%
CMYK:
(70,0,92,6)
C70M0Y92K6 
(70%,0%,92%,6%)
(0.70/0.00/0.92/0.06)	

CMYK yüzdeleri

%70.42
%0
%91.67
%5.88

Codes

Color #47F014 in popluar color models

47F014
RGB7124020
HSL106°88.00%50.98%
HSB/HSV106°91.67%94.12%
CMYK70.42%0.00%91.67%
5.88%

Color #47F014 in popluar number systems.

HEX47F014
Decimal7124020
Binary10001111111000010100
Octal10736024

Shades and tints

Shades of #47F014

#47F014
(71,240,20)
#41DB13
(65,219,19)
#3BC612
(59,198,18)
#35B111
(53,177,17)
#2F9C10
(47,156,16)
#29870F
(41,135,15)
#23720E
(35,114,14)
#1D5D0D
(29,93,13)
#17480C
(23,72,12)
#11330B
(17,51,11)
#0B1E0A
(11,30,10)
#000000
(0,0,0)

Tints of #47F014

#47F014
(71,240,20)
#57F129
(87,241,41)
#67F23E
(103,242,62)
#77F353
(119,243,83)
#87F468
(135,244,104)
#97F57D
(151,245,125)
#A7F692
(167,246,146)
#B7F7A7
(183,247,167)
#C7F8BC
(199,248,188)
#D7F9D1
(215,249,209)
#E7FAE6
(231,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47F014 color. Also use rgb(71,240,20) instead hex code.

Text Font Color

.myTextColor { color: #47F014; }

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

This text font color is #47F014.


Background Color

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

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

This div background color is #47F014.


Border color

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

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

This div border color is #47F014.


Opacity

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

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

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

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

This text has shadow with #47F014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47F014 on black background.


Color preview on white background

This text has color #47F014 on white background.



Black color preview on #47F014 background

This text has black color on #47F014 background.


White color preview on #47F014 background

This text has white color on #47F014 background.