COLOR #58F580

HEX: #58F580
RGB: (88,245,128)

Color info

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

RGB color model

#58F580 color RGB value is (88,245,128).

  • red value is 88;
  • green value is 245;
  • blue value is 128.
RGB:
(88,245,128)
(35%,96%,50%)

RGB channels and saturation

R 88 of 255 = 35%
G 245 of 255 = 96%
B 128 of 255 = 50%

88
245
128

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

Portions of RGB colors in percentages

R + G + B =
88 + 245 + 128 = 461 (100%)
R 88 of 461 ~ 19.09%
G 245 of 461 ~ 53.15%
B 128 of 461 ~ 27.77%

%19.09
%53.15
%27.77

CMYK color model

#58F580 color CMYK value is (64,0,48,4).

  • cyan value is 64.08%
  • magenta value is 0.00%
  • yellow value is 47.76%
  • key color value is 3.92%
CMYK:
(64,0,48,4)
C64M0Y48K4 
(64%,0%,48%,4%)
(0.64/0.00/0.48/0.04)	

CMYK percentages

%64.08
%0
%47.76
%3.92

Codes

Color #58F580 in popluar color models

58F580
RGB88245128
HSL135°88.70%65.29%
HSB/HSV135°64.08%96.08%
CMYK64.08%0.00%47.76%
3.92%

Color #58F580 in popluar number systems.

HEX58F580
Decimal88245128
Binary10110001111010110000000
Octal130365200

Shades and tints

Shades of #58F580

#58F580
(88,245,128)
#50DF75
(80,223,117)
#48C96A
(72,201,106)
#40B35F
(64,179,95)
#389D54
(56,157,84)
#308749
(48,135,73)
#28713E
(40,113,62)
#205B33
(32,91,51)
#184528
(24,69,40)
#102F1D
(16,47,29)
#081912
(8,25,18)
#000000
(0,0,0)

Tints of #58F580

#58F580
(88,245,128)
#67F58B
(103,245,139)
#76F596
(118,245,150)
#85F5A1
(133,245,161)
#94F5AC
(148,245,172)
#A3F5B7
(163,245,183)
#B2F5C2
(178,245,194)
#C1F5CD
(193,245,205)
#D0F5D8
(208,245,216)
#DFF5E3
(223,245,227)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58F580 color. Also use rgb(88,245,128) instead hex code.

Text Font Color

.myTextColor { color: #58F580; }

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

This text font color is #58F580.


Background Color

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

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

This div background color is #58F580.


Border color

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

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

This div border color is #58F580.


Opacity

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

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

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

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

This text has shadow with #58F580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58F580 on black background.


Color preview on white background

This text has color #58F580 on white background.



Black color preview on #58F580 background

This text has black color on #58F580 background.


White color preview on #58F580 background

This text has white color on #58F580 background.