COLOR #C9FF03

HEX: #C9FF03
RGB: (201,255,3)

Color info

#C9FF03 contains mainly red and green colors. Web safe color of #C9FF03 is #CCFF00 (or #CF0).

RGB color model

#C9FF03 color RGB value is (201,255,3).

  • red value is 201;
  • green value is 255;
  • blue value is 3.
RGB:
(201,255,3)
(79%,100%,1%)

RGB channels and saturation

R 201 of 255 = 79%
G 255 of 255 = 100%
B 3 of 255 = 1%

201
255
3

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

Portions of RGB colors in percentages

R + G + B =
201 + 255 + 3 = 459 (100%)
R 201 of 459 ~ 43.79%
G 255 of 459 ~ 55.56%
B 3 of 459 ~ 0.65%

%43.79
%55.56

CMYK color model

#C9FF03 color CMYK value is (21,0,99,0).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 98.82%
  • key color value is 0.00%
CMYK:
(21,0,99,0)
C21M0Y99K0 
(21%,0%,99%,0%)
(0.21/0.00/0.99/0.00)	

CMYK percentages

%21.18
%0
%98.82
%0

Codes

Color #C9FF03 in popluar color models

C9FF03
RGB2012553
HSL73°100.00%50.59%
HSB/HSV73°98.82%100.00%
CMYK21.18%0.00%98.82%
0.00%

Color #C9FF03 in popluar number systems.

HEXC9FF03
Decimal2012553
Binary110010011111111111
Octal3113773

Shades and tints

Shades of #C9FF03

#C9FF03
(201,255,3)
#B7E803
(183,232,3)
#A5D103
(165,209,3)
#93BA03
(147,186,3)
#81A303
(129,163,3)
#6F8C03
(111,140,3)
#5D7503
(93,117,3)
#4B5E03
(75,94,3)
#394703
(57,71,3)
#273003
(39,48,3)
#151903
(21,25,3)
#000000
(0,0,0)

Tints of #C9FF03

#C9FF03
(201,255,3)
#CDFF19
(205,255,25)
#D1FF2F
(209,255,47)
#D5FF45
(213,255,69)
#D9FF5B
(217,255,91)
#DDFF71
(221,255,113)
#E1FF87
(225,255,135)
#E5FF9D
(229,255,157)
#E9FFB3
(233,255,179)
#EDFFC9
(237,255,201)
#F1FFDF
(241,255,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FF03 color. Also use rgb(201,255,3) instead hex code.

Text Font Color

.myTextColor { color: #C9FF03; }

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

This text font color is #C9FF03.


Background Color

.myBgColor { background-color: #C9FF03; }

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

This div background color is #C9FF03.


Border color

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

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

This div border color is #C9FF03.


Opacity

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

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

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

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

This text has shadow with #C9FF03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FF03 on black background.


Color preview on white background

This text has color #C9FF03 on white background.



Black color preview on #C9FF03 background

This text has black color on #C9FF03 background.


White color preview on #C9FF03 background

This text has white color on #C9FF03 background.