COLOR #4DCF92

HEX: #4DCF92
RGB: (77,207,146)

Color info

#4DCF92 contains mainly green color. Web safe color of #4DCF92 is #33CC99 (or #3C9).

RGB color model

#4DCF92 color RGB value is (77,207,146).

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

RGB channels and saturation

R 77 of 255 = 30%
G 207 of 255 = 81%
B 146 of 255 = 57%

77
207
146

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

Portions of RGB colors in percentages

R + G + B =
77 + 207 + 146 = 430 (100%)
R 77 of 430 ~ 17.91%
G 207 of 430 ~ 48.14%
B 146 of 430 ~ 33.95%

%17.91
%48.14
%33.95

CMYK color model

#4DCF92 color CMYK value is (63,0,29,19).

  • cyan value is 62.80%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 18.82%
CMYK:
(63,0,29,19)
C63M0Y29K19 
(63%,0%,29%,19%)
(0.63/0.00/0.29/0.19)	

CMYK percentages

%62.8
%0
%29.47
%18.82

Codes

Color #4DCF92 in popluar color models

4DCF92
RGB77207146
HSL152°57.52%55.69%
HSB/HSV152°62.80%81.18%
CMYK62.80%0.00%29.47%
18.82%

Color #4DCF92 in popluar number systems.

HEX4DCF92
Decimal77207146
Binary10011011100111110010010
Octal115317222

Shades and tints

Shades of #4DCF92

#4DCF92
(77,207,146)
#46BD85
(70,189,133)
#3FAB78
(63,171,120)
#38996B
(56,153,107)
#31875E
(49,135,94)
#2A7551
(42,117,81)
#236344
(35,99,68)
#1C5137
(28,81,55)
#153F2A
(21,63,42)
#0E2D1D
(14,45,29)
#071B10
(7,27,16)
#000000
(0,0,0)

Tints of #4DCF92

#4DCF92
(77,207,146)
#5DD39B
(93,211,155)
#6DD7A4
(109,215,164)
#7DDBAD
(125,219,173)
#8DDFB6
(141,223,182)
#9DE3BF
(157,227,191)
#ADE7C8
(173,231,200)
#BDEBD1
(189,235,209)
#CDEFDA
(205,239,218)
#DDF3E3
(221,243,227)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DCF92; }

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

This text font color is #4DCF92.


Background Color

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

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

This div background color is #4DCF92.


Border color

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

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

This div border color is #4DCF92.


Opacity

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

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

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

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

This text has shadow with #4DCF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DCF92 on black background.


Color preview on white background

This text has color #4DCF92 on white background.



Black color preview on #4DCF92 background

This text has black color on #4DCF92 background.


White color preview on #4DCF92 background

This text has white color on #4DCF92 background.