COLOR #4BD05D

HEX: #4BD05D
RGB: (75,208,93)

Color info

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

RGB color model

#4BD05D color RGB value is (75,208,93).

  • red value is 75;
  • green value is 208;
  • blue value is 93.
RGB:
(75,208,93)
(29%,82%,36%)

RGB channels and saturation

R 75 of 255 = 29%
G 208 of 255 = 82%
B 93 of 255 = 36%

75
208
93

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

Portions of RGB colors in percentages

R + G + B =
75 + 208 + 93 = 376 (100%)
R 75 of 376 ~ 19.95%
G 208 of 376 ~ 55.32%
B 93 of 376 ~ 24.73%

%19.95
%55.32
%24.73

CMYK color model

#4BD05D color CMYK value is (64,0,55,18).

  • cyan value is 63.94%
  • magenta value is 0.00%
  • yellow value is 55.29%
  • key color value is 18.43%
CMYK:
(64,0,55,18)
C64M0Y55K18 
(64%,0%,55%,18%)
(0.64/0.00/0.55/0.18)	

CMYK percentages

%63.94
%0
%55.29
%18.43

Codes

Color #4BD05D in popluar color models

4BD05D
RGB7520893
HSL128°58.59%55.49%
HSB/HSV128°63.94%81.57%
CMYK63.94%0.00%55.29%
18.43%

Color #4BD05D in popluar number systems.

HEX4BD05D
Decimal7520893
Binary1001011110100001011101
Octal113320135

Shades and tints

Shades of #4BD05D

#4BD05D
(75,208,93)
#45BE55
(69,190,85)
#3FAC4D
(63,172,77)
#399A45
(57,154,69)
#33883D
(51,136,61)
#2D7635
(45,118,53)
#27642D
(39,100,45)
#215225
(33,82,37)
#1B401D
(27,64,29)
#152E15
(21,46,21)
#0F1C0D
(15,28,13)
#000000
(0,0,0)

Tints of #4BD05D

#4BD05D
(75,208,93)
#5BD46B
(91,212,107)
#6BD879
(107,216,121)
#7BDC87
(123,220,135)
#8BE095
(139,224,149)
#9BE4A3
(155,228,163)
#ABE8B1
(171,232,177)
#BBECBF
(187,236,191)
#CBF0CD
(203,240,205)
#DBF4DB
(219,244,219)
#EBF8E9
(235,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD05D color. Also use rgb(75,208,93) instead hex code.

Text Font Color

.myTextColor { color: #4BD05D; }

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

This text font color is #4BD05D.


Background Color

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

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

This div background color is #4BD05D.


Border color

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

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

This div border color is #4BD05D.


Opacity

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

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

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

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

This text has shadow with #4BD05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BD05D on black background.


Color preview on white background

This text has color #4BD05D on white background.



Black color preview on #4BD05D background

This text has black color on #4BD05D background.


White color preview on #4BD05D background

This text has white color on #4BD05D background.