COLOR #C1E82A

HEX: #C1E82A
RGB: (193,232,42)

Color info

#C1E82A contains mainly red and green colors. Web safe color of #C1E82A is #CCFF33 (or #CF3).

RGB color model

#C1E82A color RGB value is (193,232,42).

  • red value is 193;
  • green value is 232;
  • blue value is 42.
RGB:
(193,232,42)
(76%,91%,16%)

RGB channels and saturation

R 193 of 255 = 76%
G 232 of 255 = 91%
B 42 of 255 = 16%

193
232
42

R + G + B ~ 61%. #C1E82A is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 232 + 42 = 467 (100%)
R 193 of 467 ~ 41.33%
G 232 of 467 ~ 49.68%
B 42 of 467 ~ 8.99%

%41.33
%49.68

CMYK color model

#C1E82A color CMYK value is (17,0,82,9).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 81.90%
  • key color value is 9.02%
CMYK:
(17,0,82,9)
C17M0Y82K9 
(17%,0%,82%,9%)
(0.17/0.00/0.82/0.09)	

CMYK percentages

%16.81
%0
%81.9
%9.02

Codes

Color #C1E82A in popluar color models

C1E82A
RGB19323242
HSL72°80.51%53.73%
HSB/HSV72°81.90%90.98%
CMYK16.81%0.00%81.90%
9.02%

Color #C1E82A in popluar number systems.

HEXC1E82A
Decimal19323242
Binary1100000111101000101010
Octal30135052

Shades and tints

Shades of #C1E82A

#C1E82A
(193,232,42)
#B0D327
(176,211,39)
#9FBE24
(159,190,36)
#8EA921
(142,169,33)
#7D941E
(125,148,30)
#6C7F1B
(108,127,27)
#5B6A18
(91,106,24)
#4A5515
(74,85,21)
#394012
(57,64,18)
#282B0F
(40,43,15)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #C1E82A

#C1E82A
(193,232,42)
#C6EA3D
(198,234,61)
#CBEC50
(203,236,80)
#D0EE63
(208,238,99)
#D5F076
(213,240,118)
#DAF289
(218,242,137)
#DFF49C
(223,244,156)
#E4F6AF
(228,246,175)
#E9F8C2
(233,248,194)
#EEFAD5
(238,250,213)
#F3FCE8
(243,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E82A color. Also use rgb(193,232,42) instead hex code.

Text Font Color

.myTextColor { color: #C1E82A; }

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

This text font color is #C1E82A.


Background Color

.myBgColor { background-color: #C1E82A; }

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

This div background color is #C1E82A.


Border color

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

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

This div border color is #C1E82A.


Opacity

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

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

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

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

This text has shadow with #C1E82A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E82A on black background.


Color preview on white background

This text has color #C1E82A on white background.



Black color preview on #C1E82A background

This text has black color on #C1E82A background.


White color preview on #C1E82A background

This text has white color on #C1E82A background.