COLOR #94CF95

HEX: #94CF95
RGB: (148,207,149)

Color info

#94CF95 contains red, green and blue colors in about the same proportion. Web safe color of #94CF95 is #99CC99 (or #9C9).

RGB color model

#94CF95 color RGB value is (148,207,149).

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

RGB channels and saturation

R 148 of 255 = 58%
G 207 of 255 = 81%
B 149 of 255 = 58%

148
207
149

R + G + B ~ 66%. #94CF95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 207 + 149 = 504 (100%)
R 148 of 504 ~ 29.37%
G 207 of 504 ~ 41.07%
B 149 of 504 ~ 29.56%

%29.37
%41.07
%29.56

CMYK color model

#94CF95 color CMYK value is (29,0,28,19).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 18.82%
CMYK:
(29,0,28,19)
C29M0Y28K19 
(29%,0%,28%,19%)
(0.29/0.00/0.28/0.19)	

CMYK percentages

%28.5
%0
%28.02
%18.82

Codes

Color #94CF95 in popluar color models

94CF95
RGB148207149
HSL121°38.06%69.61%
HSB/HSV121°28.50%81.18%
CMYK28.50%0.00%28.02%
18.82%

Color #94CF95 in popluar number systems.

HEX94CF95
Decimal148207149
Binary100101001100111110010101
Octal224317225

Shades and tints

Shades of #94CF95

#94CF95
(148,207,149)
#87BD88
(135,189,136)
#7AAB7B
(122,171,123)
#6D996E
(109,153,110)
#608761
(96,135,97)
#537554
(83,117,84)
#466347
(70,99,71)
#39513A
(57,81,58)
#2C3F2D
(44,63,45)
#1F2D20
(31,45,32)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #94CF95

#94CF95
(148,207,149)
#9DD39E
(157,211,158)
#A6D7A7
(166,215,167)
#AFDBB0
(175,219,176)
#B8DFB9
(184,223,185)
#C1E3C2
(193,227,194)
#CAE7CB
(202,231,203)
#D3EBD4
(211,235,212)
#DCEFDD
(220,239,221)
#E5F3E6
(229,243,230)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94CF95; }

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

This text font color is #94CF95.


Background Color

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

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

This div background color is #94CF95.


Border color

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

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

This div border color is #94CF95.


Opacity

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

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

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

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

This text has shadow with #94CF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94CF95 on black background.


Color preview on white background

This text has color #94CF95 on white background.



Black color preview on #94CF95 background

This text has black color on #94CF95 background.


White color preview on #94CF95 background

This text has white color on #94CF95 background.