COLOR #89BF41

HEX: #89BF41
RGB: (137,191,65)

Color info

#89BF41 contains mainly red and green colors. Web safe color of #89BF41 is #99CC33 (or #9C3).

RGB color model

#89BF41 color RGB value is (137,191,65).

  • red value is 137;
  • green value is 191;
  • blue value is 65.
RGB:
(137,191,65)
(54%,75%,25%)

RGB channels and saturation

R 137 of 255 = 54%
G 191 of 255 = 75%
B 65 of 255 = 25%

137
191
65

R + G + B ~ 51%. #89BF41 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 191 + 65 = 393 (100%)
R 137 of 393 ~ 34.86%
G 191 of 393 ~ 48.6%
B 65 of 393 ~ 16.54%

%34.86
%48.6
%16.54

CMYK color model

#89BF41 color CMYK value is (28,0,66,25).

  • cyan value is 28.27%
  • magenta value is 0.00%
  • yellow value is 65.97%
  • key color value is 25.10%
CMYK:
(28,0,66,25)
C28M0Y66K25 
(28%,0%,66%,25%)
(0.28/0.00/0.66/0.25)	

CMYK percentages

%28.27
%0
%65.97
%25.1

Codes

Color #89BF41 in popluar color models

89BF41
RGB13719165
HSL86°49.61%50.20%
HSB/HSV86°65.97%74.90%
CMYK28.27%0.00%65.97%
25.10%

Color #89BF41 in popluar number systems.

HEX89BF41
Decimal13719165
Binary10001001101111111000001
Octal211277101

Shades and tints

Shades of #89BF41

#89BF41
(137,191,65)
#7DAE3C
(125,174,60)
#719D37
(113,157,55)
#658C32
(101,140,50)
#597B2D
(89,123,45)
#4D6A28
(77,106,40)
#415923
(65,89,35)
#35481E
(53,72,30)
#293719
(41,55,25)
#1D2614
(29,38,20)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #89BF41

#89BF41
(137,191,65)
#93C452
(147,196,82)
#9DC963
(157,201,99)
#A7CE74
(167,206,116)
#B1D385
(177,211,133)
#BBD896
(187,216,150)
#C5DDA7
(197,221,167)
#CFE2B8
(207,226,184)
#D9E7C9
(217,231,201)
#E3ECDA
(227,236,218)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BF41 color. Also use rgb(137,191,65) instead hex code.

Text Font Color

.myTextColor { color: #89BF41; }

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

This text font color is #89BF41.


Background Color

.myBgColor { background-color: #89BF41; }

<div style="background-color:#89BF41">Inner text</div>

This div background color is #89BF41.


Border color

.myBorderColor { border: 1px solid #89BF41; }

<div style="border:3px solid #89BF41">Div</div>

This div border color is #89BF41.


Opacity

.myOpacity80 { color: #89BF41; opacity: 0.8; }

<p style="color:#89BF41;opacity:0.8;">80%</p>

Text with #89BF41 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 #89BF41;}

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

This text has shadow with #89BF41 color.

.textShadow {text-shadow: 3px 3px 1px #89BF41, 3px 3px 1px red;}

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

This text has shadow with #89BF41 primary color and red secondary color.


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

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

This text has shadow with #89BF41 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BF41 on black background.


Color preview on white background

This text has color #89BF41 on white background.



Black color preview on #89BF41 background

This text has black color on #89BF41 background.


White color preview on #89BF41 background

This text has white color on #89BF41 background.