COLOR #4DC492

HEX: #4DC492
RGB: (77,196,146)

Color info

#4DC492 contains mainly green and blue colors. Web safe color of #4DC492 is #33CC99 (or #3C9).

RGB color model

#4DC492 color RGB value is (77,196,146).

  • red value is 77;
  • green value is 196;
  • blue value is 146.
RGB: (77,196,146) (30%,77%,57%)

RGB channels and saturation

R 77 of 255 = 30%
G 196 of 255 = 77%
B 146 of 255 = 57%

77
196
146

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

Portions of RGB colors in percentages

R + G + B =
77 + 196 + 146 = 419 (100%)
R 77 of 419 ~ 18.38%
G 196 of 419 ~ 46.78%
B 146 of 419 ~ 34.84%

%18.38
%46.78
%34.84

CMYK color model

#4DC492 color CMYK value is (61,0,26,23).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 23.14%
CMYK: (61,0,26,23) C61M0Y26K23 (61%,0%,26%,23%) (0.61/0.00/0.26/0.23)

CMYK percentages

%60.71
%0
%25.51
%23.14

Codes

Color #4DC492 in popluar color models

4DC492
RGB77196146
HSL155°50.21%53.53%
HSB/HSV155°60.71%76.86%
CMYK60.71%0.00%25.51%
23.14%

Color #4DC492 in popluar number systems.

HEX4DC492
Decimal77196146
Binary10011011100010010010010
Octal115304222

Shades and tints

Shades of #4DC492

#4DC492
(77,196,146)
#46B385
(70,179,133)
#3FA278
(63,162,120)
#38916B
(56,145,107)
#31805E
(49,128,94)
#2A6F51
(42,111,81)
#235E44
(35,94,68)
#1C4D37
(28,77,55)
#153C2A
(21,60,42)
#0E2B1D
(14,43,29)
#071A10
(7,26,16)
#000000
(0,0,0)

Tints of #4DC492

#4DC492
(77,196,146)
#5DC99B
(93,201,155)
#6DCEA4
(109,206,164)
#7DD3AD
(125,211,173)
#8DD8B6
(141,216,182)
#9DDDBF
(157,221,191)
#ADE2C8
(173,226,200)
#BDE7D1
(189,231,209)
#CDECDA
(205,236,218)
#DDF1E3
(221,241,227)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DC492 color. Also use rgb(77,196,146) instead hex code.

Text Font Color

.myTextColor { color: #4DC492; }

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

This text font color is #4DC492.


Background Color

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

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

This div background color is #4DC492.


Border color

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

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

This div border color is #4DC492.


Opacity

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

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

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

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

This text has shadow with #4DC492 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4DC492 on black background.


Color preview on white background

This text has color #4DC492 on white background.



Black color preview on #4DC492 background

This text has black color on #4DC492 background.


White color preview on #4DC492 background

This text has white color on #4DC492 background.