COLOR #4BD191

HEX: #4BD191
RGB: (75,209,145)

Color info

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

RGB color model

#4BD191 color RGB value is (75,209,145).

  • red value is 75;
  • green value is 209;
  • blue value is 145.
RGB:
(75,209,145)
(29%,82%,57%)

RGB channels and saturation

R 75 of 255 = 29%
G 209 of 255 = 82%
B 145 of 255 = 57%

75
209
145

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

Portions of RGB colors in percentages

R + G + B =
75 + 209 + 145 = 429 (100%)
R 75 of 429 ~ 17.48%
G 209 of 429 ~ 48.72%
B 145 of 429 ~ 33.8%

%17.48
%48.72
%33.8

CMYK color model

#4BD191 color CMYK value is (64,0,31,18).

  • cyan value is 64.11%
  • magenta value is 0.00%
  • yellow value is 30.62%
  • key color value is 18.04%
CMYK:
(64,0,31,18)
C64M0Y31K18 
(64%,0%,31%,18%)
(0.64/0.00/0.31/0.18)	

CMYK percentages

%64.11
%0
%30.62
%18.04

Codes

Color #4BD191 in popluar color models

4BD191
RGB75209145
HSL151°59.29%55.69%
HSB/HSV151°64.11%81.96%
CMYK64.11%0.00%30.62%
18.04%

Color #4BD191 in popluar number systems.

HEX4BD191
Decimal75209145
Binary10010111101000110010001
Octal113321221

Shades and tints

Shades of #4BD191

#4BD191
(75,209,145)
#45BE84
(69,190,132)
#3FAB77
(63,171,119)
#39986A
(57,152,106)
#33855D
(51,133,93)
#2D7250
(45,114,80)
#275F43
(39,95,67)
#214C36
(33,76,54)
#1B3929
(27,57,41)
#15261C
(21,38,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #4BD191

#4BD191
(75,209,145)
#5BD59B
(91,213,155)
#6BD9A5
(107,217,165)
#7BDDAF
(123,221,175)
#8BE1B9
(139,225,185)
#9BE5C3
(155,229,195)
#ABE9CD
(171,233,205)
#BBEDD7
(187,237,215)
#CBF1E1
(203,241,225)
#DBF5EB
(219,245,235)
#EBF9F5
(235,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD191 color. Also use rgb(75,209,145) instead hex code.

Text Font Color

.myTextColor { color: #4BD191; }

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

This text font color is #4BD191.


Background Color

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

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

This div background color is #4BD191.


Border color

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

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

This div border color is #4BD191.


Opacity

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

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

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

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

This text has shadow with #4BD191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BD191 on black background.


Color preview on white background

This text has color #4BD191 on white background.



Black color preview on #4BD191 background

This text has black color on #4BD191 background.


White color preview on #4BD191 background

This text has white color on #4BD191 background.