COLOR #4BD778

HEX: #4BD778
RGB: (75,215,120)

Color info

#4BD778 contains mainly green color. Web safe color of #4BD778 is #33CC66 (or #3C6).

RGB color model

#4BD778 color RGB value is (75,215,120).

  • red value is 75;
  • green value is 215;
  • blue value is 120.
RGB:
(75,215,120)
(29%,84%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 215 of 255 = 84%
B 120 of 255 = 47%

75
215
120

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

Portions of RGB colors in percentages

R + G + B =
75 + 215 + 120 = 410 (100%)
R 75 of 410 ~ 18.29%
G 215 of 410 ~ 52.44%
B 120 of 410 ~ 29.27%

%18.29
%52.44
%29.27

CMYK color model

#4BD778 color CMYK value is (65,0,44,16).

  • cyan value is 65.12%
  • magenta value is 0.00%
  • yellow value is 44.19%
  • key color value is 15.69%
CMYK:
(65,0,44,16)
C65M0Y44K16 
(65%,0%,44%,16%)
(0.65/0.00/0.44/0.16)	

CMYK percentages

%65.12
%0
%44.19
%15.69

Codes

Color #4BD778 in popluar color models

4BD778
RGB75215120
HSL139°63.64%56.86%
HSB/HSV139°65.12%84.31%
CMYK65.12%0.00%44.19%
15.69%

Color #4BD778 in popluar number systems.

HEX4BD778
Decimal75215120
Binary1001011110101111111000
Octal113327170

Shades and tints

Shades of #4BD778

#4BD778
(75,215,120)
#45C46E
(69,196,110)
#3FB164
(63,177,100)
#399E5A
(57,158,90)
#338B50
(51,139,80)
#2D7846
(45,120,70)
#27653C
(39,101,60)
#215232
(33,82,50)
#1B3F28
(27,63,40)
#152C1E
(21,44,30)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #4BD778

#4BD778
(75,215,120)
#5BDA84
(91,218,132)
#6BDD90
(107,221,144)
#7BE09C
(123,224,156)
#8BE3A8
(139,227,168)
#9BE6B4
(155,230,180)
#ABE9C0
(171,233,192)
#BBECCC
(187,236,204)
#CBEFD8
(203,239,216)
#DBF2E4
(219,242,228)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD778 color. Also use rgb(75,215,120) instead hex code.

Text Font Color

.myTextColor { color: #4BD778; }

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

This text font color is #4BD778.


Background Color

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

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

This div background color is #4BD778.


Border color

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

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

This div border color is #4BD778.


Opacity

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

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

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

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

This text has shadow with #4BD778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BD778 on black background.


Color preview on white background

This text has color #4BD778 on white background.



Black color preview on #4BD778 background

This text has black color on #4BD778 background.


White color preview on #4BD778 background

This text has white color on #4BD778 background.