COLOR #59B864

HEX: #59B864
RGB: (89,184,100)

Color info

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

RGB color model

#59B864 color RGB value is (89,184,100).

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

RGB channels and saturation

R 89 of 255 = 35%
G 184 of 255 = 72%
B 100 of 255 = 39%

89
184
100

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

Portions of RGB colors in percentages

R + G + B =
89 + 184 + 100 = 373 (100%)
R 89 of 373 ~ 23.86%
G 184 of 373 ~ 49.33%
B 100 of 373 ~ 26.81%

%23.86
%49.33
%26.81

CMYK color model

#59B864 color CMYK value is (52,0,46,28).

  • cyan value is 51.63%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 27.84%
CMYK:
(52,0,46,28)
C52M0Y46K28 
(52%,0%,46%,28%)
(0.52/0.00/0.46/0.28)	

CMYK percentages

%51.63
%0
%45.65
%27.84

Codes

Color #59B864 in popluar color models

59B864
RGB89184100
HSL127°40.08%53.53%
HSB/HSV127°51.63%72.16%
CMYK51.63%0.00%45.65%
27.84%

Color #59B864 in popluar number systems.

HEX59B864
Decimal89184100
Binary1011001101110001100100
Octal131270144

Shades and tints

Shades of #59B864

#59B864
(89,184,100)
#51A85B
(81,168,91)
#499852
(73,152,82)
#418849
(65,136,73)
#397840
(57,120,64)
#316837
(49,104,55)
#29582E
(41,88,46)
#214825
(33,72,37)
#19381C
(25,56,28)
#112813
(17,40,19)
#09180A
(9,24,10)
#000000
(0,0,0)

Tints of #59B864

#59B864
(89,184,100)
#68BE72
(104,190,114)
#77C480
(119,196,128)
#86CA8E
(134,202,142)
#95D09C
(149,208,156)
#A4D6AA
(164,214,170)
#B3DCB8
(179,220,184)
#C2E2C6
(194,226,198)
#D1E8D4
(209,232,212)
#E0EEE2
(224,238,226)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B864; }

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

This text font color is #59B864.


Background Color

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

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

This div background color is #59B864.


Border color

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

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

This div border color is #59B864.


Opacity

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

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

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

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

This text has shadow with #59B864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B864 on black background.


Color preview on white background

This text has color #59B864 on white background.



Black color preview on #59B864 background

This text has black color on #59B864 background.


White color preview on #59B864 background

This text has white color on #59B864 background.