COLOR #4BD67E

HEX: #4BD67E RGB: (75,214,126)

Color info

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

RGB color model

#4BD67E color RGB value is (75,214,126).

RGB: (75,214,126) (29%, 84%, 49%)

RGB channels and saturation

R 75 of 255 = 29%
G 214 of 255 = 84%
B 126 of 255 = 49%

75
214
126

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

Portions of RGB colors in percentages

R + G + B = 75 + 214 + 126 = 415 (100%)
R 75 of 415 ~ 18.07%
G 214 of 415 ~ 51.57%
B 126 of 415 ~ 30.36'%

%18.07
%51.57
%30.36

CMYK color model

#4BD67E color CMYK value is (65,0,41,16).

  • cyan value is 64.95%
  • magenta value is 0.00%
  • yellow value is 41.12%
  • key color value is 16.08%

CMYK: (65,0,41,16)
C65M0Y41K16 (65%, 0%, 41%, 16%)
(0.65 / 0.00 / 0.41 / 0.16)

CMYK percentages

%64.95
%0
%41.12
%16.08

Codes

Color #4BD67E in popluar color models

4B D6 7E
RGB 75 214 126
HSL 142° 62.90% 56.67%
HSB/HSV 142° 64.95% 83.92%
CMYK 64.95% 0.00% 41.12%
16.08%

Color #4BD67E in popluar number systems.

HEX 4B D6 7E
Decimal 75 214 126
Binary 1001011 11010110 1111110
Octal 113 326 176

Shades and tints

Shades of #4BD67E

#4BD67E
(75,214,126)
#45C373
(69,195,115)
#3FB068
(63,176,104)
#399D5D
(57,157,93)
#338A52
(51,138,82)
#2D7747
(45,119,71)
#27643C
(39,100,60)
#215131
(33,81,49)
#1B3E26
(27,62,38)
#152B1B
(21,43,27)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #4BD67E

#4BD67E
(75,214,126)
#5BD989
(91,217,137)
#6BDC94
(107,220,148)
#7BDF9F
(123,223,159)
#8BE2AA
(139,226,170)
#9BE5B5
(155,229,181)
#ABE8C0
(171,232,192)
#BBEBCB
(187,235,203)
#CBEED6
(203,238,214)
#DBF1E1
(219,241,225)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BD67E color. Also use rgb(75,214,126) instead hex code.

Text Font Color

.myTextColor { color: #4BD67E; }

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

This text font color is #4BD67E.

Background Color

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

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

This div background color is #4BD67E.

Border color

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

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

This div border color is #4BD67E.

Opacity

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

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

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

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

This text has shadow with #4BD67E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BD67E.

Preview

Color preview on black background

This text has color #4BD67E on black background.


Color preview on white background

This text has color #4BD67E on white background.


Black color preview on #4BD67E background

This text has black color on #4BD67E background.


White color preview on #4BD67E background

This text has white color on #4BD67E background.


Related colors

Complementary color

Complementary color for #hex is #B42981.


I love getcolorcode.com

Triadic colors

1 #7E4BD6 and #D67E4B with #4BD67E are triadic colors.

2 #7ED64B and #D64B7E with #4BD67E are triadic colors.