COLOR #58DF0C

HEX: #58DF0C
RGB: (88,223,12)

Color info

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

RGB color model

#58DF0C color RGB value is (88,223,12).

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

RGB channels and saturation

R 88 of 255 = 35%
G 223 of 255 = 87%
B 12 of 255 = 5%

88
223
12

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

Portions of RGB colors in percentages

R + G + B =
88 + 223 + 12 = 323 (100%)
R 88 of 323 ~ 27.24%
G 223 of 323 ~ 69.04%
B 12 of 323 ~ 3.72%

%27.24
%69.04

CMYK color model

#58DF0C color CMYK value is (61,0,95,13).

  • cyan value is 60.54%
  • magenta value is 0.00%
  • yellow value is 94.62%
  • key color value is 12.55%
CMYK:
(61,0,95,13)
C61M0Y95K13 
(61%,0%,95%,13%)
(0.61/0.00/0.95/0.13)	

CMYK percentages

%60.54
%0
%94.62
%12.55

Codes

Color #58DF0C in popluar color models

58DF0C
RGB8822312
HSL98°89.79%46.08%
HSB/HSV98°94.62%87.45%
CMYK60.54%0.00%94.62%
12.55%

Color #58DF0C in popluar number systems.

HEX58DF0C
Decimal8822312
Binary1011000110111111100
Octal13033714

Shades and tints

Shades of #58DF0C

#58DF0C
(88,223,12)
#50CB0B
(80,203,11)
#48B70A
(72,183,10)
#40A309
(64,163,9)
#388F08
(56,143,8)
#307B07
(48,123,7)
#286706
(40,103,6)
#205305
(32,83,5)
#183F04
(24,63,4)
#102B03
(16,43,3)
#081702
(8,23,2)
#000000
(0,0,0)

Tints of #58DF0C

#58DF0C
(88,223,12)
#67E122
(103,225,34)
#76E338
(118,227,56)
#85E54E
(133,229,78)
#94E764
(148,231,100)
#A3E97A
(163,233,122)
#B2EB90
(178,235,144)
#C1EDA6
(193,237,166)
#D0EFBC
(208,239,188)
#DFF1D2
(223,241,210)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58DF0C; }

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

This text font color is #58DF0C.


Background Color

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

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

This div background color is #58DF0C.


Border color

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

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

This div border color is #58DF0C.


Opacity

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

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

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

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

This text has shadow with #58DF0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58DF0C on black background.


Color preview on white background

This text has color #58DF0C on white background.



Black color preview on #58DF0C background

This text has black color on #58DF0C background.


White color preview on #58DF0C background

This text has white color on #58DF0C background.