COLOR #58B251

HEX: #58B251
RGB: (88,178,81)

Color info

#58B251 contains mainly green color. Web safe color of #58B251 is #669966 (or #696).

RGB color model

#58B251 color RGB value is (88,178,81).

  • red value is 88;
  • green value is 178;
  • blue value is 81.
RGB:
(88,178,81)
(35%,70%,32%)

RGB channels and saturation

R 88 of 255 = 35%
G 178 of 255 = 70%
B 81 of 255 = 32%

88
178
81

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

Portions of RGB colors in percentages

R + G + B =
88 + 178 + 81 = 347 (100%)
R 88 of 347 ~ 25.36%
G 178 of 347 ~ 51.3%
B 81 of 347 ~ 23.34%

%25.36
%51.3
%23.34

CMYK color model

#58B251 color CMYK value is (51,0,54,30).

  • cyan value is 50.56%
  • magenta value is 0.00%
  • yellow value is 54.49%
  • key color value is 30.20%
CMYK:
(51,0,54,30)
C51M0Y54K30 
(51%,0%,54%,30%)
(0.51/0.00/0.54/0.30)	

CMYK percentages

%50.56
%0
%54.49
%30.2

Codes

Color #58B251 in popluar color models

58B251
RGB8817881
HSL116°38.65%50.78%
HSB/HSV116°54.49%69.80%
CMYK50.56%0.00%54.49%
30.20%

Color #58B251 in popluar number systems.

HEX58B251
Decimal8817881
Binary1011000101100101010001
Octal130262121

Shades and tints

Shades of #58B251

#58B251
(88,178,81)
#50A24A
(80,162,74)
#489243
(72,146,67)
#40823C
(64,130,60)
#387235
(56,114,53)
#30622E
(48,98,46)
#285227
(40,82,39)
#204220
(32,66,32)
#183219
(24,50,25)
#102212
(16,34,18)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #58B251

#58B251
(88,178,81)
#67B960
(103,185,96)
#76C06F
(118,192,111)
#85C77E
(133,199,126)
#94CE8D
(148,206,141)
#A3D59C
(163,213,156)
#B2DCAB
(178,220,171)
#C1E3BA
(193,227,186)
#D0EAC9
(208,234,201)
#DFF1D8
(223,241,216)
#EEF8E7
(238,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B251 color. Also use rgb(88,178,81) instead hex code.

Text Font Color

.myTextColor { color: #58B251; }

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

This text font color is #58B251.


Background Color

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

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

This div background color is #58B251.


Border color

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

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

This div border color is #58B251.


Opacity

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

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

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

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

This text has shadow with #58B251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B251 on black background.


Color preview on white background

This text has color #58B251 on white background.



Black color preview on #58B251 background

This text has black color on #58B251 background.


White color preview on #58B251 background

This text has white color on #58B251 background.