COLOR #5DB952

HEX: #5DB952
RGB: (93,185,82)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
185
82

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

Portions of RGB colors in percentages

R + G + B =
93 + 185 + 82 = 360 (100%)
R 93 of 360 ~ 25.83%
G 185 of 360 ~ 51.39%
B 82 of 360 ~ 22.78%

%25.83
%51.39
%22.78

CMYK color model

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

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

CMYK percentages

%49.73
%0
%55.68
%27.45

Codes

Color #5DB952 in popluar color models

5DB952
RGB9318582
HSL114°42.39%52.35%
HSB/HSV114°55.68%72.55%
CMYK49.73%0.00%55.68%
27.45%

Color #5DB952 in popluar number systems.

HEX5DB952
Decimal9318582
Binary1011101101110011010010
Octal135271122

Shades and tints

Shades of #5DB952

#5DB952
(93,185,82)
#55A94B
(85,169,75)
#4D9944
(77,153,68)
#45893D
(69,137,61)
#3D7936
(61,121,54)
#35692F
(53,105,47)
#2D5928
(45,89,40)
#254921
(37,73,33)
#1D391A
(29,57,26)
#152913
(21,41,19)
#0D190C
(13,25,12)
#000000
(0,0,0)

Tints of #5DB952

#5DB952
(93,185,82)
#6BBF61
(107,191,97)
#79C570
(121,197,112)
#87CB7F
(135,203,127)
#95D18E
(149,209,142)
#A3D79D
(163,215,157)
#B1DDAC
(177,221,172)
#BFE3BB
(191,227,187)
#CDE9CA
(205,233,202)
#DBEFD9
(219,239,217)
#E9F5E8
(233,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB952; }

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

This text font color is #5DB952.


Background Color

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

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

This div background color is #5DB952.


Border color

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

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

This div border color is #5DB952.


Opacity

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

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

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

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

This text has shadow with #5DB952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB952 on black background.


Color preview on white background

This text has color #5DB952 on white background.



Black color preview on #5DB952 background

This text has black color on #5DB952 background.


White color preview on #5DB952 background

This text has white color on #5DB952 background.