COLOR #5DBB65

HEX: #5DBB65
RGB: (93,187,101)

Color info

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

RGB color model

#5DBB65 color RGB value is (93,187,101).

  • red value is 93;
  • green value is 187;
  • blue value is 101.
RGB:
(93,187,101)
(36%,73%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 187 of 255 = 73%
B 101 of 255 = 40%

93
187
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 187 + 101 = 381 (100%)
R 93 of 381 ~ 24.41%
G 187 of 381 ~ 49.08%
B 101 of 381 ~ 26.51%

%24.41
%49.08
%26.51

CMYK color model

#5DBB65 color CMYK value is (50,0,46,27).

  • cyan value is 50.27%
  • magenta value is 0.00%
  • yellow value is 45.99%
  • key color value is 26.67%
CMYK:
(50,0,46,27)
C50M0Y46K27 
(50%,0%,46%,27%)
(0.50/0.00/0.46/0.27)	

CMYK percentages

%50.27
%0
%45.99
%26.67

Codes

Color #5DBB65 in popluar color models

5DBB65
RGB93187101
HSL125°40.87%54.90%
HSB/HSV125°50.27%73.33%
CMYK50.27%0.00%45.99%
26.67%

Color #5DBB65 in popluar number systems.

HEX5DBB65
Decimal93187101
Binary1011101101110111100101
Octal135273145

Shades and tints

Shades of #5DBB65

#5DBB65
(93,187,101)
#55AA5C
(85,170,92)
#4D9953
(77,153,83)
#45884A
(69,136,74)
#3D7741
(61,119,65)
#356638
(53,102,56)
#2D552F
(45,85,47)
#254426
(37,68,38)
#1D331D
(29,51,29)
#152214
(21,34,20)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #5DBB65

#5DBB65
(93,187,101)
#6BC173
(107,193,115)
#79C781
(121,199,129)
#87CD8F
(135,205,143)
#95D39D
(149,211,157)
#A3D9AB
(163,217,171)
#B1DFB9
(177,223,185)
#BFE5C7
(191,229,199)
#CDEBD5
(205,235,213)
#DBF1E3
(219,241,227)
#E9F7F1
(233,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBB65 color. Also use rgb(93,187,101) instead hex code.

Text Font Color

.myTextColor { color: #5DBB65; }

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

This text font color is #5DBB65.


Background Color

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

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

This div background color is #5DBB65.


Border color

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

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

This div border color is #5DBB65.


Opacity

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

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

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

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

This text has shadow with #5DBB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBB65 on black background.


Color preview on white background

This text has color #5DBB65 on white background.



Black color preview on #5DBB65 background

This text has black color on #5DBB65 background.


White color preview on #5DBB65 background

This text has white color on #5DBB65 background.