COLOR #5DD965

HEX: #5DD965
RGB: (93,217,101)

Color info

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

RGB color model

#5DD965 color RGB value is (93,217,101).

  • red value is 93;
  • green value is 217;
  • blue value is 101.
RGB:
(93,217,101)
(36%,85%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 217 of 255 = 85%
B 101 of 255 = 40%

93
217
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 217 + 101 = 411 (100%)
R 93 of 411 ~ 22.63%
G 217 of 411 ~ 52.8%
B 101 of 411 ~ 24.57%

%22.63
%52.8
%24.57

CMYK color model

#5DD965 color CMYK value is (57,0,53,15).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 53.46%
  • key color value is 14.90%
CMYK:
(57,0,53,15)
C57M0Y53K15 
(57%,0%,53%,15%)
(0.57/0.00/0.53/0.15)	

CMYK percentages

%57.14
%0
%53.46
%14.9

Codes

Color #5DD965 in popluar color models

5DD965
RGB93217101
HSL124°62.00%60.78%
HSB/HSV124°57.14%85.10%
CMYK57.14%0.00%53.46%
14.90%

Color #5DD965 in popluar number systems.

HEX5DD965
Decimal93217101
Binary1011101110110011100101
Octal135331145

Shades and tints

Shades of #5DD965

#5DD965
(93,217,101)
#55C65C
(85,198,92)
#4DB353
(77,179,83)
#45A04A
(69,160,74)
#3D8D41
(61,141,65)
#357A38
(53,122,56)
#2D672F
(45,103,47)
#255426
(37,84,38)
#1D411D
(29,65,29)
#152E14
(21,46,20)
#0D1B0B
(13,27,11)
#000000
(0,0,0)

Tints of #5DD965

#5DD965
(93,217,101)
#6BDC73
(107,220,115)
#79DF81
(121,223,129)
#87E28F
(135,226,143)
#95E59D
(149,229,157)
#A3E8AB
(163,232,171)
#B1EBB9
(177,235,185)
#BFEEC7
(191,238,199)
#CDF1D5
(205,241,213)
#DBF4E3
(219,244,227)
#E9F7F1
(233,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DD965 color. Also use rgb(93,217,101) instead hex code.

Text Font Color

.myTextColor { color: #5DD965; }

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

This text font color is #5DD965.


Background Color

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

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

This div background color is #5DD965.


Border color

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

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

This div border color is #5DD965.


Opacity

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

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

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

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

This text has shadow with #5DD965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD965 on black background.


Color preview on white background

This text has color #5DD965 on white background.



Black color preview on #5DD965 background

This text has black color on #5DD965 background.


White color preview on #5DD965 background

This text has white color on #5DD965 background.