COLOR #94CF4D

HEX: #94CF4D
RGB: (148,207,77)

Color info

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

RGB color model

#94CF4D color RGB value is (148,207,77).

  • red value is 148;
  • green value is 207;
  • blue value is 77.
RGB:
(148,207,77)
(58%,81%,30%)

RGB channels and saturation

R 148 of 255 = 58%
G 207 of 255 = 81%
B 77 of 255 = 30%

148
207
77

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

Portions of RGB colors in percentages

R + G + B =
148 + 207 + 77 = 432 (100%)
R 148 of 432 ~ 34.26%
G 207 of 432 ~ 47.92%
B 77 of 432 ~ 17.82%

%34.26
%47.92
%17.82

CMYK color model

#94CF4D color CMYK value is (29,0,63,19).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 62.80%
  • key color value is 18.82%
CMYK:
(29,0,63,19)
C29M0Y63K19 
(29%,0%,63%,19%)
(0.29/0.00/0.63/0.19)	

CMYK percentages

%28.5
%0
%62.8
%18.82

Codes

Color #94CF4D in popluar color models

94CF4D
RGB14820777
HSL87°57.52%55.69%
HSB/HSV87°62.80%81.18%
CMYK28.50%0.00%62.80%
18.82%

Color #94CF4D in popluar number systems.

HEX94CF4D
Decimal14820777
Binary10010100110011111001101
Octal224317115

Shades and tints

Shades of #94CF4D

#94CF4D
(148,207,77)
#87BD46
(135,189,70)
#7AAB3F
(122,171,63)
#6D9938
(109,153,56)
#608731
(96,135,49)
#53752A
(83,117,42)
#466323
(70,99,35)
#39511C
(57,81,28)
#2C3F15
(44,63,21)
#1F2D0E
(31,45,14)
#121B07
(18,27,7)
#000000
(0,0,0)

Tints of #94CF4D

#94CF4D
(148,207,77)
#9DD35D
(157,211,93)
#A6D76D
(166,215,109)
#AFDB7D
(175,219,125)
#B8DF8D
(184,223,141)
#C1E39D
(193,227,157)
#CAE7AD
(202,231,173)
#D3EBBD
(211,235,189)
#DCEFCD
(220,239,205)
#E5F3DD
(229,243,221)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94CF4D color. Also use rgb(148,207,77) instead hex code.

Text Font Color

.myTextColor { color: #94CF4D; }

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

This text font color is #94CF4D.


Background Color

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

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

This div background color is #94CF4D.


Border color

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

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

This div border color is #94CF4D.


Opacity

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

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

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

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

This text has shadow with #94CF4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94CF4D on black background.


Color preview on white background

This text has color #94CF4D on white background.



Black color preview on #94CF4D background

This text has black color on #94CF4D background.


White color preview on #94CF4D background

This text has white color on #94CF4D background.