COLOR #5DC468

HEX: #5DC468
RGB: (93,196,104)

Color info

#5DC468 contains mainly green color. Web safe color of #5DC468 is #66CC66 (or #6C6).

RGB color model

#5DC468 color RGB value is (93,196,104).

  • red value is 93;
  • green value is 196;
  • blue value is 104.
RGB:
(93,196,104)
(36%,77%,41%)

RGB channels and saturation

R 93 of 255 = 36%
G 196 of 255 = 77%
B 104 of 255 = 41%

93
196
104

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

Portions of RGB colors in percentages

R + G + B =
93 + 196 + 104 = 393 (100%)
R 93 of 393 ~ 23.66%
G 196 of 393 ~ 49.87%
B 104 of 393 ~ 26.46%

%23.66
%49.87
%26.46

CMYK color model

#5DC468 color CMYK value is (53,0,47,23).

  • cyan value is 52.55%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 23.14%
CMYK:
(53,0,47,23)
C53M0Y47K23 
(53%,0%,47%,23%)
(0.53/0.00/0.47/0.23)	

CMYK percentages

%52.55
%0
%46.94
%23.14

Codes

Color #5DC468 in popluar color models

5DC468
RGB93196104
HSL126°46.61%56.67%
HSB/HSV126°52.55%76.86%
CMYK52.55%0.00%46.94%
23.14%

Color #5DC468 in popluar number systems.

HEX5DC468
Decimal93196104
Binary1011101110001001101000
Octal135304150

Shades and tints

Shades of #5DC468

#5DC468
(93,196,104)
#55B35F
(85,179,95)
#4DA256
(77,162,86)
#45914D
(69,145,77)
#3D8044
(61,128,68)
#356F3B
(53,111,59)
#2D5E32
(45,94,50)
#254D29
(37,77,41)
#1D3C20
(29,60,32)
#152B17
(21,43,23)
#0D1A0E
(13,26,14)
#000000
(0,0,0)

Tints of #5DC468

#5DC468
(93,196,104)
#6BC975
(107,201,117)
#79CE82
(121,206,130)
#87D38F
(135,211,143)
#95D89C
(149,216,156)
#A3DDA9
(163,221,169)
#B1E2B6
(177,226,182)
#BFE7C3
(191,231,195)
#CDECD0
(205,236,208)
#DBF1DD
(219,241,221)
#E9F6EA
(233,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC468 color. Also use rgb(93,196,104) instead hex code.

Text Font Color

.myTextColor { color: #5DC468; }

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

This text font color is #5DC468.


Background Color

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

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

This div background color is #5DC468.


Border color

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

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

This div border color is #5DC468.


Opacity

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

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

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

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

This text has shadow with #5DC468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC468 on black background.


Color preview on white background

This text has color #5DC468 on white background.



Black color preview on #5DC468 background

This text has black color on #5DC468 background.


White color preview on #5DC468 background

This text has white color on #5DC468 background.