COLOR #C5FF04

HEX: #C5FF04
RGB: (197,255,4)

Color info

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

RGB color model

#C5FF04 color RGB value is (197,255,4).

  • red value is 197;
  • green value is 255;
  • blue value is 4.
RGB:
(197,255,4)
(77%,100%,2%)

RGB channels and saturation

R 197 of 255 = 77%
G 255 of 255 = 100%
B 4 of 255 = 2%

197
255
4

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

Portions of RGB colors in percentages

R + G + B =
197 + 255 + 4 = 456 (100%)
R 197 of 456 ~ 43.2%
G 255 of 456 ~ 55.92%
B 4 of 456 ~ 0.88%

%43.2
%55.92

CMYK color model

#C5FF04 color CMYK value is (23,0,98,0).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 98.43%
  • key color value is 0.00%
CMYK:
(23,0,98,0)
C23M0Y98K0 
(23%,0%,98%,0%)
(0.23/0.00/0.98/0.00)	

CMYK percentages

%22.75
%0
%98.43
%0

Codes

Color #C5FF04 in popluar color models

C5FF04
RGB1972554
HSL74°100.00%50.78%
HSB/HSV74°98.43%100.00%
CMYK22.75%0.00%98.43%
0.00%

Color #C5FF04 in popluar number systems.

HEXC5FF04
Decimal1972554
Binary1100010111111111100
Octal3053774

Shades and tints

Shades of #C5FF04

#C5FF04
(197,255,4)
#B4E804
(180,232,4)
#A3D104
(163,209,4)
#92BA04
(146,186,4)
#81A304
(129,163,4)
#708C04
(112,140,4)
#5F7504
(95,117,4)
#4E5E04
(78,94,4)
#3D4704
(61,71,4)
#2C3004
(44,48,4)
#1B1904
(27,25,4)
#000000
(0,0,0)

Tints of #C5FF04

#C5FF04
(197,255,4)
#CAFF1A
(202,255,26)
#CFFF30
(207,255,48)
#D4FF46
(212,255,70)
#D9FF5C
(217,255,92)
#DEFF72
(222,255,114)
#E3FF88
(227,255,136)
#E8FF9E
(232,255,158)
#EDFFB4
(237,255,180)
#F2FFCA
(242,255,202)
#F7FFE0
(247,255,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FF04 color. Also use rgb(197,255,4) instead hex code.

Text Font Color

.myTextColor { color: #C5FF04; }

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

This text font color is #C5FF04.


Background Color

.myBgColor { background-color: #C5FF04; }

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

This div background color is #C5FF04.


Border color

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

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

This div border color is #C5FF04.


Opacity

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

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

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

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

This text has shadow with #C5FF04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FF04 on black background.


Color preview on white background

This text has color #C5FF04 on white background.



Black color preview on #C5FF04 background

This text has black color on #C5FF04 background.


White color preview on #C5FF04 background

This text has white color on #C5FF04 background.