COLOR #59B264

HEX: #59B264
RGB: (89,178,100)

Color info

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

RGB color model

#59B264 color RGB value is (89,178,100).

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

RGB channels and saturation

R 89 of 255 = 35%
G 178 of 255 = 70%
B 100 of 255 = 39%

89
178
100

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

Portions of RGB colors in percentages

R + G + B =
89 + 178 + 100 = 367 (100%)
R 89 of 367 ~ 24.25%
G 178 of 367 ~ 48.5%
B 100 of 367 ~ 27.25%

%24.25
%48.5
%27.25

CMYK color model

#59B264 color CMYK value is (50,0,44,30).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 30.20%
CMYK:
(50,0,44,30)
C50M0Y44K30 
(50%,0%,44%,30%)
(0.50/0.00/0.44/0.30)	

CMYK percentages

%50
%0
%43.82
%30.2

Codes

Color #59B264 in popluar color models

59B264
RGB89178100
HSL127°36.63%52.35%
HSB/HSV127°50.00%69.80%
CMYK50.00%0.00%43.82%
30.20%

Color #59B264 in popluar number systems.

HEX59B264
Decimal89178100
Binary1011001101100101100100
Octal131262144

Shades and tints

Shades of #59B264

#59B264
(89,178,100)
#51A25B
(81,162,91)
#499252
(73,146,82)
#418249
(65,130,73)
#397240
(57,114,64)
#316237
(49,98,55)
#29522E
(41,82,46)
#214225
(33,66,37)
#19321C
(25,50,28)
#112213
(17,34,19)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #59B264

#59B264
(89,178,100)
#68B972
(104,185,114)
#77C080
(119,192,128)
#86C78E
(134,199,142)
#95CE9C
(149,206,156)
#A4D5AA
(164,213,170)
#B3DCB8
(179,220,184)
#C2E3C6
(194,227,198)
#D1EAD4
(209,234,212)
#E0F1E2
(224,241,226)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B264; }

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

This text font color is #59B264.


Background Color

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

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

This div background color is #59B264.


Border color

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

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

This div border color is #59B264.


Opacity

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

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

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

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

This text has shadow with #59B264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B264 on black background.


Color preview on white background

This text has color #59B264 on white background.



Black color preview on #59B264 background

This text has black color on #59B264 background.


White color preview on #59B264 background

This text has white color on #59B264 background.