COLOR #4BBF94

HEX: #4BBF94
RGB: (75,191,148)

Color info

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

RGB color model

#4BBF94 color RGB value is (75,191,148).

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

RGB channels and saturation

R 75 of 255 = 29%
G 191 of 255 = 75%
B 148 of 255 = 58%

75
191
148

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

Portions of RGB colors in percentages

R + G + B =
75 + 191 + 148 = 414 (100%)
R 75 of 414 ~ 18.12%
G 191 of 414 ~ 46.14%
B 148 of 414 ~ 35.75%

%18.12
%46.14
%35.75

CMYK color model

#4BBF94 color CMYK value is (61,0,23,25).

  • cyan value is 60.73%
  • magenta value is 0.00%
  • yellow value is 22.51%
  • key color value is 25.10%
CMYK:
(61,0,23,25)
C61M0Y23K25 
(61%,0%,23%,25%)
(0.61/0.00/0.23/0.25)	

CMYK percentages

%60.73
%0
%22.51
%25.1

Codes

Color #4BBF94 in popluar color models

4BBF94
RGB75191148
HSL158°47.54%52.16%
HSB/HSV158°60.73%74.90%
CMYK60.73%0.00%22.51%
25.10%

Color #4BBF94 in popluar number systems.

HEX4BBF94
Decimal75191148
Binary10010111011111110010100
Octal113277224

Shades and tints

Shades of #4BBF94

#4BBF94
(75,191,148)
#45AE87
(69,174,135)
#3F9D7A
(63,157,122)
#398C6D
(57,140,109)
#337B60
(51,123,96)
#2D6A53
(45,106,83)
#275946
(39,89,70)
#214839
(33,72,57)
#1B372C
(27,55,44)
#15261F
(21,38,31)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #4BBF94

#4BBF94
(75,191,148)
#5BC49D
(91,196,157)
#6BC9A6
(107,201,166)
#7BCEAF
(123,206,175)
#8BD3B8
(139,211,184)
#9BD8C1
(155,216,193)
#ABDDCA
(171,221,202)
#BBE2D3
(187,226,211)
#CBE7DC
(203,231,220)
#DBECE5
(219,236,229)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BBF94; }

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

This text font color is #4BBF94.


Background Color

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

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

This div background color is #4BBF94.


Border color

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

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

This div border color is #4BBF94.


Opacity

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

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

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

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

This text has shadow with #4BBF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBF94 on black background.


Color preview on white background

This text has color #4BBF94 on white background.



Black color preview on #4BBF94 background

This text has black color on #4BBF94 background.


White color preview on #4BBF94 background

This text has white color on #4BBF94 background.