COLOR #5DC015

HEX: #5DC015
RGB: (93,192,21)

Color info

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

RGB color model

#5DC015 color RGB value is (93,192,21).

  • red value is 93;
  • green value is 192;
  • blue value is 21.
RGB:
(93,192,21)
(36%,75%,8%)

RGB channels and saturation

R 93 of 255 = 36%
G 192 of 255 = 75%
B 21 of 255 = 8%

93
192
21

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

Portions of RGB colors in percentages

R + G + B =
93 + 192 + 21 = 306 (100%)
R 93 of 306 ~ 30.39%
G 192 of 306 ~ 62.75%
B 21 of 306 ~ 6.86%

%30.39
%62.75

CMYK color model

#5DC015 color CMYK value is (52,0,89,25).

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 89.06%
  • key color value is 24.71%
CMYK:
(52,0,89,25)
C52M0Y89K25 
(52%,0%,89%,25%)
(0.52/0.00/0.89/0.25)	

CMYK percentages

%51.56
%0
%89.06
%24.71

Codes

Color #5DC015 in popluar color models

5DC015
RGB9319221
HSL95°80.28%41.76%
HSB/HSV95°89.06%75.29%
CMYK51.56%0.00%89.06%
24.71%

Color #5DC015 in popluar number systems.

HEX5DC015
Decimal9319221
Binary10111011100000010101
Octal13530025

Shades and tints

Shades of #5DC015

#5DC015
(93,192,21)
#55AF14
(85,175,20)
#4D9E13
(77,158,19)
#458D12
(69,141,18)
#3D7C11
(61,124,17)
#356B10
(53,107,16)
#2D5A0F
(45,90,15)
#25490E
(37,73,14)
#1D380D
(29,56,13)
#15270C
(21,39,12)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #5DC015

#5DC015
(93,192,21)
#6BC52A
(107,197,42)
#79CA3F
(121,202,63)
#87CF54
(135,207,84)
#95D469
(149,212,105)
#A3D97E
(163,217,126)
#B1DE93
(177,222,147)
#BFE3A8
(191,227,168)
#CDE8BD
(205,232,189)
#DBEDD2
(219,237,210)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC015 color. Also use rgb(93,192,21) instead hex code.

Text Font Color

.myTextColor { color: #5DC015; }

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

This text font color is #5DC015.


Background Color

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

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

This div background color is #5DC015.


Border color

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

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

This div border color is #5DC015.


Opacity

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

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

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

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

This text has shadow with #5DC015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC015 on black background.


Color preview on white background

This text has color #5DC015 on white background.



Black color preview on #5DC015 background

This text has black color on #5DC015 background.


White color preview on #5DC015 background

This text has white color on #5DC015 background.