COLOR #94C53D

HEX: #94C53D
RGB: (148,197,61)

Color info

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

RGB color model

#94C53D color RGB value is (148,197,61).

  • red value is 148;
  • green value is 197;
  • blue value is 61.
RGB:
(148,197,61)
(58%,77%,24%)

RGB channels and saturation

R 148 of 255 = 58%
G 197 of 255 = 77%
B 61 of 255 = 24%

148
197
61

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

Portions of RGB colors in percentages

R + G + B =
148 + 197 + 61 = 406 (100%)
R 148 of 406 ~ 36.45%
G 197 of 406 ~ 48.52%
B 61 of 406 ~ 15.02%

%36.45
%48.52
%15.02

CMYK color model

#94C53D color CMYK value is (25,0,69,23).

  • cyan value is 24.87%
  • magenta value is 0.00%
  • yellow value is 69.04%
  • key color value is 22.75%
CMYK:
(25,0,69,23)
C25M0Y69K23 
(25%,0%,69%,23%)
(0.25/0.00/0.69/0.23)	

CMYK percentages

%24.87
%0
%69.04
%22.75

Codes

Color #94C53D in popluar color models

94C53D
RGB14819761
HSL82°53.97%50.59%
HSB/HSV82°69.04%77.25%
CMYK24.87%0.00%69.04%
22.75%

Color #94C53D in popluar number systems.

HEX94C53D
Decimal14819761
Binary1001010011000101111101
Octal22430575

Shades and tints

Shades of #94C53D

#94C53D
(148,197,61)
#87B438
(135,180,56)
#7AA333
(122,163,51)
#6D922E
(109,146,46)
#608129
(96,129,41)
#537024
(83,112,36)
#465F1F
(70,95,31)
#394E1A
(57,78,26)
#2C3D15
(44,61,21)
#1F2C10
(31,44,16)
#121B0B
(18,27,11)
#000000
(0,0,0)

Tints of #94C53D

#94C53D
(148,197,61)
#9DCA4E
(157,202,78)
#A6CF5F
(166,207,95)
#AFD470
(175,212,112)
#B8D981
(184,217,129)
#C1DE92
(193,222,146)
#CAE3A3
(202,227,163)
#D3E8B4
(211,232,180)
#DCEDC5
(220,237,197)
#E5F2D6
(229,242,214)
#EEF7E7
(238,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C53D color. Also use rgb(148,197,61) instead hex code.

Text Font Color

.myTextColor { color: #94C53D; }

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

This text font color is #94C53D.


Background Color

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

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

This div background color is #94C53D.


Border color

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

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

This div border color is #94C53D.


Opacity

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

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

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

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

This text has shadow with #94C53D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C53D on black background.


Color preview on white background

This text has color #94C53D on white background.



Black color preview on #94C53D background

This text has black color on #94C53D background.


White color preview on #94C53D background

This text has white color on #94C53D background.