COLOR #5DBF99

HEX: #5DBF99
RGB: (93,191,153)

Color info

#5DBF99 contains mainly green and blue colors. Web safe color of #5DBF99 is #66CC99 (or #6C9).

RGB color model

#5DBF99 color RGB value is (93,191,153).

  • red value is 93;
  • green value is 191;
  • blue value is 153.
RGB:
(93,191,153)
(36%,75%,60%)

RGB channels and saturation

R 93 of 255 = 36%
G 191 of 255 = 75%
B 153 of 255 = 60%

93
191
153

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

Portions of RGB colors in percentages

R + G + B =
93 + 191 + 153 = 437 (100%)
R 93 of 437 ~ 21.28%
G 191 of 437 ~ 43.71%
B 153 of 437 ~ 35.01%

%21.28
%43.71
%35.01

CMYK color model

#5DBF99 color CMYK value is (51,0,20,25).

  • cyan value is 51.31%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 25.10%
CMYK:
(51,0,20,25)
C51M0Y20K25 
(51%,0%,20%,25%)
(0.51/0.00/0.20/0.25)	

CMYK percentages

%51.31
%0
%19.9
%25.1

Codes

Color #5DBF99 in popluar color models

5DBF99
RGB93191153
HSL157°43.36%55.69%
HSB/HSV157°51.31%74.90%
CMYK51.31%0.00%19.90%
25.10%

Color #5DBF99 in popluar number systems.

HEX5DBF99
Decimal93191153
Binary10111011011111110011001
Octal135277231

Shades and tints

Shades of #5DBF99

#5DBF99
(93,191,153)
#55AE8C
(85,174,140)
#4D9D7F
(77,157,127)
#458C72
(69,140,114)
#3D7B65
(61,123,101)
#356A58
(53,106,88)
#2D594B
(45,89,75)
#25483E
(37,72,62)
#1D3731
(29,55,49)
#152624
(21,38,36)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #5DBF99

#5DBF99
(93,191,153)
#6BC4A2
(107,196,162)
#79C9AB
(121,201,171)
#87CEB4
(135,206,180)
#95D3BD
(149,211,189)
#A3D8C6
(163,216,198)
#B1DDCF
(177,221,207)
#BFE2D8
(191,226,216)
#CDE7E1
(205,231,225)
#DBECEA
(219,236,234)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBF99 color. Also use rgb(93,191,153) instead hex code.

Text Font Color

.myTextColor { color: #5DBF99; }

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

This text font color is #5DBF99.


Background Color

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

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

This div background color is #5DBF99.


Border color

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

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

This div border color is #5DBF99.


Opacity

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

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

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

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

This text has shadow with #5DBF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBF99 on black background.


Color preview on white background

This text has color #5DBF99 on white background.



Black color preview on #5DBF99 background

This text has black color on #5DBF99 background.


White color preview on #5DBF99 background

This text has white color on #5DBF99 background.