COLOR #4BBE95

HEX: #4BBE95
RGB: (75,190,149)

Color info

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

RGB color model

#4BBE95 color RGB value is (75,190,149).

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

RGB channels and saturation

R 75 of 255 = 29%
G 190 of 255 = 75%
B 149 of 255 = 58%

75
190
149

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

Portions of RGB colors in percentages

R + G + B =
75 + 190 + 149 = 414 (100%)
R 75 of 414 ~ 18.12%
G 190 of 414 ~ 45.89%
B 149 of 414 ~ 35.99%

%18.12
%45.89
%35.99

CMYK color model

#4BBE95 color CMYK value is (61,0,22,25).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 25.49%
CMYK:
(61,0,22,25)
C61M0Y22K25 
(61%,0%,22%,25%)
(0.61/0.00/0.22/0.25)	

CMYK percentages

%60.53
%0
%21.58
%25.49

Codes

Color #4BBE95 in popluar color models

4BBE95
RGB75190149
HSL159°46.94%51.96%
HSB/HSV159°60.53%74.51%
CMYK60.53%0.00%21.58%
25.49%

Color #4BBE95 in popluar number systems.

HEX4BBE95
Decimal75190149
Binary10010111011111010010101
Octal113276225

Shades and tints

Shades of #4BBE95

#4BBE95
(75,190,149)
#45AD88
(69,173,136)
#3F9C7B
(63,156,123)
#398B6E
(57,139,110)
#337A61
(51,122,97)
#2D6954
(45,105,84)
#275847
(39,88,71)
#21473A
(33,71,58)
#1B362D
(27,54,45)
#152520
(21,37,32)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #4BBE95

#4BBE95
(75,190,149)
#5BC39E
(91,195,158)
#6BC8A7
(107,200,167)
#7BCDB0
(123,205,176)
#8BD2B9
(139,210,185)
#9BD7C2
(155,215,194)
#ABDCCB
(171,220,203)
#BBE1D4
(187,225,212)
#CBE6DD
(203,230,221)
#DBEBE6
(219,235,230)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BBE95 color. Also use rgb(75,190,149) instead hex code.

Text Font Color

.myTextColor { color: #4BBE95; }

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

This text font color is #4BBE95.


Background Color

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

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

This div background color is #4BBE95.


Border color

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

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

This div border color is #4BBE95.


Opacity

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

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

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

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

This text has shadow with #4BBE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBE95 on black background.


Color preview on white background

This text has color #4BBE95 on white background.



Black color preview on #4BBE95 background

This text has black color on #4BBE95 background.


White color preview on #4BBE95 background

This text has white color on #4BBE95 background.