COLOR #4BC98B

HEX: #4BC98B RGB: (75,201,139)

Color info

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

RGB color model

#4BC98B color RGB value is (75,201,139).

RGB: (75,201,139) (29%, 79%, 55%)

RGB channels and saturation

R 75 of 255 = 29%
G 201 of 255 = 79%
B 139 of 255 = 55%

75
201
139

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

Portions of RGB colors in percentages

R + G + B = 75 + 201 + 139 = 415 (100%)
R 75 of 415 ~ 18.07%
G 201 of 415 ~ 48.43%
B 139 of 415 ~ 33.49'%

%18.07
%48.43
%33.49

CMYK color model

#4BC98B color CMYK value is (63,0,31,21).

  • cyan value is 62.69%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 21.18%

CMYK: (63,0,31,21)
C63M0Y31K21 (63%, 0%, 31%, 21%)
(0.63 / 0.00 / 0.31 / 0.21)

CMYK percentages

%62.69
%0
%30.85
%21.18

Codes

Color #4BC98B in popluar color models

4B C9 8B
RGB 75 201 139
HSL 150° 53.85% 54.12%
HSB/HSV 150° 62.69% 78.82%
CMYK 62.69% 0.00% 30.85%
21.18%

Color #4BC98B in popluar number systems.

HEX 4B C9 8B
Decimal 75 201 139
Binary 1001011 11001001 10001011
Octal 113 311 213

Shades and tints

Shades of #4BC98B

#4BC98B
(75,201,139)
#45B77F
(69,183,127)
#3FA573
(63,165,115)
#399367
(57,147,103)
#33815B
(51,129,91)
#2D6F4F
(45,111,79)
#275D43
(39,93,67)
#214B37
(33,75,55)
#1B392B
(27,57,43)
#15271F
(21,39,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #4BC98B

#4BC98B
(75,201,139)
#5BCD95
(91,205,149)
#6BD19F
(107,209,159)
#7BD5A9
(123,213,169)
#8BD9B3
(139,217,179)
#9BDDBD
(155,221,189)
#ABE1C7
(171,225,199)
#BBE5D1
(187,229,209)
#CBE9DB
(203,233,219)
#DBEDE5
(219,237,229)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BC98B color. Also use rgb(75,201,139) instead hex code.

Text Font Color

.myTextColor { color: #4BC98B; }

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

This text font color is #4BC98B.

Background Color

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

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

This div background color is #4BC98B.

Border color

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

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

This div border color is #4BC98B.

Opacity

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

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

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

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

This text has shadow with #4BC98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BC98B.

Preview

Color preview on black background

This text has color #4BC98B on black background.


Color preview on white background

This text has color #4BC98B on white background.


Black color preview on #4BC98B background

This text has black color on #4BC98B background.


White color preview on #4BC98B background

This text has white color on #4BC98B background.


Related colors

Complementary color

Complementary color for #hex is #B43674.


I love getcolorcode.com

Triadic colors

1 #8B4BC9 and #C98B4B with #4BC98B are triadic colors.

2 #8BC94B and #C94B8B with #4BC98B are triadic colors.