COLOR #5CBD82

HEX: #5CBD82 RGB: (92,189,130)

Color info

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

RGB color model

#5CBD82 color RGB value is (92,189,130).

RGB: (92,189,130) (36%, 74%, 51%)

RGB channels and saturation

R 92 of 255 = 36%
G 189 of 255 = 74%
B 130 of 255 = 51%

92
189
130

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

Portions of RGB colors in percentages

R + G + B = 92 + 189 + 130 = 411 (100%)
R 92 of 411 ~ 22.38%
G 189 of 411 ~ 45.99%
B 130 of 411 ~ 31.63'%

%22.38
%45.99
%31.63

CMYK color model

#5CBD82 color CMYK value is (51,0,31,26).

  • cyan value is 51.32%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 25.88%

CMYK: (51,0,31,26)
C51M0Y31K26 (51%, 0%, 31%, 26%)
(0.51 / 0.00 / 0.31 / 0.26)

CMYK percentages

%51.32
%0
%31.22
%25.88

Codes

Color #5CBD82 in popluar color models

5C BD 82
RGB 92 189 130
HSL 144° 42.36% 55.10%
HSB/HSV 144° 51.32% 74.12%
CMYK 51.32% 0.00% 31.22%
25.88%

Color #5CBD82 in popluar number systems.

HEX 5C BD 82
Decimal 92 189 130
Binary 1011100 10111101 10000010
Octal 134 275 202

Shades and tints

Shades of #5CBD82

#5CBD82
(92,189,130)
#54AC77
(84,172,119)
#4C9B6C
(76,155,108)
#448A61
(68,138,97)
#3C7956
(60,121,86)
#34684B
(52,104,75)
#2C5740
(44,87,64)
#244635
(36,70,53)
#1C352A
(28,53,42)
#14241F
(20,36,31)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #5CBD82

#5CBD82
(92,189,130)
#6AC38D
(106,195,141)
#78C998
(120,201,152)
#86CFA3
(134,207,163)
#94D5AE
(148,213,174)
#A2DBB9
(162,219,185)
#B0E1C4
(176,225,196)
#BEE7CF
(190,231,207)
#CCEDDA
(204,237,218)
#DAF3E5
(218,243,229)
#E8F9F0
(232,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CBD82 color. Also use rgb(92,189,130) instead hex code.

Text Font Color

.myTextColor { color: #5CBD82; }

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

This text font color is #5CBD82.

Background Color

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

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

This div background color is #5CBD82.

Border color

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

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

This div border color is #5CBD82.

Opacity

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

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

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

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

This text has shadow with #5CBD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CBD82.

Preview

Color preview on black background

This text has color #5CBD82 on black background.


Color preview on white background

This text has color #5CBD82 on white background.


Black color preview on #5CBD82 background

This text has black color on #5CBD82 background.


White color preview on #5CBD82 background

This text has white color on #5CBD82 background.


Related colors

Complementary color

Complementary color for #hex is #A3427D.


I love getcolorcode.com

Triadic colors

1 #825CBD and #BD825C with #5CBD82 are triadic colors.

2 #82BD5C and #BD5C82 with #5CBD82 are triadic colors.