COLOR #4DF1B9

HEX: #4DF1B9 RGB: (77,241,185)

Color info

#4DF1B9 contains mainly green and blue colors. Web safe color of #4DF1B9 is #33FFCC (or #3FC).

RGB color model

#4DF1B9 color RGB value is (77,241,185).

RGB: (77,241,185) (30%, 95%, 73%)

RGB channels and saturation

R 77 of 255 = 30%
G 241 of 255 = 95%
B 185 of 255 = 73%

77
241
185

R + G + B ~ 66%. #4DF1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 77 + 241 + 185 = 503 (100%)
R 77 of 503 ~ 15.31%
G 241 of 503 ~ 47.91%
B 185 of 503 ~ 36.78'%

%15.31
%47.91
%36.78

CMYK color model

#4DF1B9 color CMYK value is (68,0,23,5).

  • cyan value is 68.05%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • key color value is 5.49%

CMYK: (68,0,23,5)
C68M0Y23K5 (68%, 0%, 23%, 5%)
(0.68 / 0.00 / 0.23 / 0.05)

CMYK percentages

%68.05
%0
%23.24
%5.49

Codes

Color #4DF1B9 in popluar color models

4D F1 B9
RGB 77 241 185
HSL 160° 85.42% 62.35%
HSB/HSV 160° 68.05% 94.51%
CMYK 68.05% 0.00% 23.24%
5.49%

Color #4DF1B9 in popluar number systems.

HEX 4D F1 B9
Decimal 77 241 185
Binary 1001101 11110001 10111001
Octal 115 361 271

Shades and tints

Shades of #4DF1B9

#4DF1B9
(77,241,185)
#46DCA9
(70,220,169)
#3FC799
(63,199,153)
#38B289
(56,178,137)
#319D79
(49,157,121)
#2A8869
(42,136,105)
#237359
(35,115,89)
#1C5E49
(28,94,73)
#154939
(21,73,57)
#0E3429
(14,52,41)
#071F19
(7,31,25)
#000000
(0,0,0)

Tints of #4DF1B9

#4DF1B9
(77,241,185)
#5DF2BF
(93,242,191)
#6DF3C5
(109,243,197)
#7DF4CB
(125,244,203)
#8DF5D1
(141,245,209)
#9DF6D7
(157,246,215)
#ADF7DD
(173,247,221)
#BDF8E3
(189,248,227)
#CDF9E9
(205,249,233)
#DDFAEF
(221,250,239)
#EDFBF5
(237,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DF1B9; }

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

This text font color is #4DF1B9.

Background Color

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

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

This div background color is #4DF1B9.

Border color

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

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

This div border color is #4DF1B9.

Opacity

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

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

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

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

This text has shadow with #4DF1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DF1B9.

Preview

Color preview on black background

This text has color #4DF1B9 on black background.


Color preview on white background

This text has color #4DF1B9 on white background.


Black color preview on #4DF1B9 background

This text has black color on #4DF1B9 background.


White color preview on #4DF1B9 background

This text has white color on #4DF1B9 background.


Related colors

Complementary color

Complementary color for #hex is #B20E46.


I love getcolorcode.com

Triadic colors

1 #B94DF1 and #F1B94D with #4DF1B9 are triadic colors.

2 #B9F14D and #F14DB9 with #4DF1B9 are triadic colors.