COLOR #94DB41

HEX: #94DB41
RGB: (148,219,65)

Color info

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

RGB color model

#94DB41 color RGB value is (148,219,65).

  • red value is 148;
  • green value is 219;
  • blue value is 65.
RGB:
(148,219,65)
(58%,86%,25%)

RGB channels and saturation

R 148 of 255 = 58%
G 219 of 255 = 86%
B 65 of 255 = 25%

148
219
65

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

Portions of RGB colors in percentages

R + G + B =
148 + 219 + 65 = 432 (100%)
R 148 of 432 ~ 34.26%
G 219 of 432 ~ 50.69%
B 65 of 432 ~ 15.05%

%34.26
%50.69
%15.05

CMYK color model

#94DB41 color CMYK value is (32,0,70,14).

  • cyan value is 32.42%
  • magenta value is 0.00%
  • yellow value is 70.32%
  • key color value is 14.12%
CMYK:
(32,0,70,14)
C32M0Y70K14 
(32%,0%,70%,14%)
(0.32/0.00/0.70/0.14)	

CMYK percentages

%32.42
%0
%70.32
%14.12

Codes

Color #94DB41 in popluar color models

94DB41
RGB14821965
HSL88°68.14%55.69%
HSB/HSV88°70.32%85.88%
CMYK32.42%0.00%70.32%
14.12%

Color #94DB41 in popluar number systems.

HEX94DB41
Decimal14821965
Binary10010100110110111000001
Octal224333101

Shades and tints

Shades of #94DB41

#94DB41
(148,219,65)
#87C83C
(135,200,60)
#7AB537
(122,181,55)
#6DA232
(109,162,50)
#608F2D
(96,143,45)
#537C28
(83,124,40)
#466923
(70,105,35)
#39561E
(57,86,30)
#2C4319
(44,67,25)
#1F3014
(31,48,20)
#121D0F
(18,29,15)
#000000
(0,0,0)

Tints of #94DB41

#94DB41
(148,219,65)
#9DDE52
(157,222,82)
#A6E163
(166,225,99)
#AFE474
(175,228,116)
#B8E785
(184,231,133)
#C1EA96
(193,234,150)
#CAEDA7
(202,237,167)
#D3F0B8
(211,240,184)
#DCF3C9
(220,243,201)
#E5F6DA
(229,246,218)
#EEF9EB
(238,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94DB41 color. Also use rgb(148,219,65) instead hex code.

Text Font Color

.myTextColor { color: #94DB41; }

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

This text font color is #94DB41.


Background Color

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

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

This div background color is #94DB41.


Border color

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

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

This div border color is #94DB41.


Opacity

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

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

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

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

This text has shadow with #94DB41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94DB41 on black background.


Color preview on white background

This text has color #94DB41 on white background.



Black color preview on #94DB41 background

This text has black color on #94DB41 background.


White color preview on #94DB41 background

This text has white color on #94DB41 background.