COLOR #C1F499

HEX: #C1F499 RGB: (193,244,153)

Color info

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

RGB color model

#C1F499 color RGB value is (193,244,153).

RGB: (193,244,153) (76%, 96%, 60%)

RGB channels and saturation

R 193 of 255 = 76%
G 244 of 255 = 96%
B 153 of 255 = 60%

193
244
153

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

Portions of RGB colors in percentages

R + G + B = 193 + 244 + 153 = 590 (100%)
R 193 of 590 ~ 32.71%
G 244 of 590 ~ 41.36%
B 153 of 590 ~ 25.93'%

%32.71
%41.36
%25.93

CMYK color model

#C1F499 color CMYK value is (21,0,37,4).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 37.30%
  • key color value is 4.31%
CMYK: (21,0,37,4) C21M0Y37K4 (21%,0%,37%,4%) (0.21/0.00/0.37/0.04) 

CMYK percentages

%20.9
%0
%37.3
%4.31

Codes

Color #C1F499 in popluar color models

C1 F4 99
RGB 193 244 153
HSL 94° 80.53% 77.84%
HSB/HSV 94° 37.30% 95.69%
CMYK 20.90% 0.00% 37.30%
4.31%

Color #C1F499 in popluar number systems.

HEX C1 F4 99
Decimal 193 244 153
Binary 11000001 11110100 10011001
Octal 301 364 231

Shades and tints

Shades of #C1F499

#C1F499
(193,244,153)
#B0DE8C
(176,222,140)
#9FC87F
(159,200,127)
#8EB272
(142,178,114)
#7D9C65
(125,156,101)
#6C8658
(108,134,88)
#5B704B
(91,112,75)
#4A5A3E
(74,90,62)
#394431
(57,68,49)
#282E24
(40,46,36)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #C1F499

#C1F499
(193,244,153)
#C6F5A2
(198,245,162)
#CBF6AB
(203,246,171)
#D0F7B4
(208,247,180)
#D5F8BD
(213,248,189)
#DAF9C6
(218,249,198)
#DFFACF
(223,250,207)
#E4FBD8
(228,251,216)
#E9FCE1
(233,252,225)
#EEFDEA
(238,253,234)
#F3FEF3
(243,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F499 color. Also use rgb(193,244,153) instead hex code.

Text Font Color

.myTextColor { color: #C1F499; }

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

This text font color is #C1F499.

Background Color

.myBgColor { background-color: #C1F499; }

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

This div background color is #C1F499.

Border color

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

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

This div border color is #C1F499.

Opacity

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

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

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

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

This text has shadow with #C1F499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1F499.

Preview

Color preview on black background

This text has color #C1F499 on black background.


Color preview on white background

This text has color #C1F499 on white background.


Black color preview on #C1F499 background

This text has black color on #C1F499 background.


White color preview on #C1F499 background

This text has white color on #C1F499 background.


Related colors

Complementary color

Complementary color for #hex is #3E0B66.


I love getcolorcode.com

Triadic colors

1 #99C1F4 and #F499C1 with #C1F499 are triadic colors.

2 #99F4C1 and #F4C199 with #C1F499 are triadic colors.