COLOR #5DB298

HEX: #5DB298
RGB: (93,178,152)

Color info

#5DB298 contains mainly green and blue colors. Web safe color of #5DB298 is #669999 (or #699).

RGB color model

#5DB298 color RGB value is (93,178,152).

  • red value is 93;
  • green value is 178;
  • blue value is 152.
RGB:
(93,178,152)
(36%,70%,60%)

RGB channels and saturation

R 93 of 255 = 36%
G 178 of 255 = 70%
B 152 of 255 = 60%

93
178
152

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

Portions of RGB colors in percentages

R + G + B =
93 + 178 + 152 = 423 (100%)
R 93 of 423 ~ 21.99%
G 178 of 423 ~ 42.08%
B 152 of 423 ~ 35.93%

%21.99
%42.08
%35.93

CMYK color model

#5DB298 color CMYK value is (48,0,15,30).

  • cyan value is 47.75%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 30.20%
CMYK:
(48,0,15,30)
C48M0Y15K30 
(48%,0%,15%,30%)
(0.48/0.00/0.15/0.30)	

CMYK percentages

%47.75
%0
%14.61
%30.2

Codes

Color #5DB298 in popluar color models

5DB298
RGB93178152
HSL162°35.56%53.14%
HSB/HSV162°47.75%69.80%
CMYK47.75%0.00%14.61%
30.20%

Color #5DB298 in popluar number systems.

HEX5DB298
Decimal93178152
Binary10111011011001010011000
Octal135262230

Shades and tints

Shades of #5DB298

#5DB298
(93,178,152)
#55A28B
(85,162,139)
#4D927E
(77,146,126)
#458271
(69,130,113)
#3D7264
(61,114,100)
#356257
(53,98,87)
#2D524A
(45,82,74)
#25423D
(37,66,61)
#1D3230
(29,50,48)
#152223
(21,34,35)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #5DB298

#5DB298
(93,178,152)
#6BB9A1
(107,185,161)
#79C0AA
(121,192,170)
#87C7B3
(135,199,179)
#95CEBC
(149,206,188)
#A3D5C5
(163,213,197)
#B1DCCE
(177,220,206)
#BFE3D7
(191,227,215)
#CDEAE0
(205,234,224)
#DBF1E9
(219,241,233)
#E9F8F2
(233,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB298; }

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

This text font color is #5DB298.


Background Color

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

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

This div background color is #5DB298.


Border color

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

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

This div border color is #5DB298.


Opacity

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

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

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

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

This text has shadow with #5DB298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB298 on black background.


Color preview on white background

This text has color #5DB298 on white background.



Black color preview on #5DB298 background

This text has black color on #5DB298 background.


White color preview on #5DB298 background

This text has white color on #5DB298 background.