COLOR #47F964

HEX: #47F964
RGB: (71,249,100)

Renk bilgisi

#47F964 contains mainly green color. #47F964 ‘ nin web güvenlik rengi #33FF66 (ya da #3F6) dir.

RGB renk modeli

#47F964 color RGB value is (71,249,100).

  • kırmız ton 71;
  • yeşil ton 249;
  • mavi ton 100.
RGB:
(71,249,100)
(28%,98%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 249 of 255 = 98%
B 100 of 255 = 39%

71
249
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 249 + 100 = 420 (100%)
R 71 of 420 ~ 16.9%
G 249 of 420 ~ 59.29%
B 100 of 420 ~ 23.81%

%16.9
%59.29
%23.81

CMYK RENK MODELİ

#47F964 rengi CMYK tonu (71,0,60,2).

  • camgöbeği tonu 71.49%
  • eflatun tonu 0.00%
  • sarı tonu 59.84%
  • ana renk tonu 2.35%
CMYK:
(71,0,60,2)
C71M0Y60K2 
(71%,0%,60%,2%)
(0.71/0.00/0.60/0.02)	

CMYK yüzdeleri

%71.49
%0
%59.84
%2.35

Codes

Color #47F964 in popluar color models

47F964
RGB71249100
HSL130°93.68%62.75%
HSB/HSV130°71.49%97.65%
CMYK71.49%0.00%59.84%
2.35%

Color #47F964 in popluar number systems.

HEX47F964
Decimal71249100
Binary1000111111110011100100
Octal107371144

Shades and tints

Shades of #47F964

#47F964
(71,249,100)
#41E35B
(65,227,91)
#3BCD52
(59,205,82)
#35B749
(53,183,73)
#2FA140
(47,161,64)
#298B37
(41,139,55)
#23752E
(35,117,46)
#1D5F25
(29,95,37)
#17491C
(23,73,28)
#113313
(17,51,19)
#0B1D0A
(11,29,10)
#000000
(0,0,0)

Tints of #47F964

#47F964
(71,249,100)
#57F972
(87,249,114)
#67F980
(103,249,128)
#77F98E
(119,249,142)
#87F99C
(135,249,156)
#97F9AA
(151,249,170)
#A7F9B8
(167,249,184)
#B7F9C6
(183,249,198)
#C7F9D4
(199,249,212)
#D7F9E2
(215,249,226)
#E7F9F0
(231,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47F964 color. Also use rgb(71,249,100) instead hex code.

Text Font Color

.myTextColor { color: #47F964; }

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

This text font color is #47F964.


Background Color

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

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

This div background color is #47F964.


Border color

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

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

This div border color is #47F964.


Opacity

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

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

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

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

This text has shadow with #47F964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47F964 on black background.


Color preview on white background

This text has color #47F964 on white background.



Black color preview on #47F964 background

This text has black color on #47F964 background.


White color preview on #47F964 background

This text has white color on #47F964 background.