COLOR #5DB283

HEX: #5DB283 RGB: (93,178,131)

Color info

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

RGB color model

#5DB283 color RGB value is (93,178,131).

RGB: (93,178,131) (36%, 70%, 51%)

RGB channels and saturation

R 93 of 255 = 36%
G 178 of 255 = 70%
B 131 of 255 = 51%

93
178
131

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

Portions of RGB colors in percentages

R + G + B = 93 + 178 + 131 = 402 (100%)
R 93 of 402 ~ 23.13%
G 178 of 402 ~ 44.28%
B 131 of 402 ~ 32.59'%

%23.13
%44.28
%32.59

CMYK color model

#5DB283 color CMYK value is (48,0,26,30).

  • cyan value is 47.75%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 30.20%
CMYK: (48,0,26,30) C48M0Y26K30 (48%,0%,26%,30%) (0.48/0.00/0.26/0.30) 

CMYK percentages

%47.75
%0
%26.4
%30.2

Codes

Color #5DB283 in popluar color models

5D B2 83
RGB 93 178 131
HSL 147° 35.56% 53.14%
HSB/HSV 147° 47.75% 69.80%
CMYK 47.75% 0.00% 26.40%
30.20%

Color #5DB283 in popluar number systems.

HEX 5D B2 83
Decimal 93 178 131
Binary 1011101 10110010 10000011
Octal 135 262 203

Shades and tints

Shades of #5DB283

#5DB283
(93,178,131)
#55A278
(85,162,120)
#4D926D
(77,146,109)
#458262
(69,130,98)
#3D7257
(61,114,87)
#35624C
(53,98,76)
#2D5241
(45,82,65)
#254236
(37,66,54)
#1D322B
(29,50,43)
#152220
(21,34,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #5DB283

#5DB283
(93,178,131)
#6BB98E
(107,185,142)
#79C099
(121,192,153)
#87C7A4
(135,199,164)
#95CEAF
(149,206,175)
#A3D5BA
(163,213,186)
#B1DCC5
(177,220,197)
#BFE3D0
(191,227,208)
#CDEADB
(205,234,219)
#DBF1E6
(219,241,230)
#E9F8F1
(233,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB283; }

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

This text font color is #5DB283.

Background Color

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

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

This div background color is #5DB283.

Border color

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

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

This div border color is #5DB283.

Opacity

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

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

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

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

This text has shadow with #5DB283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB283.

Preview

Color preview on black background

This text has color #5DB283 on black background.


Color preview on white background

This text has color #5DB283 on white background.


Black color preview on #5DB283 background

This text has black color on #5DB283 background.


White color preview on #5DB283 background

This text has white color on #5DB283 background.


Related colors

Complementary color

Complementary color for #hex is #A24D7C.


I love getcolorcode.com

Triadic colors

1 #835DB2 and #B2835D with #5DB283 are triadic colors.

2 #83B25D and #B25D83 with #5DB283 are triadic colors.