COLOR #59B465

HEX: #59B465
RGB: (89,180,101)

Color info

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

RGB color model

#59B465 color RGB value is (89,180,101).

  • red value is 89;
  • green value is 180;
  • blue value is 101.
RGB:
(89,180,101)
(35%,71%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 180 of 255 = 71%
B 101 of 255 = 40%

89
180
101

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

Portions of RGB colors in percentages

R + G + B =
89 + 180 + 101 = 370 (100%)
R 89 of 370 ~ 24.05%
G 180 of 370 ~ 48.65%
B 101 of 370 ~ 27.3%

%24.05
%48.65
%27.3

CMYK color model

#59B465 color CMYK value is (51,0,44,29).

  • cyan value is 50.56%
  • magenta value is 0.00%
  • yellow value is 43.89%
  • key color value is 29.41%
CMYK:
(51,0,44,29)
C51M0Y44K29 
(51%,0%,44%,29%)
(0.51/0.00/0.44/0.29)	

CMYK percentages

%50.56
%0
%43.89
%29.41

Codes

Color #59B465 in popluar color models

59B465
RGB89180101
HSL128°37.76%52.75%
HSB/HSV128°50.56%70.59%
CMYK50.56%0.00%43.89%
29.41%

Color #59B465 in popluar number systems.

HEX59B465
Decimal89180101
Binary1011001101101001100101
Octal131264145

Shades and tints

Shades of #59B465

#59B465
(89,180,101)
#51A45C
(81,164,92)
#499453
(73,148,83)
#41844A
(65,132,74)
#397441
(57,116,65)
#316438
(49,100,56)
#29542F
(41,84,47)
#214426
(33,68,38)
#19341D
(25,52,29)
#112414
(17,36,20)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #59B465

#59B465
(89,180,101)
#68BA73
(104,186,115)
#77C081
(119,192,129)
#86C68F
(134,198,143)
#95CC9D
(149,204,157)
#A4D2AB
(164,210,171)
#B3D8B9
(179,216,185)
#C2DEC7
(194,222,199)
#D1E4D5
(209,228,213)
#E0EAE3
(224,234,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B465 color. Also use rgb(89,180,101) instead hex code.

Text Font Color

.myTextColor { color: #59B465; }

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

This text font color is #59B465.


Background Color

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

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

This div background color is #59B465.


Border color

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

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

This div border color is #59B465.


Opacity

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

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

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

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

This text has shadow with #59B465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B465 on black background.


Color preview on white background

This text has color #59B465 on white background.



Black color preview on #59B465 background

This text has black color on #59B465 background.


White color preview on #59B465 background

This text has white color on #59B465 background.