COLOR #5DBE68

HEX: #5DBE68 RGB: (93,190,104)

Color info

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

RGB color model

#5DBE68 color RGB value is (93,190,104).

RGB: (93,190,104) (36%, 75%, 41%)

RGB channels and saturation

R 93 of 255 = 36%
G 190 of 255 = 75%
B 104 of 255 = 41%

93
190
104

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

Portions of RGB colors in percentages

R + G + B = 93 + 190 + 104 = 387 (100%)
R 93 of 387 ~ 24.03%
G 190 of 387 ~ 49.1%
B 104 of 387 ~ 26.87'%

%24.03
%49.1
%26.87

CMYK color model

#5DBE68 color CMYK value is (51,0,45,25).

  • cyan value is 51.05%
  • magenta value is 0.00%
  • yellow value is 45.26%
  • key color value is 25.49%

CMYK: (51,0,45,25)
C51M0Y45K25 (51%, 0%, 45%, 25%)
(0.51 / 0.00 / 0.45 / 0.25)

CMYK percentages

%51.05
%0
%45.26
%25.49

Codes

Color #5DBE68 in popluar color models

5D BE 68
RGB 93 190 104
HSL 127° 42.73% 55.49%
HSB/HSV 127° 51.05% 74.51%
CMYK 51.05% 0.00% 45.26%
25.49%

Color #5DBE68 in popluar number systems.

HEX 5D BE 68
Decimal 93 190 104
Binary 1011101 10111110 1101000
Octal 135 276 150

Shades and tints

Shades of #5DBE68

#5DBE68
(93,190,104)
#55AD5F
(85,173,95)
#4D9C56
(77,156,86)
#458B4D
(69,139,77)
#3D7A44
(61,122,68)
#35693B
(53,105,59)
#2D5832
(45,88,50)
#254729
(37,71,41)
#1D3620
(29,54,32)
#152517
(21,37,23)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #5DBE68

#5DBE68
(93,190,104)
#6BC375
(107,195,117)
#79C882
(121,200,130)
#87CD8F
(135,205,143)
#95D29C
(149,210,156)
#A3D7A9
(163,215,169)
#B1DCB6
(177,220,182)
#BFE1C3
(191,225,195)
#CDE6D0
(205,230,208)
#DBEBDD
(219,235,221)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DBE68; }

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

This text font color is #5DBE68.

Background Color

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

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

This div background color is #5DBE68.

Border color

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

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

This div border color is #5DBE68.

Opacity

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

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

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

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

This text has shadow with #5DBE68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DBE68.

Preview

Color preview on black background

This text has color #5DBE68 on black background.


Color preview on white background

This text has color #5DBE68 on white background.


Black color preview on #5DBE68 background

This text has black color on #5DBE68 background.


White color preview on #5DBE68 background

This text has white color on #5DBE68 background.


Related colors

Complementary color

Complementary color for #hex is #A24197.


I love getcolorcode.com

Triadic colors

1 #685DBE and #BE685D with #5DBE68 are triadic colors.

2 #68BE5D and #BE5D68 with #5DBE68 are triadic colors.