COLOR #C1F498

HEX: #C1F498
RGB: (193,244,152)

Color info

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

RGB color model

#C1F498 color RGB value is (193,244,152).

  • red value is 193;
  • green value is 244;
  • blue value is 152.
RGB:
(193,244,152)
(76%,96%,60%)

RGB channels and saturation

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

193
244
152

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

Portions of RGB colors in percentages

R + G + B =
193 + 244 + 152 = 589 (100%)
R 193 of 589 ~ 32.77%
G 244 of 589 ~ 41.43%
B 152 of 589 ~ 25.81%

%32.77
%41.43
%25.81

CMYK color model

#C1F498 color CMYK value is (21,0,38,4).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 4.31%
CMYK:
(21,0,38,4)
C21M0Y38K4 
(21%,0%,38%,4%)
(0.21/0.00/0.38/0.04)	

CMYK percentages

%20.9
%0
%37.7
%4.31

Codes

Color #C1F498 in popluar color models

C1F498
RGB193244152
HSL93°80.70%77.65%
HSB/HSV93°37.70%95.69%
CMYK20.90%0.00%37.70%
4.31%

Color #C1F498 in popluar number systems.

HEXC1F498
Decimal193244152
Binary110000011111010010011000
Octal301364230

Shades and tints

Shades of #C1F498

#C1F498
(193,244,152)
#B0DE8B
(176,222,139)
#9FC87E
(159,200,126)
#8EB271
(142,178,113)
#7D9C64
(125,156,100)
#6C8657
(108,134,87)
#5B704A
(91,112,74)
#4A5A3D
(74,90,61)
#394430
(57,68,48)
#282E23
(40,46,35)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #C1F498

#C1F498
(193,244,152)
#C6F5A1
(198,245,161)
#CBF6AA
(203,246,170)
#D0F7B3
(208,247,179)
#D5F8BC
(213,248,188)
#DAF9C5
(218,249,197)
#DFFACE
(223,250,206)
#E4FBD7
(228,251,215)
#E9FCE0
(233,252,224)
#EEFDE9
(238,253,233)
#F3FEF2
(243,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1F498; }

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

This text font color is #C1F498.


Background Color

.myBgColor { background-color: #C1F498; }

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

This div background color is #C1F498.


Border color

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

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

This div border color is #C1F498.


Opacity

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

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

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

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

This text has shadow with #C1F498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F498 on black background.


Color preview on white background

This text has color #C1F498 on white background.



Black color preview on #C1F498 background

This text has black color on #C1F498 background.


White color preview on #C1F498 background

This text has white color on #C1F498 background.