COLOR #58FF5C

HEX: #58FF5C
RGB: (88,255,92)

Color info

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

RGB color model

#58FF5C color RGB value is (88,255,92).

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

RGB channels and saturation

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

88
255
92

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

Portions of RGB colors in percentages

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

%20.23
%58.62
%21.15

CMYK color model

#58FF5C color CMYK value is (65,0,64,0).

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

CMYK percentages

%65.49
%0
%63.92
%0

Codes

Color #58FF5C in popluar color models

58FF5C
RGB8825592
HSL121°100.00%67.25%
HSB/HSV121°65.49%100.00%
CMYK65.49%0.00%63.92%
0.00%

Color #58FF5C in popluar number systems.

HEX58FF5C
Decimal8825592
Binary1011000111111111011100
Octal130377134

Shades and tints

Shades of #58FF5C

#58FF5C
(88,255,92)
#50E854
(80,232,84)
#48D14C
(72,209,76)
#40BA44
(64,186,68)
#38A33C
(56,163,60)
#308C34
(48,140,52)
#28752C
(40,117,44)
#205E24
(32,94,36)
#18471C
(24,71,28)
#103014
(16,48,20)
#08190C
(8,25,12)
#000000
(0,0,0)

Tints of #58FF5C

#58FF5C
(88,255,92)
#67FF6A
(103,255,106)
#76FF78
(118,255,120)
#85FF86
(133,255,134)
#94FF94
(148,255,148)
#A3FFA2
(163,255,162)
#B2FFB0
(178,255,176)
#C1FFBE
(193,255,190)
#D0FFCC
(208,255,204)
#DFFFDA
(223,255,218)
#EEFFE8
(238,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58FF5C; }

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

This text font color is #58FF5C.


Background Color

.myBgColor { background-color: #58FF5C; }

<div style="background-color:#58FF5C">Inner text</div>

This div background color is #58FF5C.


Border color

.myBorderColor { border: 1px solid #58FF5C; }

<div style="border:3px solid #58FF5C">Div</div>

This div border color is #58FF5C.


Opacity

.myOpacity80 { color: #58FF5C; opacity: 0.8; }

<p style="color:#58FF5C;opacity:0.8;">80%</p>

Text with #58FF5C 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 #58FF5C;}

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

This text has shadow with #58FF5C color.

.textShadow {text-shadow: 3px 3px 1px #58FF5C, 3px 3px 1px red;}

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

This text has shadow with #58FF5C primary color and red secondary color.


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

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

This text has shadow with #58FF5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58FF5C on black background.


Color preview on white background

This text has color #58FF5C on white background.



Black color preview on #58FF5C background

This text has black color on #58FF5C background.


White color preview on #58FF5C background

This text has white color on #58FF5C background.