COLOR #94BD58

HEX: #94BD58 RGB: (148,189,88)

Color info

#94BD58 contains mainly red and green colors. Web safe color of #94BD58 is #99CC66 (or #9C6).

RGB color model

#94BD58 color RGB value is (148,189,88).

RGB: (148,189,88) (58%, 74%, 35%)

RGB channels and saturation

R 148 of 255 = 58%
G 189 of 255 = 74%
B 88 of 255 = 35%

148
189
88

R + G + B ~ 56%. #94BD58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 189 + 88 = 425 (100%)
R 148 of 425 ~ 34.82%
G 189 of 425 ~ 44.47%
B 88 of 425 ~ 20.71'%

%34.82
%44.47
%20.71

CMYK color model

#94BD58 color CMYK value is (22,0,53,26).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 53.44%
  • key color value is 25.88%

CMYK: (22,0,53,26)
C22M0Y53K26 (22%, 0%, 53%, 26%)
(0.22 / 0.00 / 0.53 / 0.26)

CMYK percentages

%21.69
%0
%53.44
%25.88

Codes

Color #94BD58 in popluar color models

94 BD 58
RGB 148 189 88
HSL 84° 43.35% 54.31%
HSB/HSV 84° 53.44% 74.12%
CMYK 21.69% 0.00% 53.44%
25.88%

Color #94BD58 in popluar number systems.

HEX 94 BD 58
Decimal 148 189 88
Binary 10010100 10111101 1011000
Octal 224 275 130

Shades and tints

Shades of #94BD58

#94BD58
(148,189,88)
#87AC50
(135,172,80)
#7A9B48
(122,155,72)
#6D8A40
(109,138,64)
#607938
(96,121,56)
#536830
(83,104,48)
#465728
(70,87,40)
#394620
(57,70,32)
#2C3518
(44,53,24)
#1F2410
(31,36,16)
#121308
(18,19,8)
#000000
(0,0,0)

Tints of #94BD58

#94BD58
(148,189,88)
#9DC367
(157,195,103)
#A6C976
(166,201,118)
#AFCF85
(175,207,133)
#B8D594
(184,213,148)
#C1DBA3
(193,219,163)
#CAE1B2
(202,225,178)
#D3E7C1
(211,231,193)
#DCEDD0
(220,237,208)
#E5F3DF
(229,243,223)
#EEF9EE
(238,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BD58 color. Also use rgb(148,189,88) instead hex code.

Text Font Color

.myTextColor { color: #94BD58; }

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

This text font color is #94BD58.

Background Color

.myBgColor { background-color: #94BD58; }

<div style="background-color:#94BD58">Inner text</div>

This div background color is #94BD58.

Border color

.myBorderColor { border: 1px solid #94BD58; }

<div style="border:3px solid #94BD58">Div</div>

This div border color is #94BD58.

Opacity

.myOpacity80 { color: #94BD58; opacity: 0.8; }

<p style="color:#94BD58;opacity:0.8;">80%</p>

Text with #94BD58 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 #94BD58;}

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

This text has shadow with #94BD58 color.


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

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

This text has shadow with #94BD58 primary color and red secondary color.


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

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

This text has shadow with #94BD58 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94BD58.

Preview

Color preview on black background

This text has color #94BD58 on black background.


Color preview on white background

This text has color #94BD58 on white background.


Black color preview on #94BD58 background

This text has black color on #94BD58 background.


White color preview on #94BD58 background

This text has white color on #94BD58 background.


Related colors

Complementary color

Complementary color for #hex is #6B42A7.


I love getcolorcode.com

Triadic colors

1 #5894BD and #BD5894 with #94BD58 are triadic colors.

2 #58BD94 and #BD9458 with #94BD58 are triadic colors.