COLOR #C1F475

HEX: #C1F475
RGB: (193,244,117)

Color info

#C1F475 contains mainly red and green colors. Web safe color of #C1F475 is #CCFF66 (or #CF6).

RGB color model

#C1F475 color RGB value is (193,244,117).

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

RGB channels and saturation

R 193 of 255 = 76%
G 244 of 255 = 96%
B 117 of 255 = 46%

193
244
117

R + G + B ~ 73%. #C1F475 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 244 + 117 = 554 (100%)
R 193 of 554 ~ 34.84%
G 244 of 554 ~ 44.04%
B 117 of 554 ~ 21.12%

%34.84
%44.04
%21.12

CMYK color model

#C1F475 color CMYK value is (21,0,52,4).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 4.31%
CMYK:
(21,0,52,4)
C21M0Y52K4 
(21%,0%,52%,4%)
(0.21/0.00/0.52/0.04)	

CMYK percentages

%20.9
%0
%52.05
%4.31

Codes

Color #C1F475 in popluar color models

C1F475
RGB193244117
HSL84°85.23%70.78%
HSB/HSV84°52.05%95.69%
CMYK20.90%0.00%52.05%
4.31%

Color #C1F475 in popluar number systems.

HEXC1F475
Decimal193244117
Binary11000001111101001110101
Octal301364165

Shades and tints

Shades of #C1F475

#C1F475
(193,244,117)
#B0DE6B
(176,222,107)
#9FC861
(159,200,97)
#8EB257
(142,178,87)
#7D9C4D
(125,156,77)
#6C8643
(108,134,67)
#5B7039
(91,112,57)
#4A5A2F
(74,90,47)
#394425
(57,68,37)
#282E1B
(40,46,27)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #C1F475

#C1F475
(193,244,117)
#C6F581
(198,245,129)
#CBF68D
(203,246,141)
#D0F799
(208,247,153)
#D5F8A5
(213,248,165)
#DAF9B1
(218,249,177)
#DFFABD
(223,250,189)
#E4FBC9
(228,251,201)
#E9FCD5
(233,252,213)
#EEFDE1
(238,253,225)
#F3FEED
(243,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1F475; }

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

This text font color is #C1F475.


Background Color

.myBgColor { background-color: #C1F475; }

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

This div background color is #C1F475.


Border color

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

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

This div border color is #C1F475.


Opacity

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

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

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

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

This text has shadow with #C1F475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F475 on black background.


Color preview on white background

This text has color #C1F475 on white background.



Black color preview on #C1F475 background

This text has black color on #C1F475 background.


White color preview on #C1F475 background

This text has white color on #C1F475 background.