COLOR #5DB462

HEX: #5DB462
RGB: (93,180,98)

Color info

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

RGB color model

#5DB462 color RGB value is (93,180,98).

  • red value is 93;
  • green value is 180;
  • blue value is 98.
RGB: (93,180,98) (36%,71%,38%)

RGB channels and saturation

R 93 of 255 = 36%
G 180 of 255 = 71%
B 98 of 255 = 38%

93
180
98

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

Portions of RGB colors in percentages

R + G + B =
93 + 180 + 98 = 371 (100%)
R 93 of 371 ~ 25.07%
G 180 of 371 ~ 48.52%
B 98 of 371 ~ 26.42%

%25.07
%48.52
%26.42

CMYK color model

#5DB462 color CMYK value is (48,0,46,29).

  • cyan value is 48.33%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 29.41%
CMYK: (48,0,46,29) C48M0Y46K29 (48%,0%,46%,29%) (0.48/0.00/0.46/0.29)

CMYK percentages

%48.33
%0
%45.56
%29.41

Codes

Color #5DB462 in popluar color models

5DB462
RGB9318098
HSL123°36.71%53.53%
HSB/HSV123°48.33%70.59%
CMYK48.33%0.00%45.56%
29.41%

Color #5DB462 in popluar number systems.

HEX5DB462
Decimal9318098
Binary1011101101101001100010
Octal135264142

Shades and tints

Shades of #5DB462

#5DB462
(93,180,98)
#55A45A
(85,164,90)
#4D9452
(77,148,82)
#45844A
(69,132,74)
#3D7442
(61,116,66)
#35643A
(53,100,58)
#2D5432
(45,84,50)
#25442A
(37,68,42)
#1D3422
(29,52,34)
#15241A
(21,36,26)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #5DB462

#5DB462
(93,180,98)
#6BBA70
(107,186,112)
#79C07E
(121,192,126)
#87C68C
(135,198,140)
#95CC9A
(149,204,154)
#A3D2A8
(163,210,168)
#B1D8B6
(177,216,182)
#BFDEC4
(191,222,196)
#CDE4D2
(205,228,210)
#DBEAE0
(219,234,224)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB462; }

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

This text font color is #5DB462.


Background Color

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

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

This div background color is #5DB462.


Border color

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

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

This div border color is #5DB462.


Opacity

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

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

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

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

This text has shadow with #5DB462 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5DB462 on black background.


Color preview on white background

This text has color #5DB462 on white background.



Black color preview on #5DB462 background

This text has black color on #5DB462 background.


White color preview on #5DB462 background

This text has white color on #5DB462 background.