COLOR #5DB95D

HEX: #5DB95D
RGB: (93,185,93)

Color info

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

RGB color model

#5DB95D color RGB value is (93,185,93).

  • red value is 93;
  • green value is 185;
  • blue value is 93.
RGB:
(93,185,93)
(36%,73%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 185 of 255 = 73%
B 93 of 255 = 36%

93
185
93

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

Portions of RGB colors in percentages

R + G + B =
93 + 185 + 93 = 371 (100%)
R 93 of 371 ~ 25.07%
G 185 of 371 ~ 49.87%
B 93 of 371 ~ 25.07%

%25.07
%49.87
%25.07

CMYK color model

#5DB95D color CMYK value is (50,0,50,27).

  • cyan value is 49.73%
  • magenta value is 0.00%
  • yellow value is 49.73%
  • key color value is 27.45%
CMYK:
(50,0,50,27)
C50M0Y50K27 
(50%,0%,50%,27%)
(0.50/0.00/0.50/0.27)	

CMYK percentages

%49.73
%0
%49.73
%27.45

Codes

Color #5DB95D in popluar color models

5DB95D
RGB9318593
HSL120°39.66%54.51%
HSB/HSV120°49.73%72.55%
CMYK49.73%0.00%49.73%
27.45%

Color #5DB95D in popluar number systems.

HEX5DB95D
Decimal9318593
Binary1011101101110011011101
Octal135271135

Shades and tints

Shades of #5DB95D

#5DB95D
(93,185,93)
#55A955
(85,169,85)
#4D994D
(77,153,77)
#458945
(69,137,69)
#3D793D
(61,121,61)
#356935
(53,105,53)
#2D592D
(45,89,45)
#254925
(37,73,37)
#1D391D
(29,57,29)
#152915
(21,41,21)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #5DB95D

#5DB95D
(93,185,93)
#6BBF6B
(107,191,107)
#79C579
(121,197,121)
#87CB87
(135,203,135)
#95D195
(149,209,149)
#A3D7A3
(163,215,163)
#B1DDB1
(177,221,177)
#BFE3BF
(191,227,191)
#CDE9CD
(205,233,205)
#DBEFDB
(219,239,219)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB95D; }

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

This text font color is #5DB95D.


Background Color

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

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

This div background color is #5DB95D.


Border color

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

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

This div border color is #5DB95D.


Opacity

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

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

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

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

This text has shadow with #5DB95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB95D on black background.


Color preview on white background

This text has color #5DB95D on white background.



Black color preview on #5DB95D background

This text has black color on #5DB95D background.


White color preview on #5DB95D background

This text has white color on #5DB95D background.