COLOR #4DB951

HEX: #4DB951
RGB: (77,185,81)

Renk bilgisi

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

RGB renk modeli

#4DB951 color RGB value is (77,185,81).

  • kırmız ton 77;
  • yeşil ton 185;
  • mavi ton 81.
RGB:
(77,185,81)
(30%,73%,32%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 185 of 255 = 73%
B 81 of 255 = 32%

77
185
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 185 + 81 = 343 (100%)
R 77 of 343 ~ 22.45%
G 185 of 343 ~ 53.94%
B 81 of 343 ~ 23.62%

%22.45
%53.94
%23.62

CMYK RENK MODELİ

#4DB951 rengi CMYK tonu (58,0,56,27).

  • camgöbeği tonu 58.38%
  • eflatun tonu 0.00%
  • sarı tonu 56.22%
  • ana renk tonu 27.45%
CMYK:
(58,0,56,27)
C58M0Y56K27 
(58%,0%,56%,27%)
(0.58/0.00/0.56/0.27)	

CMYK yüzdeleri

%58.38
%0
%56.22
%27.45

Codes

Color #4DB951 in popluar color models

4DB951
RGB7718581
HSL122°43.55%51.37%
HSB/HSV122°58.38%72.55%
CMYK58.38%0.00%56.22%
27.45%

Color #4DB951 in popluar number systems.

HEX4DB951
Decimal7718581
Binary1001101101110011010001
Octal115271121

Shades and tints

Shades of #4DB951

#4DB951
(77,185,81)
#46A94A
(70,169,74)
#3F9943
(63,153,67)
#38893C
(56,137,60)
#317935
(49,121,53)
#2A692E
(42,105,46)
#235927
(35,89,39)
#1C4920
(28,73,32)
#153919
(21,57,25)
#0E2912
(14,41,18)
#07190B
(7,25,11)
#000000
(0,0,0)

Tints of #4DB951

#4DB951
(77,185,81)
#5DBF60
(93,191,96)
#6DC56F
(109,197,111)
#7DCB7E
(125,203,126)
#8DD18D
(141,209,141)
#9DD79C
(157,215,156)
#ADDDAB
(173,221,171)
#BDE3BA
(189,227,186)
#CDE9C9
(205,233,201)
#DDEFD8
(221,239,216)
#EDF5E7
(237,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB951 color. Also use rgb(77,185,81) instead hex code.

Text Font Color

.myTextColor { color: #4DB951; }

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

This text font color is #4DB951.


Background Color

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

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

This div background color is #4DB951.


Border color

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

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

This div border color is #4DB951.


Opacity

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

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

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

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

This text has shadow with #4DB951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB951 on black background.


Color preview on white background

This text has color #4DB951 on white background.



Black color preview on #4DB951 background

This text has black color on #4DB951 background.


White color preview on #4DB951 background

This text has white color on #4DB951 background.