COLOR #58D268

HEX: #58D268
RGB: (88,210,104)

Color info

#58D268 contains mainly green color. Web safe color of #58D268 is #66CC66 (or #6C6).

RGB color model

#58D268 color RGB value is (88,210,104).

  • red value is 88;
  • green value is 210;
  • blue value is 104.
RGB:
(88,210,104)
(35%,82%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 210 of 255 = 82%
B 104 of 255 = 41%

88
210
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 210 + 104 = 402 (100%)
R 88 of 402 ~ 21.89%
G 210 of 402 ~ 52.24%
B 104 of 402 ~ 25.87%

%21.89
%52.24
%25.87

CMYK color model

#58D268 color CMYK value is (58,0,50,18).

  • cyan value is 58.10%
  • magenta value is 0.00%
  • yellow value is 50.48%
  • key color value is 17.65%
CMYK:
(58,0,50,18)
C58M0Y50K18 
(58%,0%,50%,18%)
(0.58/0.00/0.50/0.18)	

CMYK percentages

%58.1
%0
%50.48
%17.65

Codes

Color #58D268 in popluar color models

58D268
RGB88210104
HSL128°57.55%58.43%
HSB/HSV128°58.10%82.35%
CMYK58.10%0.00%50.48%
17.65%

Color #58D268 in popluar number systems.

HEX58D268
Decimal88210104
Binary1011000110100101101000
Octal130322150

Shades and tints

Shades of #58D268

#58D268
(88,210,104)
#50BF5F
(80,191,95)
#48AC56
(72,172,86)
#40994D
(64,153,77)
#388644
(56,134,68)
#30733B
(48,115,59)
#286032
(40,96,50)
#204D29
(32,77,41)
#183A20
(24,58,32)
#102717
(16,39,23)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #58D268

#58D268
(88,210,104)
#67D675
(103,214,117)
#76DA82
(118,218,130)
#85DE8F
(133,222,143)
#94E29C
(148,226,156)
#A3E6A9
(163,230,169)
#B2EAB6
(178,234,182)
#C1EEC3
(193,238,195)
#D0F2D0
(208,242,208)
#DFF6DD
(223,246,221)
#EEFAEA
(238,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58D268 color. Also use rgb(88,210,104) instead hex code.

Text Font Color

.myTextColor { color: #58D268; }

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

This text font color is #58D268.


Background Color

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

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

This div background color is #58D268.


Border color

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

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

This div border color is #58D268.


Opacity

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

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

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

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

This text has shadow with #58D268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58D268 on black background.


Color preview on white background

This text has color #58D268 on white background.



Black color preview on #58D268 background

This text has black color on #58D268 background.


White color preview on #58D268 background

This text has white color on #58D268 background.