COLOR #C4F818

HEX: #C4F818
RGB: (196,248,24)

Color info

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

RGB color model

#C4F818 color RGB value is (196,248,24).

  • red value is 196;
  • green value is 248;
  • blue value is 24.
RGB:
(196,248,24)
(77%,97%,9%)

RGB channels and saturation

R 196 of 255 = 77%
G 248 of 255 = 97%
B 24 of 255 = 9%

196
248
24

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

Portions of RGB colors in percentages

R + G + B =
196 + 248 + 24 = 468 (100%)
R 196 of 468 ~ 41.88%
G 248 of 468 ~ 52.99%
B 24 of 468 ~ 5.13%

%41.88
%52.99

CMYK color model

#C4F818 color CMYK value is (21,0,90,3).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 90.32%
  • key color value is 2.75%
CMYK:
(21,0,90,3)
C21M0Y90K3 
(21%,0%,90%,3%)
(0.21/0.00/0.90/0.03)	

CMYK percentages

%20.97
%0
%90.32
%2.75

Codes

Color #C4F818 in popluar color models

C4F818
RGB19624824
HSL74°94.12%53.33%
HSB/HSV74°90.32%97.25%
CMYK20.97%0.00%90.32%
2.75%

Color #C4F818 in popluar number systems.

HEXC4F818
Decimal19624824
Binary110001001111100011000
Octal30437030

Shades and tints

Shades of #C4F818

#C4F818
(196,248,24)
#B3E216
(179,226,22)
#A2CC14
(162,204,20)
#91B612
(145,182,18)
#80A010
(128,160,16)
#6F8A0E
(111,138,14)
#5E740C
(94,116,12)
#4D5E0A
(77,94,10)
#3C4808
(60,72,8)
#2B3206
(43,50,6)
#1A1C04
(26,28,4)
#000000
(0,0,0)

Tints of #C4F818

#C4F818
(196,248,24)
#C9F82D
(201,248,45)
#CEF842
(206,248,66)
#D3F857
(211,248,87)
#D8F86C
(216,248,108)
#DDF881
(221,248,129)
#E2F896
(226,248,150)
#E7F8AB
(231,248,171)
#ECF8C0
(236,248,192)
#F1F8D5
(241,248,213)
#F6F8EA
(246,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F818 color. Also use rgb(196,248,24) instead hex code.

Text Font Color

.myTextColor { color: #C4F818; }

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

This text font color is #C4F818.


Background Color

.myBgColor { background-color: #C4F818; }

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

This div background color is #C4F818.


Border color

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

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

This div border color is #C4F818.


Opacity

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

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

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

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

This text has shadow with #C4F818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F818 on black background.


Color preview on white background

This text has color #C4F818 on white background.



Black color preview on #C4F818 background

This text has black color on #C4F818 background.


White color preview on #C4F818 background

This text has white color on #C4F818 background.