COLOR #C9E214

HEX: #C9E214
RGB: (201,226,20)

Color info

#C9E214 contains mainly red and green colors. Web safe color of #C9E214 is #CCCC00 (or #CC0).

RGB color model

#C9E214 color RGB value is (201,226,20).

  • red value is 201;
  • green value is 226;
  • blue value is 20.
RGB:
(201,226,20)
(79%,89%,8%)

RGB channels and saturation

R 201 of 255 = 79%
G 226 of 255 = 89%
B 20 of 255 = 8%

201
226
20

R + G + B ~ 59%. #C9E214 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 226 + 20 = 447 (100%)
R 201 of 447 ~ 44.97%
G 226 of 447 ~ 50.56%
B 20 of 447 ~ 4.47%

%44.97
%50.56

CMYK color model

#C9E214 color CMYK value is (11,0,91,11).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 91.15%
  • key color value is 11.37%
CMYK:
(11,0,91,11)
C11M0Y91K11 
(11%,0%,91%,11%)
(0.11/0.00/0.91/0.11)	

CMYK percentages

%11.06
%0
%91.15
%11.37

Codes

Color #C9E214 in popluar color models

C9E214
RGB20122620
HSL67°83.74%48.24%
HSB/HSV67°91.15%88.63%
CMYK11.06%0.00%91.15%
11.37%

Color #C9E214 in popluar number systems.

HEXC9E214
Decimal20122620
Binary110010011110001010100
Octal31134224

Shades and tints

Shades of #C9E214

#C9E214
(201,226,20)
#B7CE13
(183,206,19)
#A5BA12
(165,186,18)
#93A611
(147,166,17)
#819210
(129,146,16)
#6F7E0F
(111,126,15)
#5D6A0E
(93,106,14)
#4B560D
(75,86,13)
#39420C
(57,66,12)
#272E0B
(39,46,11)
#151A0A
(21,26,10)
#000000
(0,0,0)

Tints of #C9E214

#C9E214
(201,226,20)
#CDE429
(205,228,41)
#D1E63E
(209,230,62)
#D5E853
(213,232,83)
#D9EA68
(217,234,104)
#DDEC7D
(221,236,125)
#E1EE92
(225,238,146)
#E5F0A7
(229,240,167)
#E9F2BC
(233,242,188)
#EDF4D1
(237,244,209)
#F1F6E6
(241,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E214 color. Also use rgb(201,226,20) instead hex code.

Text Font Color

.myTextColor { color: #C9E214; }

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

This text font color is #C9E214.


Background Color

.myBgColor { background-color: #C9E214; }

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

This div background color is #C9E214.


Border color

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

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

This div border color is #C9E214.


Opacity

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

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

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

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

This text has shadow with #C9E214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E214 on black background.


Color preview on white background

This text has color #C9E214 on white background.



Black color preview on #C9E214 background

This text has black color on #C9E214 background.


White color preview on #C9E214 background

This text has white color on #C9E214 background.