COLOR #C9E128

HEX: #C9E128
RGB: (201,225,40)

Color info

#C9E128 contains mainly red and green colors. Web safe color of #C9E128 is #CCCC33 (or #CC3).

RGB color model

#C9E128 color RGB value is (201,225,40).

  • red value is 201;
  • green value is 225;
  • blue value is 40.
RGB:
(201,225,40)
(79%,88%,16%)

RGB channels and saturation

R 201 of 255 = 79%
G 225 of 255 = 88%
B 40 of 255 = 16%

201
225
40

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

Portions of RGB colors in percentages

R + G + B =
201 + 225 + 40 = 466 (100%)
R 201 of 466 ~ 43.13%
G 225 of 466 ~ 48.28%
B 40 of 466 ~ 8.58%

%43.13
%48.28

CMYK color model

#C9E128 color CMYK value is (11,0,82,12).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 82.22%
  • key color value is 11.76%
CMYK:
(11,0,82,12)
C11M0Y82K12 
(11%,0%,82%,12%)
(0.11/0.00/0.82/0.12)	

CMYK percentages

%10.67
%0
%82.22
%11.76

Codes

Color #C9E128 in popluar color models

C9E128
RGB20122540
HSL68°75.51%51.96%
HSB/HSV68°82.22%88.24%
CMYK10.67%0.00%82.22%
11.76%

Color #C9E128 in popluar number systems.

HEXC9E128
Decimal20122540
Binary1100100111100001101000
Octal31134150

Shades and tints

Shades of #C9E128

#C9E128
(201,225,40)
#B7CD25
(183,205,37)
#A5B922
(165,185,34)
#93A51F
(147,165,31)
#81911C
(129,145,28)
#6F7D19
(111,125,25)
#5D6916
(93,105,22)
#4B5513
(75,85,19)
#394110
(57,65,16)
#272D0D
(39,45,13)
#15190A
(21,25,10)
#000000
(0,0,0)

Tints of #C9E128

#C9E128
(201,225,40)
#CDE33B
(205,227,59)
#D1E54E
(209,229,78)
#D5E761
(213,231,97)
#D9E974
(217,233,116)
#DDEB87
(221,235,135)
#E1ED9A
(225,237,154)
#E5EFAD
(229,239,173)
#E9F1C0
(233,241,192)
#EDF3D3
(237,243,211)
#F1F5E6
(241,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E128 color. Also use rgb(201,225,40) instead hex code.

Text Font Color

.myTextColor { color: #C9E128; }

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

This text font color is #C9E128.


Background Color

.myBgColor { background-color: #C9E128; }

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

This div background color is #C9E128.


Border color

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

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

This div border color is #C9E128.


Opacity

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

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

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

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

This text has shadow with #C9E128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E128 on black background.


Color preview on white background

This text has color #C9E128 on white background.



Black color preview on #C9E128 background

This text has black color on #C9E128 background.


White color preview on #C9E128 background

This text has white color on #C9E128 background.