COLOR #5CD299

HEX: #5CD299 RGB: (92,210,153)

Color info

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

RGB color model

#5CD299 color RGB value is (92,210,153).

RGB: (92,210,153) (36%, 82%, 60%)

RGB channels and saturation

R 92 of 255 = 36%
G 210 of 255 = 82%
B 153 of 255 = 60%

92
210
153

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

Portions of RGB colors in percentages

R + G + B = 92 + 210 + 153 = 455 (100%)
R 92 of 455 ~ 20.22%
G 210 of 455 ~ 46.15%
B 153 of 455 ~ 33.63'%

%20.22
%46.15
%33.63

CMYK color model

#5CD299 color CMYK value is (56,0,27,18).

  • cyan value is 56.19%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 17.65%

CMYK: (56,0,27,18)
C56M0Y27K18 (56%, 0%, 27%, 18%)
(0.56 / 0.00 / 0.27 / 0.18)

CMYK percentages

%56.19
%0
%27.14
%17.65

Codes

Color #5CD299 in popluar color models

5C D2 99
RGB 92 210 153
HSL 151° 56.73% 59.22%
HSB/HSV 151° 56.19% 82.35%
CMYK 56.19% 0.00% 27.14%
17.65%

Color #5CD299 in popluar number systems.

HEX 5C D2 99
Decimal 92 210 153
Binary 1011100 11010010 10011001
Octal 134 322 231

Shades and tints

Shades of #5CD299

#5CD299
(92,210,153)
#54BF8C
(84,191,140)
#4CAC7F
(76,172,127)
#449972
(68,153,114)
#3C8665
(60,134,101)
#347358
(52,115,88)
#2C604B
(44,96,75)
#244D3E
(36,77,62)
#1C3A31
(28,58,49)
#142724
(20,39,36)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #5CD299

#5CD299
(92,210,153)
#6AD6A2
(106,214,162)
#78DAAB
(120,218,171)
#86DEB4
(134,222,180)
#94E2BD
(148,226,189)
#A2E6C6
(162,230,198)
#B0EACF
(176,234,207)
#BEEED8
(190,238,216)
#CCF2E1
(204,242,225)
#DAF6EA
(218,246,234)
#E8FAF3
(232,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CD299 color. Also use rgb(92,210,153) instead hex code.

Text Font Color

.myTextColor { color: #5CD299; }

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

This text font color is #5CD299.

Background Color

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

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

This div background color is #5CD299.

Border color

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

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

This div border color is #5CD299.

Opacity

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

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

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

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

This text has shadow with #5CD299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CD299.

Preview

Color preview on black background

This text has color #5CD299 on black background.


Color preview on white background

This text has color #5CD299 on white background.


Black color preview on #5CD299 background

This text has black color on #5CD299 background.


White color preview on #5CD299 background

This text has white color on #5CD299 background.


Related colors

Complementary color

Complementary color for #hex is #A32D66.


I love getcolorcode.com

Triadic colors

1 #995CD2 and #D2995C with #5CD299 are triadic colors.

2 #99D25C and #D25C99 with #5CD299 are triadic colors.