COLOR #C1E17A

HEX: #C1E17A
RGB: (193,225,122)

Color info

#C1E17A contains mainly red and green colors. Web safe color of #C1E17A is #CCCC66 (or #CC6).

RGB color model

#C1E17A color RGB value is (193,225,122).

  • red value is 193;
  • green value is 225;
  • blue value is 122.
RGB:
(193,225,122)
(76%,88%,48%)

RGB channels and saturation

R 193 of 255 = 76%
G 225 of 255 = 88%
B 122 of 255 = 48%

193
225
122

R + G + B ~ 71%. #C1E17A is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 225 + 122 = 540 (100%)
R 193 of 540 ~ 35.74%
G 225 of 540 ~ 41.67%
B 122 of 540 ~ 22.59%

%35.74
%41.67
%22.59

CMYK color model

#C1E17A color CMYK value is (14,0,46,12).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 11.76%
CMYK:
(14,0,46,12)
C14M0Y46K12 
(14%,0%,46%,12%)
(0.14/0.00/0.46/0.12)	

CMYK percentages

%14.22
%0
%45.78
%11.76

Codes

Color #C1E17A in popluar color models

C1E17A
RGB193225122
HSL79°63.19%68.04%
HSB/HSV79°45.78%88.24%
CMYK14.22%0.00%45.78%
11.76%

Color #C1E17A in popluar number systems.

HEXC1E17A
Decimal193225122
Binary11000001111000011111010
Octal301341172

Shades and tints

Shades of #C1E17A

#C1E17A
(193,225,122)
#B0CD6F
(176,205,111)
#9FB964
(159,185,100)
#8EA559
(142,165,89)
#7D914E
(125,145,78)
#6C7D43
(108,125,67)
#5B6938
(91,105,56)
#4A552D
(74,85,45)
#394122
(57,65,34)
#282D17
(40,45,23)
#17190C
(23,25,12)
#000000
(0,0,0)

Tints of #C1E17A

#C1E17A
(193,225,122)
#C6E386
(198,227,134)
#CBE592
(203,229,146)
#D0E79E
(208,231,158)
#D5E9AA
(213,233,170)
#DAEBB6
(218,235,182)
#DFEDC2
(223,237,194)
#E4EFCE
(228,239,206)
#E9F1DA
(233,241,218)
#EEF3E6
(238,243,230)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E17A color. Also use rgb(193,225,122) instead hex code.

Text Font Color

.myTextColor { color: #C1E17A; }

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

This text font color is #C1E17A.


Background Color

.myBgColor { background-color: #C1E17A; }

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

This div background color is #C1E17A.


Border color

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

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

This div border color is #C1E17A.


Opacity

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

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

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

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

This text has shadow with #C1E17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E17A on black background.


Color preview on white background

This text has color #C1E17A on white background.



Black color preview on #C1E17A background

This text has black color on #C1E17A background.


White color preview on #C1E17A background

This text has white color on #C1E17A background.