COLOR #94CC35

HEX: #94CC35
RGB: (148,204,53)

Color info

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

RGB color model

#94CC35 color RGB value is (148,204,53).

  • red value is 148;
  • green value is 204;
  • blue value is 53.
RGB:
(148,204,53)
(58%,80%,21%)

RGB channels and saturation

R 148 of 255 = 58%
G 204 of 255 = 80%
B 53 of 255 = 21%

148
204
53

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

Portions of RGB colors in percentages

R + G + B =
148 + 204 + 53 = 405 (100%)
R 148 of 405 ~ 36.54%
G 204 of 405 ~ 50.37%
B 53 of 405 ~ 13.09%

%36.54
%50.37
%13.09

CMYK color model

#94CC35 color CMYK value is (27,0,74,20).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 74.02%
  • key color value is 20.00%
CMYK:
(27,0,74,20)
C27M0Y74K20 
(27%,0%,74%,20%)
(0.27/0.00/0.74/0.20)	

CMYK percentages

%27.45
%0
%74.02
%20

Codes

Color #94CC35 in popluar color models

94CC35
RGB14820453
HSL82°59.68%50.39%
HSB/HSV82°74.02%80.00%
CMYK27.45%0.00%74.02%
20.00%

Color #94CC35 in popluar number systems.

HEX94CC35
Decimal14820453
Binary1001010011001100110101
Octal22431465

Shades and tints

Shades of #94CC35

#94CC35
(148,204,53)
#87BA31
(135,186,49)
#7AA82D
(122,168,45)
#6D9629
(109,150,41)
#608425
(96,132,37)
#537221
(83,114,33)
#46601D
(70,96,29)
#394E19
(57,78,25)
#2C3C15
(44,60,21)
#1F2A11
(31,42,17)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #94CC35

#94CC35
(148,204,53)
#9DD047
(157,208,71)
#A6D459
(166,212,89)
#AFD86B
(175,216,107)
#B8DC7D
(184,220,125)
#C1E08F
(193,224,143)
#CAE4A1
(202,228,161)
#D3E8B3
(211,232,179)
#DCECC5
(220,236,197)
#E5F0D7
(229,240,215)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94CC35 color. Also use rgb(148,204,53) instead hex code.

Text Font Color

.myTextColor { color: #94CC35; }

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

This text font color is #94CC35.


Background Color

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

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

This div background color is #94CC35.


Border color

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

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

This div border color is #94CC35.


Opacity

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

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

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

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

This text has shadow with #94CC35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94CC35 on black background.


Color preview on white background

This text has color #94CC35 on white background.



Black color preview on #94CC35 background

This text has black color on #94CC35 background.


White color preview on #94CC35 background

This text has white color on #94CC35 background.