COLOR #5DCF76

HEX: #5DCF76
RGB: (93,207,118)

Color info

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

RGB color model

#5DCF76 color RGB value is (93,207,118).

  • red value is 93;
  • green value is 207;
  • blue value is 118.
RGB:
(93,207,118)
(36%,81%,46%)

RGB channels and saturation

R 93 of 255 = 36%
G 207 of 255 = 81%
B 118 of 255 = 46%

93
207
118

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

Portions of RGB colors in percentages

R + G + B =
93 + 207 + 118 = 418 (100%)
R 93 of 418 ~ 22.25%
G 207 of 418 ~ 49.52%
B 118 of 418 ~ 28.23%

%22.25
%49.52
%28.23

CMYK color model

#5DCF76 color CMYK value is (55,0,43,19).

  • cyan value is 55.07%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 18.82%
CMYK:
(55,0,43,19)
C55M0Y43K19 
(55%,0%,43%,19%)
(0.55/0.00/0.43/0.19)	

CMYK percentages

%55.07
%0
%43
%18.82

Codes

Color #5DCF76 in popluar color models

5DCF76
RGB93207118
HSL133°54.29%58.82%
HSB/HSV133°55.07%81.18%
CMYK55.07%0.00%43.00%
18.82%

Color #5DCF76 in popluar number systems.

HEX5DCF76
Decimal93207118
Binary1011101110011111110110
Octal135317166

Shades and tints

Shades of #5DCF76

#5DCF76
(93,207,118)
#55BD6C
(85,189,108)
#4DAB62
(77,171,98)
#459958
(69,153,88)
#3D874E
(61,135,78)
#357544
(53,117,68)
#2D633A
(45,99,58)
#255130
(37,81,48)
#1D3F26
(29,63,38)
#152D1C
(21,45,28)
#0D1B12
(13,27,18)
#000000
(0,0,0)

Tints of #5DCF76

#5DCF76
(93,207,118)
#6BD382
(107,211,130)
#79D78E
(121,215,142)
#87DB9A
(135,219,154)
#95DFA6
(149,223,166)
#A3E3B2
(163,227,178)
#B1E7BE
(177,231,190)
#BFEBCA
(191,235,202)
#CDEFD6
(205,239,214)
#DBF3E2
(219,243,226)
#E9F7EE
(233,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DCF76 color. Also use rgb(93,207,118) instead hex code.

Text Font Color

.myTextColor { color: #5DCF76; }

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

This text font color is #5DCF76.


Background Color

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

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

This div background color is #5DCF76.


Border color

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

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

This div border color is #5DCF76.


Opacity

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

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

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

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

This text has shadow with #5DCF76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DCF76 on black background.


Color preview on white background

This text has color #5DCF76 on white background.



Black color preview on #5DCF76 background

This text has black color on #5DCF76 background.


White color preview on #5DCF76 background

This text has white color on #5DCF76 background.