COLOR #94D521

HEX: #94D521 RGB: (148,213,33)

Color info

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

RGB color model

#94D521 color RGB value is (148,213,33).

RGB: (148,213,33) (58%, 84%, 13%)

RGB channels and saturation

R 148 of 255 = 58%
G 213 of 255 = 84%
B 33 of 255 = 13%

148
213
33

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

Portions of RGB colors in percentages

R + G + B = 148 + 213 + 33 = 394 (100%)
R 148 of 394 ~ 37.56%
G 213 of 394 ~ 54.06%
B 33 of 394 ~ 8.38'%

%37.56
%54.06

CMYK color model

#94D521 color CMYK value is (31,0,85,16).

  • cyan value is 30.52%
  • magenta value is 0.00%
  • yellow value is 84.51%
  • key color value is 16.47%

CMYK: (31,0,85,16)
C31M0Y85K16 (31%, 0%, 85%, 16%)
(0.31 / 0.00 / 0.85 / 0.16)

CMYK percentages

%30.52
%0
%84.51
%16.47

Codes

Color #94D521 in popluar color models

94 D5 21
RGB 148 213 33
HSL 82° 73.17% 48.24%
HSB/HSV 82° 84.51% 83.53%
CMYK 30.52% 0.00% 84.51%
16.47%

Color #94D521 in popluar number systems.

HEX 94 D5 21
Decimal 148 213 33
Binary 10010100 11010101 100001
Octal 224 325 41

Shades and tints

Shades of #94D521

#94D521
(148,213,33)
#87C21E
(135,194,30)
#7AAF1B
(122,175,27)
#6D9C18
(109,156,24)
#608915
(96,137,21)
#537612
(83,118,18)
#46630F
(70,99,15)
#39500C
(57,80,12)
#2C3D09
(44,61,9)
#1F2A06
(31,42,6)
#121703
(18,23,3)
#000000
(0,0,0)

Tints of #94D521

#94D521
(148,213,33)
#9DD835
(157,216,53)
#A6DB49
(166,219,73)
#AFDE5D
(175,222,93)
#B8E171
(184,225,113)
#C1E485
(193,228,133)
#CAE799
(202,231,153)
#D3EAAD
(211,234,173)
#DCEDC1
(220,237,193)
#E5F0D5
(229,240,213)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D521 color. Also use rgb(148,213,33) instead hex code.

Text Font Color

.myTextColor { color: #94D521; }

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

This text font color is #94D521.

Background Color

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

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

This div background color is #94D521.

Border color

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

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

This div border color is #94D521.

Opacity

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

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

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

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

This text has shadow with #94D521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94D521.

Preview

Color preview on black background

This text has color #94D521 on black background.


Color preview on white background

This text has color #94D521 on white background.


Black color preview on #94D521 background

This text has black color on #94D521 background.


White color preview on #94D521 background

This text has white color on #94D521 background.


Related colors

Complementary color

Complementary color for #hex is #6B2ADE.


I love getcolorcode.com

Triadic colors

1 #2194D5 and #D52194 with #94D521 are triadic colors.

2 #21D594 and #D59421 with #94D521 are triadic colors.