COLOR #5DBA5D

HEX: #5DBA5D
RGB: (93,186,93)

Color info

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

RGB color model

#5DBA5D color RGB value is (93,186,93).

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

RGB channels and saturation

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

93
186
93

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

Portions of RGB colors in percentages

R + G + B =
93 + 186 + 93 = 372 (100%)
R 93 of 372 ~ 25%
G 186 of 372 ~ 50%
B 93 of 372 ~ 25%

%25
%50
%25

CMYK color model

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

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

CMYK percentages

%50
%0
%50
%27.06

Codes

Color #5DBA5D in popluar color models

5DBA5D
RGB9318693
HSL120°40.26%54.71%
HSB/HSV120°50.00%72.94%
CMYK50.00%0.00%50.00%
27.06%

Color #5DBA5D in popluar number systems.

HEX5DBA5D
Decimal9318693
Binary1011101101110101011101
Octal135272135

Shades and tints

Shades of #5DBA5D

#5DBA5D
(93,186,93)
#55AA55
(85,170,85)
#4D9A4D
(77,154,77)
#458A45
(69,138,69)
#3D7A3D
(61,122,61)
#356A35
(53,106,53)
#2D5A2D
(45,90,45)
#254A25
(37,74,37)
#1D3A1D
(29,58,29)
#152A15
(21,42,21)
#0D1A0D
(13,26,13)
#000000
(0,0,0)

Tints of #5DBA5D

#5DBA5D
(93,186,93)
#6BC06B
(107,192,107)
#79C679
(121,198,121)
#87CC87
(135,204,135)
#95D295
(149,210,149)
#A3D8A3
(163,216,163)
#B1DEB1
(177,222,177)
#BFE4BF
(191,228,191)
#CDEACD
(205,234,205)
#DBF0DB
(219,240,219)
#E9F6E9
(233,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DBA5D; }

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

This text font color is #5DBA5D.


Background Color

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

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

This div background color is #5DBA5D.


Border color

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

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

This div border color is #5DBA5D.


Opacity

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

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

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

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

This text has shadow with #5DBA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBA5D on black background.


Color preview on white background

This text has color #5DBA5D on white background.



Black color preview on #5DBA5D background

This text has black color on #5DBA5D background.


White color preview on #5DBA5D background

This text has white color on #5DBA5D background.