COLOR #94CA55

HEX: #94CA55
RGB: (148,202,85)

Color info

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

RGB color model

#94CA55 color RGB value is (148,202,85).

  • red value is 148;
  • green value is 202;
  • blue value is 85.
RGB:
(148,202,85)
(58%,79%,33%)

RGB channels and saturation

R 148 of 255 = 58%
G 202 of 255 = 79%
B 85 of 255 = 33%

148
202
85

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

Portions of RGB colors in percentages

R + G + B =
148 + 202 + 85 = 435 (100%)
R 148 of 435 ~ 34.02%
G 202 of 435 ~ 46.44%
B 85 of 435 ~ 19.54%

%34.02
%46.44
%19.54

CMYK color model

#94CA55 color CMYK value is (27,0,58,21).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 57.92%
  • key color value is 20.78%
CMYK:
(27,0,58,21)
C27M0Y58K21 
(27%,0%,58%,21%)
(0.27/0.00/0.58/0.21)	

CMYK percentages

%26.73
%0
%57.92
%20.78

Codes

Color #94CA55 in popluar color models

94CA55
RGB14820285
HSL88°52.47%56.27%
HSB/HSV88°57.92%79.22%
CMYK26.73%0.00%57.92%
20.78%

Color #94CA55 in popluar number systems.

HEX94CA55
Decimal14820285
Binary10010100110010101010101
Octal224312125

Shades and tints

Shades of #94CA55

#94CA55
(148,202,85)
#87B84E
(135,184,78)
#7AA647
(122,166,71)
#6D9440
(109,148,64)
#608239
(96,130,57)
#537032
(83,112,50)
#465E2B
(70,94,43)
#394C24
(57,76,36)
#2C3A1D
(44,58,29)
#1F2816
(31,40,22)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #94CA55

#94CA55
(148,202,85)
#9DCE64
(157,206,100)
#A6D273
(166,210,115)
#AFD682
(175,214,130)
#B8DA91
(184,218,145)
#C1DEA0
(193,222,160)
#CAE2AF
(202,226,175)
#D3E6BE
(211,230,190)
#DCEACD
(220,234,205)
#E5EEDC
(229,238,220)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94CA55 color. Also use rgb(148,202,85) instead hex code.

Text Font Color

.myTextColor { color: #94CA55; }

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

This text font color is #94CA55.


Background Color

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

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

This div background color is #94CA55.


Border color

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

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

This div border color is #94CA55.


Opacity

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

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

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

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

This text has shadow with #94CA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94CA55 on black background.


Color preview on white background

This text has color #94CA55 on white background.



Black color preview on #94CA55 background

This text has black color on #94CA55 background.


White color preview on #94CA55 background

This text has white color on #94CA55 background.