COLOR #C1FA94

HEX: #C1FA94
RGB: (193,250,148)

Color info

#C1FA94 contains mainly red and green colors. Web safe color of #C1FA94 is #CCFF99 (or #CF9).

RGB color model

#C1FA94 color RGB value is (193,250,148).

  • red value is 193;
  • green value is 250;
  • blue value is 148.
RGB:
(193,250,148)
(76%,98%,58%)

RGB channels and saturation

R 193 of 255 = 76%
G 250 of 255 = 98%
B 148 of 255 = 58%

193
250
148

R + G + B ~ 77%. #C1FA94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 250 + 148 = 591 (100%)
R 193 of 591 ~ 32.66%
G 250 of 591 ~ 42.3%
B 148 of 591 ~ 25.04%

%32.66
%42.3
%25.04

CMYK color model

#C1FA94 color CMYK value is (23,0,41,2).

  • cyan value is 22.80%
  • magenta value is 0.00%
  • yellow value is 40.80%
  • key color value is 1.96%
CMYK:
(23,0,41,2)
C23M0Y41K2 
(23%,0%,41%,2%)
(0.23/0.00/0.41/0.02)	

CMYK percentages

%22.8
%0
%40.8
%1.96

Codes

Color #C1FA94 in popluar color models

C1FA94
RGB193250148
HSL94°91.07%78.04%
HSB/HSV94°40.80%98.04%
CMYK22.80%0.00%40.80%
1.96%

Color #C1FA94 in popluar number systems.

HEXC1FA94
Decimal193250148
Binary110000011111101010010100
Octal301372224

Shades and tints

Shades of #C1FA94

#C1FA94
(193,250,148)
#B0E487
(176,228,135)
#9FCE7A
(159,206,122)
#8EB86D
(142,184,109)
#7DA260
(125,162,96)
#6C8C53
(108,140,83)
#5B7646
(91,118,70)
#4A6039
(74,96,57)
#394A2C
(57,74,44)
#28341F
(40,52,31)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #C1FA94

#C1FA94
(193,250,148)
#C6FA9D
(198,250,157)
#CBFAA6
(203,250,166)
#D0FAAF
(208,250,175)
#D5FAB8
(213,250,184)
#DAFAC1
(218,250,193)
#DFFACA
(223,250,202)
#E4FAD3
(228,250,211)
#E9FADC
(233,250,220)
#EEFAE5
(238,250,229)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1FA94 color. Also use rgb(193,250,148) instead hex code.

Text Font Color

.myTextColor { color: #C1FA94; }

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

This text font color is #C1FA94.


Background Color

.myBgColor { background-color: #C1FA94; }

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

This div background color is #C1FA94.


Border color

.myBorderColor { border: 1px solid #C1FA94; }

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

This div border color is #C1FA94.


Opacity

.myOpacity80 { color: #C1FA94; opacity: 0.8; }

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

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

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

This text has shadow with #C1FA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1FA94 on black background.


Color preview on white background

This text has color #C1FA94 on white background.



Black color preview on #C1FA94 background

This text has black color on #C1FA94 background.


White color preview on #C1FA94 background

This text has white color on #C1FA94 background.