COLOR #58DF4D

HEX: #58DF4D
RGB: (88,223,77)

Color info

#58DF4D contains mainly green color. Web safe color of #58DF4D is #66CC33 (or #6C3).

RGB color model

#58DF4D color RGB value is (88,223,77).

  • red value is 88;
  • green value is 223;
  • blue value is 77.
RGB:
(88,223,77)
(35%,87%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 223 of 255 = 87%
B 77 of 255 = 30%

88
223
77

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

Portions of RGB colors in percentages

R + G + B =
88 + 223 + 77 = 388 (100%)
R 88 of 388 ~ 22.68%
G 223 of 388 ~ 57.47%
B 77 of 388 ~ 19.85%

%22.68
%57.47
%19.85

CMYK color model

#58DF4D color CMYK value is (61,0,65,13).

  • cyan value is 60.54%
  • magenta value is 0.00%
  • yellow value is 65.47%
  • key color value is 12.55%
CMYK:
(61,0,65,13)
C61M0Y65K13 
(61%,0%,65%,13%)
(0.61/0.00/0.65/0.13)	

CMYK percentages

%60.54
%0
%65.47
%12.55

Codes

Color #58DF4D in popluar color models

58DF4D
RGB8822377
HSL115°69.52%58.82%
HSB/HSV115°65.47%87.45%
CMYK60.54%0.00%65.47%
12.55%

Color #58DF4D in popluar number systems.

HEX58DF4D
Decimal8822377
Binary1011000110111111001101
Octal130337115

Shades and tints

Shades of #58DF4D

#58DF4D
(88,223,77)
#50CB46
(80,203,70)
#48B73F
(72,183,63)
#40A338
(64,163,56)
#388F31
(56,143,49)
#307B2A
(48,123,42)
#286723
(40,103,35)
#20531C
(32,83,28)
#183F15
(24,63,21)
#102B0E
(16,43,14)
#081707
(8,23,7)
#000000
(0,0,0)

Tints of #58DF4D

#58DF4D
(88,223,77)
#67E15D
(103,225,93)
#76E36D
(118,227,109)
#85E57D
(133,229,125)
#94E78D
(148,231,141)
#A3E99D
(163,233,157)
#B2EBAD
(178,235,173)
#C1EDBD
(193,237,189)
#D0EFCD
(208,239,205)
#DFF1DD
(223,241,221)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58DF4D color. Also use rgb(88,223,77) instead hex code.

Text Font Color

.myTextColor { color: #58DF4D; }

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

This text font color is #58DF4D.


Background Color

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

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

This div background color is #58DF4D.


Border color

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

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

This div border color is #58DF4D.


Opacity

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

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

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

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

This text has shadow with #58DF4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58DF4D on black background.


Color preview on white background

This text has color #58DF4D on white background.



Black color preview on #58DF4D background

This text has black color on #58DF4D background.


White color preview on #58DF4D background

This text has white color on #58DF4D background.