COLOR #89C74B

HEX: #89C74B RGB: (137,199,75)

Color info

#89C74B contains mainly green color. Web safe color of #89C74B is #99CC33 (or #9C3).

RGB color model

#89C74B color RGB value is (137,199,75).

RGB: (137,199,75) (54%, 78%, 29%)

RGB channels and saturation

R 137 of 255 = 54%
G 199 of 255 = 78%
B 75 of 255 = 29%

137
199
75

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

Portions of RGB colors in percentages

R + G + B = 137 + 199 + 75 = 411 (100%)
R 137 of 411 ~ 33.33%
G 199 of 411 ~ 48.42%
B 75 of 411 ~ 18.25'%

%33.33
%48.42
%18.25

CMYK color model

#89C74B color CMYK value is (31,0,62,22).

  • cyan value is 31.16%
  • magenta value is 0.00%
  • yellow value is 62.31%
  • key color value is 21.96%

CMYK: (31,0,62,22)
C31M0Y62K22 (31%, 0%, 62%, 22%)
(0.31 / 0.00 / 0.62 / 0.22)

CMYK percentages

%31.16
%0
%62.31
%21.96

Codes

Color #89C74B in popluar color models

89 C7 4B
RGB 137 199 75
HSL 90° 52.54% 53.73%
HSB/HSV 90° 62.31% 78.04%
CMYK 31.16% 0.00% 62.31%
21.96%

Color #89C74B in popluar number systems.

HEX 89 C7 4B
Decimal 137 199 75
Binary 10001001 11000111 1001011
Octal 211 307 113

Shades and tints

Shades of #89C74B

#89C74B
(137,199,75)
#7DB545
(125,181,69)
#71A33F
(113,163,63)
#659139
(101,145,57)
#597F33
(89,127,51)
#4D6D2D
(77,109,45)
#415B27
(65,91,39)
#354921
(53,73,33)
#29371B
(41,55,27)
#1D2515
(29,37,21)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #89C74B

#89C74B
(137,199,75)
#93CC5B
(147,204,91)
#9DD16B
(157,209,107)
#A7D67B
(167,214,123)
#B1DB8B
(177,219,139)
#BBE09B
(187,224,155)
#C5E5AB
(197,229,171)
#CFEABB
(207,234,187)
#D9EFCB
(217,239,203)
#E3F4DB
(227,244,219)
#EDF9EB
(237,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C74B color. Also use rgb(137,199,75) instead hex code.

Text Font Color

.myTextColor { color: #89C74B; }

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

This text font color is #89C74B.

Background Color

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

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

This div background color is #89C74B.

Border color

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

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

This div border color is #89C74B.

Opacity

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

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

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

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

This text has shadow with #89C74B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C74B.

Preview

Color preview on black background

This text has color #89C74B on black background.


Color preview on white background

This text has color #89C74B on white background.


Black color preview on #89C74B background

This text has black color on #89C74B background.


White color preview on #89C74B background

This text has white color on #89C74B background.


Related colors

Complementary color

Complementary color for #hex is #7638B4.


I love getcolorcode.com

Triadic colors

1 #4B89C7 and #C74B89 with #89C74B are triadic colors.

2 #4BC789 and #C7894B with #89C74B are triadic colors.