COLOR #4DE648

HEX: #4DE648
RGB: (77,230,72)

Renk bilgisi

#4DE648 contains mainly green color. #4DE648 ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#4DE648 color RGB value is (77,230,72).

  • kırmız ton 77;
  • yeşil ton 230;
  • mavi ton 72.
RGB:
(77,230,72)
(30%,90%,28%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 230 of 255 = 90%
B 72 of 255 = 28%

77
230
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 230 + 72 = 379 (100%)
R 77 of 379 ~ 20.32%
G 230 of 379 ~ 60.69%
B 72 of 379 ~ 19%

%20.32
%60.69
%19

CMYK RENK MODELİ

#4DE648 rengi CMYK tonu (67,0,69,10).

  • camgöbeği tonu 66.52%
  • eflatun tonu 0.00%
  • sarı tonu 68.70%
  • ana renk tonu 9.80%
CMYK:
(67,0,69,10)
C67M0Y69K10 
(67%,0%,69%,10%)
(0.67/0.00/0.69/0.10)	

CMYK yüzdeleri

%66.52
%0
%68.7
%9.8

Codes

Color #4DE648 in popluar color models

4DE648
RGB7723072
HSL118°75.96%59.22%
HSB/HSV118°68.70%90.20%
CMYK66.52%0.00%68.70%
9.80%

Color #4DE648 in popluar number systems.

HEX4DE648
Decimal7723072
Binary1001101111001101001000
Octal115346110

Shades and tints

Shades of #4DE648

#4DE648
(77,230,72)
#46D242
(70,210,66)
#3FBE3C
(63,190,60)
#38AA36
(56,170,54)
#319630
(49,150,48)
#2A822A
(42,130,42)
#236E24
(35,110,36)
#1C5A1E
(28,90,30)
#154618
(21,70,24)
#0E3212
(14,50,18)
#071E0C
(7,30,12)
#000000
(0,0,0)

Tints of #4DE648

#4DE648
(77,230,72)
#5DE858
(93,232,88)
#6DEA68
(109,234,104)
#7DEC78
(125,236,120)
#8DEE88
(141,238,136)
#9DF098
(157,240,152)
#ADF2A8
(173,242,168)
#BDF4B8
(189,244,184)
#CDF6C8
(205,246,200)
#DDF8D8
(221,248,216)
#EDFAE8
(237,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DE648 color. Also use rgb(77,230,72) instead hex code.

Text Font Color

.myTextColor { color: #4DE648; }

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

This text font color is #4DE648.


Background Color

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

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

This div background color is #4DE648.


Border color

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

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

This div border color is #4DE648.


Opacity

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

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

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

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

This text has shadow with #4DE648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DE648 on black background.


Color preview on white background

This text has color #4DE648 on white background.



Black color preview on #4DE648 background

This text has black color on #4DE648 background.


White color preview on #4DE648 background

This text has white color on #4DE648 background.