COLOR #59B25F

HEX: #59B25F
RGB: (89,178,95)

Color info

#59B25F contains mainly green color. Web safe color of #59B25F is #669966 (or #696).

RGB color model

#59B25F color RGB value is (89,178,95).

  • red value is 89;
  • green value is 178;
  • blue value is 95.
RGB:
(89,178,95)
(35%,70%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 178 of 255 = 70%
B 95 of 255 = 37%

89
178
95

R + G + B ~ 47%. #59B25F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 178 + 95 = 362 (100%)
R 89 of 362 ~ 24.59%
G 178 of 362 ~ 49.17%
B 95 of 362 ~ 26.24%

%24.59
%49.17
%26.24

CMYK color model

#59B25F color CMYK value is (50,0,47,30).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 30.20%
CMYK:
(50,0,47,30)
C50M0Y47K30 
(50%,0%,47%,30%)
(0.50/0.00/0.47/0.30)	

CMYK percentages

%50
%0
%46.63
%30.2

Codes

Color #59B25F in popluar color models

59B25F
RGB8917895
HSL124°36.63%52.35%
HSB/HSV124°50.00%69.80%
CMYK50.00%0.00%46.63%
30.20%

Color #59B25F in popluar number systems.

HEX59B25F
Decimal8917895
Binary1011001101100101011111
Octal131262137

Shades and tints

Shades of #59B25F

#59B25F
(89,178,95)
#51A257
(81,162,87)
#49924F
(73,146,79)
#418247
(65,130,71)
#39723F
(57,114,63)
#316237
(49,98,55)
#29522F
(41,82,47)
#214227
(33,66,39)
#19321F
(25,50,31)
#112217
(17,34,23)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #59B25F

#59B25F
(89,178,95)
#68B96D
(104,185,109)
#77C07B
(119,192,123)
#86C789
(134,199,137)
#95CE97
(149,206,151)
#A4D5A5
(164,213,165)
#B3DCB3
(179,220,179)
#C2E3C1
(194,227,193)
#D1EACF
(209,234,207)
#E0F1DD
(224,241,221)
#EFF8EB
(239,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B25F color. Also use rgb(89,178,95) instead hex code.

Text Font Color

.myTextColor { color: #59B25F; }

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

This text font color is #59B25F.


Background Color

.myBgColor { background-color: #59B25F; }

<div style="background-color:#59B25F">Inner text</div>

This div background color is #59B25F.


Border color

.myBorderColor { border: 1px solid #59B25F; }

<div style="border:3px solid #59B25F">Div</div>

This div border color is #59B25F.


Opacity

.myOpacity80 { color: #59B25F; opacity: 0.8; }

<p style="color:#59B25F;opacity:0.8;">80%</p>

Text with #59B25F 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 #59B25F;}

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

This text has shadow with #59B25F color.

.textShadow {text-shadow: 3px 3px 1px #59B25F, 3px 3px 1px red;}

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

This text has shadow with #59B25F primary color and red secondary color.


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

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

This text has shadow with #59B25F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B25F on black background.


Color preview on white background

This text has color #59B25F on white background.



Black color preview on #59B25F background

This text has black color on #59B25F background.


White color preview on #59B25F background

This text has white color on #59B25F background.