COLOR #59BF12

HEX: #59BF12
RGB: (89,191,18)

Color info

#59BF12 contains mainly green color. Web safe color of #59BF12 is #66CC00 (or #6C0).

RGB color model

#59BF12 color RGB value is (89,191,18).

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

RGB channels and saturation

R 89 of 255 = 35%
G 191 of 255 = 75%
B 18 of 255 = 7%

89
191
18

R + G + B ~ 39%. #59BF12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 191 + 18 = 298 (100%)
R 89 of 298 ~ 29.87%
G 191 of 298 ~ 64.09%
B 18 of 298 ~ 6.04%

%29.87
%64.09

CMYK color model

#59BF12 color CMYK value is (53,0,91,25).

  • cyan value is 53.40%
  • magenta value is 0.00%
  • yellow value is 90.58%
  • key color value is 25.10%
CMYK:
(53,0,91,25)
C53M0Y91K25 
(53%,0%,91%,25%)
(0.53/0.00/0.91/0.25)	

CMYK percentages

%53.4
%0
%90.58
%25.1

Codes

Color #59BF12 in popluar color models

59BF12
RGB8919118
HSL95°82.78%40.98%
HSB/HSV95°90.58%74.90%
CMYK53.40%0.00%90.58%
25.10%

Color #59BF12 in popluar number systems.

HEX59BF12
Decimal8919118
Binary10110011011111110010
Octal13127722

Shades and tints

Shades of #59BF12

#59BF12
(89,191,18)
#51AE11
(81,174,17)
#499D10
(73,157,16)
#418C0F
(65,140,15)
#397B0E
(57,123,14)
#316A0D
(49,106,13)
#29590C
(41,89,12)
#21480B
(33,72,11)
#19370A
(25,55,10)
#112609
(17,38,9)
#091508
(9,21,8)
#000000
(0,0,0)

Tints of #59BF12

#59BF12
(89,191,18)
#68C427
(104,196,39)
#77C93C
(119,201,60)
#86CE51
(134,206,81)
#95D366
(149,211,102)
#A4D87B
(164,216,123)
#B3DD90
(179,221,144)
#C2E2A5
(194,226,165)
#D1E7BA
(209,231,186)
#E0ECCF
(224,236,207)
#EFF1E4
(239,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59BF12; }

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

This text font color is #59BF12.


Background Color

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

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

This div background color is #59BF12.


Border color

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

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

This div border color is #59BF12.


Opacity

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

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

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

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

This text has shadow with #59BF12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BF12 on black background.


Color preview on white background

This text has color #59BF12 on white background.



Black color preview on #59BF12 background

This text has black color on #59BF12 background.


White color preview on #59BF12 background

This text has white color on #59BF12 background.