COLOR #5CF09E

HEX: #5CF09E RGB: (92,240,158)

Color info

#5CF09E contains mainly green color. Web safe color of #5CF09E is #66FF99 (or #6F9).

RGB color model

#5CF09E color RGB value is (92,240,158).

RGB: (92,240,158) (36%, 94%, 62%)

RGB channels and saturation

R 92 of 255 = 36%
G 240 of 255 = 94%
B 158 of 255 = 62%

92
240
158

R + G + B ~ 64%. #5CF09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 240 + 158 = 490 (100%)
R 92 of 490 ~ 18.78%
G 240 of 490 ~ 48.98%
B 158 of 490 ~ 32.24'%

%18.78
%48.98
%32.24

CMYK color model

#5CF09E color CMYK value is (62,0,34,6).

  • cyan value is 61.67%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 5.88%

CMYK: (62,0,34,6)
C62M0Y34K6 (62%, 0%, 34%, 6%)
(0.62 / 0.00 / 0.34 / 0.06)

CMYK percentages

%61.67
%0
%34.17
%5.88

Codes

Color #5CF09E in popluar color models

5C F0 9E
RGB 92 240 158
HSL 147° 83.15% 65.10%
HSB/HSV 147° 61.67% 94.12%
CMYK 61.67% 0.00% 34.17%
5.88%

Color #5CF09E in popluar number systems.

HEX 5C F0 9E
Decimal 92 240 158
Binary 1011100 11110000 10011110
Octal 134 360 236

Shades and tints

Shades of #5CF09E

#5CF09E
(92,240,158)
#54DB90
(84,219,144)
#4CC682
(76,198,130)
#44B174
(68,177,116)
#3C9C66
(60,156,102)
#348758
(52,135,88)
#2C724A
(44,114,74)
#245D3C
(36,93,60)
#1C482E
(28,72,46)
#143320
(20,51,32)
#0C1E12
(12,30,18)
#000000
(0,0,0)

Tints of #5CF09E

#5CF09E
(92,240,158)
#6AF1A6
(106,241,166)
#78F2AE
(120,242,174)
#86F3B6
(134,243,182)
#94F4BE
(148,244,190)
#A2F5C6
(162,245,198)
#B0F6CE
(176,246,206)
#BEF7D6
(190,247,214)
#CCF8DE
(204,248,222)
#DAF9E6
(218,249,230)
#E8FAEE
(232,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CF09E color. Also use rgb(92,240,158) instead hex code.

Text Font Color

.myTextColor { color: #5CF09E; }

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

This text font color is #5CF09E.

Background Color

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

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

This div background color is #5CF09E.

Border color

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

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

This div border color is #5CF09E.

Opacity

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

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

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

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

This text has shadow with #5CF09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CF09E.

Preview

Color preview on black background

This text has color #5CF09E on black background.


Color preview on white background

This text has color #5CF09E on white background.


Black color preview on #5CF09E background

This text has black color on #5CF09E background.


White color preview on #5CF09E background

This text has white color on #5CF09E background.


Related colors

Complementary color

Complementary color for #hex is #A30F61.


I love getcolorcode.com

Triadic colors

1 #9E5CF0 and #F09E5C with #5CF09E are triadic colors.

2 #9EF05C and #F05C9E with #5CF09E are triadic colors.