COLOR #4CBF94

HEX: #4CBF94
RGB: (76,191,148)

Color info

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

RGB color model

#4CBF94 color RGB value is (76,191,148).

  • red value is 76;
  • green value is 191;
  • blue value is 148.
RGB:
(76,191,148)
(30%,75%,58%)

RGB channels and saturation

R 76 of 255 = 30%
G 191 of 255 = 75%
B 148 of 255 = 58%

76
191
148

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

Portions of RGB colors in percentages

R + G + B =
76 + 191 + 148 = 415 (100%)
R 76 of 415 ~ 18.31%
G 191 of 415 ~ 46.02%
B 148 of 415 ~ 35.66%

%18.31
%46.02
%35.66

CMYK color model

#4CBF94 color CMYK value is (60,0,23,25).

  • cyan value is 60.21%
  • magenta value is 0.00%
  • yellow value is 22.51%
  • key color value is 25.10%
CMYK:
(60,0,23,25)
C60M0Y23K25 
(60%,0%,23%,25%)
(0.60/0.00/0.23/0.25)	

CMYK percentages

%60.21
%0
%22.51
%25.1

Codes

Color #4CBF94 in popluar color models

4CBF94
RGB76191148
HSL158°47.33%52.35%
HSB/HSV158°60.21%74.90%
CMYK60.21%0.00%22.51%
25.10%

Color #4CBF94 in popluar number systems.

HEX4CBF94
Decimal76191148
Binary10011001011111110010100
Octal114277224

Shades and tints

Shades of #4CBF94

#4CBF94
(76,191,148)
#46AE87
(70,174,135)
#409D7A
(64,157,122)
#3A8C6D
(58,140,109)
#347B60
(52,123,96)
#2E6A53
(46,106,83)
#285946
(40,89,70)
#224839
(34,72,57)
#1C372C
(28,55,44)
#16261F
(22,38,31)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #4CBF94

#4CBF94
(76,191,148)
#5CC49D
(92,196,157)
#6CC9A6
(108,201,166)
#7CCEAF
(124,206,175)
#8CD3B8
(140,211,184)
#9CD8C1
(156,216,193)
#ACDDCA
(172,221,202)
#BCE2D3
(188,226,211)
#CCE7DC
(204,231,220)
#DCECE5
(220,236,229)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CBF94 color. Also use rgb(76,191,148) instead hex code.

Text Font Color

.myTextColor { color: #4CBF94; }

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

This text font color is #4CBF94.


Background Color

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

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

This div background color is #4CBF94.


Border color

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

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

This div border color is #4CBF94.


Opacity

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

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

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

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

This text has shadow with #4CBF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CBF94 on black background.


Color preview on white background

This text has color #4CBF94 on white background.



Black color preview on #4CBF94 background

This text has black color on #4CBF94 background.


White color preview on #4CBF94 background

This text has white color on #4CBF94 background.