COLOR #4EB98F

HEX: #4EB98F RGB: (78,185,143)

Color info

#4EB98F contains mainly green and blue colors. Web safe color of #4EB98F is #66CC99 (or #6C9).

RGB color model

#4EB98F color RGB value is (78,185,143).

RGB: (78,185,143) (31%, 73%, 56%)

RGB channels and saturation

R 78 of 255 = 31%
G 185 of 255 = 73%
B 143 of 255 = 56%

78
185
143

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

Portions of RGB colors in percentages

R + G + B = 78 + 185 + 143 = 406 (100%)
R 78 of 406 ~ 19.21%
G 185 of 406 ~ 45.57%
B 143 of 406 ~ 35.22'%

%19.21
%45.57
%35.22

CMYK color model

#4EB98F color CMYK value is (58,0,23,27).

  • cyan value is 57.84%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 27.45%

CMYK: (58,0,23,27)
C58M0Y23K27 (58%, 0%, 23%, 27%)
(0.58 / 0.00 / 0.23 / 0.27)

CMYK percentages

%57.84
%0
%22.7
%27.45

Codes

Color #4EB98F in popluar color models

4E B9 8F
RGB 78 185 143
HSL 156° 43.32% 51.57%
HSB/HSV 156° 57.84% 72.55%
CMYK 57.84% 0.00% 22.70%
27.45%

Color #4EB98F in popluar number systems.

HEX 4E B9 8F
Decimal 78 185 143
Binary 1001110 10111001 10001111
Octal 116 271 217

Shades and tints

Shades of #4EB98F

#4EB98F
(78,185,143)
#47A982
(71,169,130)
#409975
(64,153,117)
#398968
(57,137,104)
#32795B
(50,121,91)
#2B694E
(43,105,78)
#245941
(36,89,65)
#1D4934
(29,73,52)
#163927
(22,57,39)
#0F291A
(15,41,26)
#08190D
(8,25,13)
#000000
(0,0,0)

Tints of #4EB98F

#4EB98F
(78,185,143)
#5EBF99
(94,191,153)
#6EC5A3
(110,197,163)
#7ECBAD
(126,203,173)
#8ED1B7
(142,209,183)
#9ED7C1
(158,215,193)
#AEDDCB
(174,221,203)
#BEE3D5
(190,227,213)
#CEE9DF
(206,233,223)
#DEEFE9
(222,239,233)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EB98F color. Also use rgb(78,185,143) instead hex code.

Text Font Color

.myTextColor { color: #4EB98F; }

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

This text font color is #4EB98F.

Background Color

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

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

This div background color is #4EB98F.

Border color

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

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

This div border color is #4EB98F.

Opacity

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

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

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

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

This text has shadow with #4EB98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EB98F.

Preview

Color preview on black background

This text has color #4EB98F on black background.


Color preview on white background

This text has color #4EB98F on white background.


Black color preview on #4EB98F background

This text has black color on #4EB98F background.


White color preview on #4EB98F background

This text has white color on #4EB98F background.


Related colors

Complementary color

Complementary color for #hex is #B14670.


I love getcolorcode.com

Triadic colors

1 #8F4EB9 and #B98F4E with #4EB98F are triadic colors.

2 #8FB94E and #B94E8F with #4EB98F are triadic colors.