COLOR #5ED015

HEX: #5ED015
RGB: (94,208,21)

Color info

#5ED015 contains mainly green color. Web safe color of #5ED015 is #66CC00 (or #6C0).

RGB color model

#5ED015 color RGB value is (94,208,21).

  • red value is 94;
  • green value is 208;
  • blue value is 21.
RGB:
(94,208,21)
(37%,82%,8%)

RGB channels and saturation

R 94 of 255 = 37%
G 208 of 255 = 82%
B 21 of 255 = 8%

94
208
21

R + G + B ~ 42%. #5ED015 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 208 + 21 = 323 (100%)
R 94 of 323 ~ 29.1%
G 208 of 323 ~ 64.4%
B 21 of 323 ~ 6.5%

%29.1
%64.4

CMYK color model

#5ED015 color CMYK value is (55,0,90,18).

  • cyan value is 54.81%
  • magenta value is 0.00%
  • yellow value is 89.90%
  • key color value is 18.43%
CMYK:
(55,0,90,18)
C55M0Y90K18 
(55%,0%,90%,18%)
(0.55/0.00/0.90/0.18)	

CMYK percentages

%54.81
%0
%89.9
%18.43

Codes

Color #5ED015 in popluar color models

5ED015
RGB9420821
HSL97°81.66%44.90%
HSB/HSV97°89.90%81.57%
CMYK54.81%0.00%89.90%
18.43%

Color #5ED015 in popluar number systems.

HEX5ED015
Decimal9420821
Binary10111101101000010101
Octal13632025

Shades and tints

Shades of #5ED015

#5ED015
(94,208,21)
#56BE14
(86,190,20)
#4EAC13
(78,172,19)
#469A12
(70,154,18)
#3E8811
(62,136,17)
#367610
(54,118,16)
#2E640F
(46,100,15)
#26520E
(38,82,14)
#1E400D
(30,64,13)
#162E0C
(22,46,12)
#0E1C0B
(14,28,11)
#000000
(0,0,0)

Tints of #5ED015

#5ED015
(94,208,21)
#6CD42A
(108,212,42)
#7AD83F
(122,216,63)
#88DC54
(136,220,84)
#96E069
(150,224,105)
#A4E47E
(164,228,126)
#B2E893
(178,232,147)
#C0ECA8
(192,236,168)
#CEF0BD
(206,240,189)
#DCF4D2
(220,244,210)
#EAF8E7
(234,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ED015 color. Also use rgb(94,208,21) instead hex code.

Text Font Color

.myTextColor { color: #5ED015; }

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

This text font color is #5ED015.


Background Color

.myBgColor { background-color: #5ED015; }

<div style="background-color:#5ED015">Inner text</div>

This div background color is #5ED015.


Border color

.myBorderColor { border: 1px solid #5ED015; }

<div style="border:3px solid #5ED015">Div</div>

This div border color is #5ED015.


Opacity

.myOpacity80 { color: #5ED015; opacity: 0.8; }

<p style="color:#5ED015;opacity:0.8;">80%</p>

Text with #5ED015 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 #5ED015;}

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

This text has shadow with #5ED015 color.

.textShadow {text-shadow: 3px 3px 1px #5ED015, 3px 3px 1px red;}

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

This text has shadow with #5ED015 primary color and red secondary color.


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

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

This text has shadow with #5ED015 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ED015 on black background.


Color preview on white background

This text has color #5ED015 on white background.



Black color preview on #5ED015 background

This text has black color on #5ED015 background.


White color preview on #5ED015 background

This text has white color on #5ED015 background.