COLOR #4BCD6E

HEX: #4BCD6E
RGB: (75,205,110)

Color info

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

RGB color model

#4BCD6E color RGB value is (75,205,110).

  • red value is 75;
  • green value is 205;
  • blue value is 110.
RGB:
(75,205,110)
(29%,80%,43%)

RGB channels and saturation

R 75 of 255 = 29%
G 205 of 255 = 80%
B 110 of 255 = 43%

75
205
110

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

Portions of RGB colors in percentages

R + G + B =
75 + 205 + 110 = 390 (100%)
R 75 of 390 ~ 19.23%
G 205 of 390 ~ 52.56%
B 110 of 390 ~ 28.21%

%19.23
%52.56
%28.21

CMYK color model

#4BCD6E color CMYK value is (63,0,46,20).

  • cyan value is 63.41%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 19.61%
CMYK:
(63,0,46,20)
C63M0Y46K20 
(63%,0%,46%,20%)
(0.63/0.00/0.46/0.20)	

CMYK percentages

%63.41
%0
%46.34
%19.61

Codes

Color #4BCD6E in popluar color models

4BCD6E
RGB75205110
HSL136°56.52%54.90%
HSB/HSV136°63.41%80.39%
CMYK63.41%0.00%46.34%
19.61%

Color #4BCD6E in popluar number systems.

HEX4BCD6E
Decimal75205110
Binary1001011110011011101110
Octal113315156

Shades and tints

Shades of #4BCD6E

#4BCD6E
(75,205,110)
#45BB64
(69,187,100)
#3FA95A
(63,169,90)
#399750
(57,151,80)
#338546
(51,133,70)
#2D733C
(45,115,60)
#276132
(39,97,50)
#214F28
(33,79,40)
#1B3D1E
(27,61,30)
#152B14
(21,43,20)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #4BCD6E

#4BCD6E
(75,205,110)
#5BD17B
(91,209,123)
#6BD588
(107,213,136)
#7BD995
(123,217,149)
#8BDDA2
(139,221,162)
#9BE1AF
(155,225,175)
#ABE5BC
(171,229,188)
#BBE9C9
(187,233,201)
#CBEDD6
(203,237,214)
#DBF1E3
(219,241,227)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BCD6E color. Also use rgb(75,205,110) instead hex code.

Text Font Color

.myTextColor { color: #4BCD6E; }

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

This text font color is #4BCD6E.


Background Color

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

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

This div background color is #4BCD6E.


Border color

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

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

This div border color is #4BCD6E.


Opacity

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

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

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

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

This text has shadow with #4BCD6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BCD6E on black background.


Color preview on white background

This text has color #4BCD6E on white background.



Black color preview on #4BCD6E background

This text has black color on #4BCD6E background.


White color preview on #4BCD6E background

This text has white color on #4BCD6E background.