COLOR #4EFF84

HEX: #4EFF84
RGB: (78,255,132)

Color info

#4EFF84 contains mainly green color. Web safe color of #4EFF84 is #66FF99 (or #6F9).

RGB color model

#4EFF84 color RGB value is (78,255,132).

  • red value is 78;
  • green value is 255;
  • blue value is 132.
RGB:
(78,255,132)
(31%,100%,52%)

RGB channels and saturation

R 78 of 255 = 31%
G 255 of 255 = 100%
B 132 of 255 = 52%

78
255
132

R + G + B ~ 61%. #4EFF84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 255 + 132 = 465 (100%)
R 78 of 465 ~ 16.77%
G 255 of 465 ~ 54.84%
B 132 of 465 ~ 28.39%

%16.77
%54.84
%28.39

CMYK color model

#4EFF84 color CMYK value is (69,0,48,0).

  • cyan value is 69.41%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 0.00%
CMYK:
(69,0,48,0)
C69M0Y48K0 
(69%,0%,48%,0%)
(0.69/0.00/0.48/0.00)	

CMYK percentages

%69.41
%0
%48.24
%0

Codes

Color #4EFF84 in popluar color models

4EFF84
RGB78255132
HSL138°100.00%65.29%
HSB/HSV138°69.41%100.00%
CMYK69.41%0.00%48.24%
0.00%

Color #4EFF84 in popluar number systems.

HEX4EFF84
Decimal78255132
Binary10011101111111110000100
Octal116377204

Shades and tints

Shades of #4EFF84

#4EFF84
(78,255,132)
#47E878
(71,232,120)
#40D16C
(64,209,108)
#39BA60
(57,186,96)
#32A354
(50,163,84)
#2B8C48
(43,140,72)
#24753C
(36,117,60)
#1D5E30
(29,94,48)
#164724
(22,71,36)
#0F3018
(15,48,24)
#08190C
(8,25,12)
#000000
(0,0,0)

Tints of #4EFF84

#4EFF84
(78,255,132)
#5EFF8F
(94,255,143)
#6EFF9A
(110,255,154)
#7EFFA5
(126,255,165)
#8EFFB0
(142,255,176)
#9EFFBB
(158,255,187)
#AEFFC6
(174,255,198)
#BEFFD1
(190,255,209)
#CEFFDC
(206,255,220)
#DEFFE7
(222,255,231)
#EEFFF2
(238,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EFF84 color. Also use rgb(78,255,132) instead hex code.

Text Font Color

.myTextColor { color: #4EFF84; }

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

This text font color is #4EFF84.


Background Color

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

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

This div background color is #4EFF84.


Border color

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

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

This div border color is #4EFF84.


Opacity

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

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

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

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

This text has shadow with #4EFF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EFF84 on black background.


Color preview on white background

This text has color #4EFF84 on white background.



Black color preview on #4EFF84 background

This text has black color on #4EFF84 background.


White color preview on #4EFF84 background

This text has white color on #4EFF84 background.