COLOR #5CFF58

HEX: #5CFF58
RGB: (92,255,88)

Color info

#5CFF58 contains mainly green color. Web safe color of #5CFF58 is #66FF66 (or #6F6).

RGB color model

#5CFF58 color RGB value is (92,255,88).

  • red value is 92;
  • green value is 255;
  • blue value is 88.
RGB:
(92,255,88)
(36%,100%,35%)

RGB channels and saturation

R 92 of 255 = 36%
G 255 of 255 = 100%
B 88 of 255 = 35%

92
255
88

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

Portions of RGB colors in percentages

R + G + B =
92 + 255 + 88 = 435 (100%)
R 92 of 435 ~ 21.15%
G 255 of 435 ~ 58.62%
B 88 of 435 ~ 20.23%

%21.15
%58.62
%20.23

CMYK color model

#5CFF58 color CMYK value is (64,0,65,0).

  • cyan value is 63.92%
  • magenta value is 0.00%
  • yellow value is 65.49%
  • key color value is 0.00%
CMYK:
(64,0,65,0)
C64M0Y65K0 
(64%,0%,65%,0%)
(0.64/0.00/0.65/0.00)	

CMYK percentages

%63.92
%0
%65.49
%0

Codes

Color #5CFF58 in popluar color models

5CFF58
RGB9225588
HSL119°100.00%67.25%
HSB/HSV119°65.49%100.00%
CMYK63.92%0.00%65.49%
0.00%

Color #5CFF58 in popluar number systems.

HEX5CFF58
Decimal9225588
Binary1011100111111111011000
Octal134377130

Shades and tints

Shades of #5CFF58

#5CFF58
(92,255,88)
#54E850
(84,232,80)
#4CD148
(76,209,72)
#44BA40
(68,186,64)
#3CA338
(60,163,56)
#348C30
(52,140,48)
#2C7528
(44,117,40)
#245E20
(36,94,32)
#1C4718
(28,71,24)
#143010
(20,48,16)
#0C1908
(12,25,8)
#000000
(0,0,0)

Tints of #5CFF58

#5CFF58
(92,255,88)
#6AFF67
(106,255,103)
#78FF76
(120,255,118)
#86FF85
(134,255,133)
#94FF94
(148,255,148)
#A2FFA3
(162,255,163)
#B0FFB2
(176,255,178)
#BEFFC1
(190,255,193)
#CCFFD0
(204,255,208)
#DAFFDF
(218,255,223)
#E8FFEE
(232,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CFF58 color. Also use rgb(92,255,88) instead hex code.

Text Font Color

.myTextColor { color: #5CFF58; }

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

This text font color is #5CFF58.


Background Color

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

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

This div background color is #5CFF58.


Border color

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

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

This div border color is #5CFF58.


Opacity

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

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

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

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

This text has shadow with #5CFF58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CFF58 on black background.


Color preview on white background

This text has color #5CFF58 on white background.



Black color preview on #5CFF58 background

This text has black color on #5CFF58 background.


White color preview on #5CFF58 background

This text has white color on #5CFF58 background.