COLOR #5CF083

HEX: #5CF083
RGB: (92,240,131)

Color info

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

RGB color model

#5CF083 color RGB value is (92,240,131).

  • red value is 92;
  • green value is 240;
  • blue value is 131.
RGB:
(92,240,131)
(36%,94%,51%)

RGB channels and saturation

R 92 of 255 = 36%
G 240 of 255 = 94%
B 131 of 255 = 51%

92
240
131

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

Portions of RGB colors in percentages

R + G + B =
92 + 240 + 131 = 463 (100%)
R 92 of 463 ~ 19.87%
G 240 of 463 ~ 51.84%
B 131 of 463 ~ 28.29%

%19.87
%51.84
%28.29

CMYK color model

#5CF083 color CMYK value is (62,0,45,6).

  • cyan value is 61.67%
  • magenta value is 0.00%
  • yellow value is 45.42%
  • key color value is 5.88%
CMYK:
(62,0,45,6)
C62M0Y45K6 
(62%,0%,45%,6%)
(0.62/0.00/0.45/0.06)	

CMYK percentages

%61.67
%0
%45.42
%5.88

Codes

Color #5CF083 in popluar color models

5CF083
RGB92240131
HSL136°83.15%65.10%
HSB/HSV136°61.67%94.12%
CMYK61.67%0.00%45.42%
5.88%

Color #5CF083 in popluar number systems.

HEX5CF083
Decimal92240131
Binary10111001111000010000011
Octal134360203

Shades and tints

Shades of #5CF083

#5CF083
(92,240,131)
#54DB78
(84,219,120)
#4CC66D
(76,198,109)
#44B162
(68,177,98)
#3C9C57
(60,156,87)
#34874C
(52,135,76)
#2C7241
(44,114,65)
#245D36
(36,93,54)
#1C482B
(28,72,43)
#143320
(20,51,32)
#0C1E15
(12,30,21)
#000000
(0,0,0)

Tints of #5CF083

#5CF083
(92,240,131)
#6AF18E
(106,241,142)
#78F299
(120,242,153)
#86F3A4
(134,243,164)
#94F4AF
(148,244,175)
#A2F5BA
(162,245,186)
#B0F6C5
(176,246,197)
#BEF7D0
(190,247,208)
#CCF8DB
(204,248,219)
#DAF9E6
(218,249,230)
#E8FAF1
(232,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CF083; }

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

This text font color is #5CF083.


Background Color

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

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

This div background color is #5CF083.


Border color

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

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

This div border color is #5CF083.


Opacity

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

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

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

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

This text has shadow with #5CF083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CF083 on black background.


Color preview on white background

This text has color #5CF083 on white background.



Black color preview on #5CF083 background

This text has black color on #5CF083 background.


White color preview on #5CF083 background

This text has white color on #5CF083 background.