COLOR #58DA16

HEX: #58DA16
RGB: (88,218,22)

Color info

#58DA16 contains mainly green color. Web safe color of #58DA16 is #66CC00 (or #6C0).

RGB color model

#58DA16 color RGB value is (88,218,22).

  • red value is 88;
  • green value is 218;
  • blue value is 22.
RGB:
(88,218,22)
(35%,85%,9%)

RGB channels and saturation

R 88 of 255 = 35%
G 218 of 255 = 85%
B 22 of 255 = 9%

88
218
22

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

Portions of RGB colors in percentages

R + G + B =
88 + 218 + 22 = 328 (100%)
R 88 of 328 ~ 26.83%
G 218 of 328 ~ 66.46%
B 22 of 328 ~ 6.71%

%26.83
%66.46

CMYK color model

#58DA16 color CMYK value is (60,0,90,15).

  • cyan value is 59.63%
  • magenta value is 0.00%
  • yellow value is 89.91%
  • key color value is 14.51%
CMYK:
(60,0,90,15)
C60M0Y90K15 
(60%,0%,90%,15%)
(0.60/0.00/0.90/0.15)	

CMYK percentages

%59.63
%0
%89.91
%14.51

Codes

Color #58DA16 in popluar color models

58DA16
RGB8821822
HSL100°81.67%47.06%
HSB/HSV100°89.91%85.49%
CMYK59.63%0.00%89.91%
14.51%

Color #58DA16 in popluar number systems.

HEX58DA16
Decimal8821822
Binary10110001101101010110
Octal13033226

Shades and tints

Shades of #58DA16

#58DA16
(88,218,22)
#50C714
(80,199,20)
#48B412
(72,180,18)
#40A110
(64,161,16)
#388E0E
(56,142,14)
#307B0C
(48,123,12)
#28680A
(40,104,10)
#205508
(32,85,8)
#184206
(24,66,6)
#102F04
(16,47,4)
#081C02
(8,28,2)
#000000
(0,0,0)

Tints of #58DA16

#58DA16
(88,218,22)
#67DD2B
(103,221,43)
#76E040
(118,224,64)
#85E355
(133,227,85)
#94E66A
(148,230,106)
#A3E97F
(163,233,127)
#B2EC94
(178,236,148)
#C1EFA9
(193,239,169)
#D0F2BE
(208,242,190)
#DFF5D3
(223,245,211)
#EEF8E8
(238,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58DA16 color. Also use rgb(88,218,22) instead hex code.

Text Font Color

.myTextColor { color: #58DA16; }

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

This text font color is #58DA16.


Background Color

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

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

This div background color is #58DA16.


Border color

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

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

This div border color is #58DA16.


Opacity

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

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

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

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

This text has shadow with #58DA16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58DA16 on black background.


Color preview on white background

This text has color #58DA16 on white background.



Black color preview on #58DA16 background

This text has black color on #58DA16 background.


White color preview on #58DA16 background

This text has white color on #58DA16 background.