COLOR #C1F191

HEX: #C1F191
RGB: (193,241,145)

Color info

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

RGB color model

#C1F191 color RGB value is (193,241,145).

  • red value is 193;
  • green value is 241;
  • blue value is 145.
RGB:
(193,241,145)
(76%,95%,57%)

RGB channels and saturation

R 193 of 255 = 76%
G 241 of 255 = 95%
B 145 of 255 = 57%

193
241
145

R + G + B ~ 76%. #C1F191 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 241 + 145 = 579 (100%)
R 193 of 579 ~ 33.33%
G 241 of 579 ~ 41.62%
B 145 of 579 ~ 25.04%

%33.33
%41.62
%25.04

CMYK color model

#C1F191 color CMYK value is (20,0,40,5).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 39.83%
  • key color value is 5.49%
CMYK:
(20,0,40,5)
C20M0Y40K5 
(20%,0%,40%,5%)
(0.20/0.00/0.40/0.05)	

CMYK percentages

%19.92
%0
%39.83
%5.49

Codes

Color #C1F191 in popluar color models

C1F191
RGB193241145
HSL90°77.42%75.69%
HSB/HSV90°39.83%94.51%
CMYK19.92%0.00%39.83%
5.49%

Color #C1F191 in popluar number systems.

HEXC1F191
Decimal193241145
Binary110000011111000110010001
Octal301361221

Shades and tints

Shades of #C1F191

#C1F191
(193,241,145)
#B0DC84
(176,220,132)
#9FC777
(159,199,119)
#8EB26A
(142,178,106)
#7D9D5D
(125,157,93)
#6C8850
(108,136,80)
#5B7343
(91,115,67)
#4A5E36
(74,94,54)
#394929
(57,73,41)
#28341C
(40,52,28)
#171F0F
(23,31,15)
#000000
(0,0,0)

Tints of #C1F191

#C1F191
(193,241,145)
#C6F29B
(198,242,155)
#CBF3A5
(203,243,165)
#D0F4AF
(208,244,175)
#D5F5B9
(213,245,185)
#DAF6C3
(218,246,195)
#DFF7CD
(223,247,205)
#E4F8D7
(228,248,215)
#E9F9E1
(233,249,225)
#EEFAEB
(238,250,235)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F191 color. Also use rgb(193,241,145) instead hex code.

Text Font Color

.myTextColor { color: #C1F191; }

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

This text font color is #C1F191.


Background Color

.myBgColor { background-color: #C1F191; }

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

This div background color is #C1F191.


Border color

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

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

This div border color is #C1F191.


Opacity

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

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

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

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

This text has shadow with #C1F191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F191 on black background.


Color preview on white background

This text has color #C1F191 on white background.



Black color preview on #C1F191 background

This text has black color on #C1F191 background.


White color preview on #C1F191 background

This text has white color on #C1F191 background.