COLOR #59BF40

HEX: #59BF40
RGB: (89,191,64)

Color info

#59BF40 contains mainly green color. Web safe color of #59BF40 is #66CC33 (or #6C3).

RGB color model

#59BF40 color RGB value is (89,191,64).

  • red value is 89;
  • green value is 191;
  • blue value is 64.
RGB:
(89,191,64)
(35%,75%,25%)

RGB channels and saturation

R 89 of 255 = 35%
G 191 of 255 = 75%
B 64 of 255 = 25%

89
191
64

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

Portions of RGB colors in percentages

R + G + B =
89 + 191 + 64 = 344 (100%)
R 89 of 344 ~ 25.87%
G 191 of 344 ~ 55.52%
B 64 of 344 ~ 18.6%

%25.87
%55.52
%18.6

CMYK color model

#59BF40 color CMYK value is (53,0,66,25).

  • cyan value is 53.40%
  • magenta value is 0.00%
  • yellow value is 66.49%
  • key color value is 25.10%
CMYK:
(53,0,66,25)
C53M0Y66K25 
(53%,0%,66%,25%)
(0.53/0.00/0.66/0.25)	

CMYK percentages

%53.4
%0
%66.49
%25.1

Codes

Color #59BF40 in popluar color models

59BF40
RGB8919164
HSL108°49.80%50.00%
HSB/HSV108°66.49%74.90%
CMYK53.40%0.00%66.49%
25.10%

Color #59BF40 in popluar number systems.

HEX59BF40
Decimal8919164
Binary1011001101111111000000
Octal131277100

Shades and tints

Shades of #59BF40

#59BF40
(89,191,64)
#51AE3B
(81,174,59)
#499D36
(73,157,54)
#418C31
(65,140,49)
#397B2C
(57,123,44)
#316A27
(49,106,39)
#295922
(41,89,34)
#21481D
(33,72,29)
#193718
(25,55,24)
#112613
(17,38,19)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #59BF40

#59BF40
(89,191,64)
#68C451
(104,196,81)
#77C962
(119,201,98)
#86CE73
(134,206,115)
#95D384
(149,211,132)
#A4D895
(164,216,149)
#B3DDA6
(179,221,166)
#C2E2B7
(194,226,183)
#D1E7C8
(209,231,200)
#E0ECD9
(224,236,217)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59BF40 color. Also use rgb(89,191,64) instead hex code.

Text Font Color

.myTextColor { color: #59BF40; }

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

This text font color is #59BF40.


Background Color

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

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

This div background color is #59BF40.


Border color

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

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

This div border color is #59BF40.


Opacity

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

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

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

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

This text has shadow with #59BF40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BF40 on black background.


Color preview on white background

This text has color #59BF40 on white background.



Black color preview on #59BF40 background

This text has black color on #59BF40 background.


White color preview on #59BF40 background

This text has white color on #59BF40 background.