COLOR #4BD85F

HEX: #4BD85F
RGB: (75,216,95)

Color info

#4BD85F contains mainly green color. Web safe color of #4BD85F is #33CC66 (or #3C6).

RGB color model

#4BD85F color RGB value is (75,216,95).

  • red value is 75;
  • green value is 216;
  • blue value is 95.
RGB:
(75,216,95)
(29%,85%,37%)

RGB channels and saturation

R 75 of 255 = 29%
G 216 of 255 = 85%
B 95 of 255 = 37%

75
216
95

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

Portions of RGB colors in percentages

R + G + B =
75 + 216 + 95 = 386 (100%)
R 75 of 386 ~ 19.43%
G 216 of 386 ~ 55.96%
B 95 of 386 ~ 24.61%

%19.43
%55.96
%24.61

CMYK color model

#4BD85F color CMYK value is (65,0,56,15).

  • cyan value is 65.28%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 15.29%
CMYK:
(65,0,56,15)
C65M0Y56K15 
(65%,0%,56%,15%)
(0.65/0.00/0.56/0.15)	

CMYK percentages

%65.28
%0
%56.02
%15.29

Codes

Color #4BD85F in popluar color models

4BD85F
RGB7521695
HSL129°64.38%57.06%
HSB/HSV129°65.28%84.71%
CMYK65.28%0.00%56.02%
15.29%

Color #4BD85F in popluar number systems.

HEX4BD85F
Decimal7521695
Binary1001011110110001011111
Octal113330137

Shades and tints

Shades of #4BD85F

#4BD85F
(75,216,95)
#45C557
(69,197,87)
#3FB24F
(63,178,79)
#399F47
(57,159,71)
#338C3F
(51,140,63)
#2D7937
(45,121,55)
#27662F
(39,102,47)
#215327
(33,83,39)
#1B401F
(27,64,31)
#152D17
(21,45,23)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #4BD85F

#4BD85F
(75,216,95)
#5BDB6D
(91,219,109)
#6BDE7B
(107,222,123)
#7BE189
(123,225,137)
#8BE497
(139,228,151)
#9BE7A5
(155,231,165)
#ABEAB3
(171,234,179)
#BBEDC1
(187,237,193)
#CBF0CF
(203,240,207)
#DBF3DD
(219,243,221)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD85F color. Also use rgb(75,216,95) instead hex code.

Text Font Color

.myTextColor { color: #4BD85F; }

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

This text font color is #4BD85F.


Background Color

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

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

This div background color is #4BD85F.


Border color

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

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

This div border color is #4BD85F.


Opacity

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

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

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

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

This text has shadow with #4BD85F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BD85F on black background.


Color preview on white background

This text has color #4BD85F on white background.



Black color preview on #4BD85F background

This text has black color on #4BD85F background.


White color preview on #4BD85F background

This text has white color on #4BD85F background.