COLOR #4FD671

HEX: #4FD671
RGB: (79,214,113)

Renk bilgisi

#4FD671 contains mainly green color. #4FD671 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#4FD671 color RGB value is (79,214,113).

  • kırmız ton 79;
  • yeşil ton 214;
  • mavi ton 113.
RGB:
(79,214,113)
(31%,84%,44%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 214 of 255 = 84%
B 113 of 255 = 44%

79
214
113

R + G + B ~ 53%. #4FD671 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 214 + 113 = 406 (100%)
R 79 of 406 ~ 19.46%
G 214 of 406 ~ 52.71%
B 113 of 406 ~ 27.83%

%19.46
%52.71
%27.83

CMYK RENK MODELİ

#4FD671 rengi CMYK tonu (63,0,47,16).

  • camgöbeği tonu 63.08%
  • eflatun tonu 0.00%
  • sarı tonu 47.20%
  • ana renk tonu 16.08%
CMYK:
(63,0,47,16)
C63M0Y47K16 
(63%,0%,47%,16%)
(0.63/0.00/0.47/0.16)	

CMYK yüzdeleri

%63.08
%0
%47.2
%16.08

Codes

Color #4FD671 in popluar color models

4FD671
RGB79214113
HSL135°62.21%57.45%
HSB/HSV135°63.08%83.92%
CMYK63.08%0.00%47.20%
16.08%

Color #4FD671 in popluar number systems.

HEX4FD671
Decimal79214113
Binary1001111110101101110001
Octal117326161

Shades and tints

Shades of #4FD671

#4FD671
(79,214,113)
#48C367
(72,195,103)
#41B05D
(65,176,93)
#3A9D53
(58,157,83)
#338A49
(51,138,73)
#2C773F
(44,119,63)
#256435
(37,100,53)
#1E512B
(30,81,43)
#173E21
(23,62,33)
#102B17
(16,43,23)
#09180D
(9,24,13)
#000000
(0,0,0)

Tints of #4FD671

#4FD671
(79,214,113)
#5FD97D
(95,217,125)
#6FDC89
(111,220,137)
#7FDF95
(127,223,149)
#8FE2A1
(143,226,161)
#9FE5AD
(159,229,173)
#AFE8B9
(175,232,185)
#BFEBC5
(191,235,197)
#CFEED1
(207,238,209)
#DFF1DD
(223,241,221)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD671 color. Also use rgb(79,214,113) instead hex code.

Text Font Color

.myTextColor { color: #4FD671; }

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

This text font color is #4FD671.


Background Color

.myBgColor { background-color: #4FD671; }

<div style="background-color:#4FD671">Inner text</div>

This div background color is #4FD671.


Border color

.myBorderColor { border: 1px solid #4FD671; }

<div style="border:3px solid #4FD671">Div</div>

This div border color is #4FD671.


Opacity

.myOpacity80 { color: #4FD671; opacity: 0.8; }

<p style="color:#4FD671;opacity:0.8;">80%</p>

Text with #4FD671 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 #4FD671;}

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

This text has shadow with #4FD671 color.

.textShadow {text-shadow: 3px 3px 1px #4FD671, 3px 3px 1px red;}

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

This text has shadow with #4FD671 primary color and red secondary color.


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

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

This text has shadow with #4FD671 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FD671 on black background.


Color preview on white background

This text has color #4FD671 on white background.



Black color preview on #4FD671 background

This text has black color on #4FD671 background.


White color preview on #4FD671 background

This text has white color on #4FD671 background.