COLOR #C4F063

HEX: #C4F063
RGB: (196,240,99)

Color info

#C4F063 contains mainly red and green colors. Web safe color of #C4F063 is #CCFF66 (or #CF6).

RGB color model

#C4F063 color RGB value is (196,240,99).

  • red value is 196;
  • green value is 240;
  • blue value is 99.
RGB:
(196,240,99)
(77%,94%,39%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 99 of 255 = 39%

196
240
99

R + G + B ~ 70%. #C4F063 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 240 + 99 = 535 (100%)
R 196 of 535 ~ 36.64%
G 240 of 535 ~ 44.86%
B 99 of 535 ~ 18.5%

%36.64
%44.86
%18.5

CMYK color model

#C4F063 color CMYK value is (18,0,59,6).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 58.75%
  • key color value is 5.88%
CMYK:
(18,0,59,6)
C18M0Y59K6 
(18%,0%,59%,6%)
(0.18/0.00/0.59/0.06)	

CMYK percentages

%18.33
%0
%58.75
%5.88

Codes

Color #C4F063 in popluar color models

C4F063
RGB19624099
HSL79°82.46%66.47%
HSB/HSV79°58.75%94.12%
CMYK18.33%0.00%58.75%
5.88%

Color #C4F063 in popluar number systems.

HEXC4F063
Decimal19624099
Binary11000100111100001100011
Octal304360143

Shades and tints

Shades of #C4F063

#C4F063
(196,240,99)
#B3DB5A
(179,219,90)
#A2C651
(162,198,81)
#91B148
(145,177,72)
#809C3F
(128,156,63)
#6F8736
(111,135,54)
#5E722D
(94,114,45)
#4D5D24
(77,93,36)
#3C481B
(60,72,27)
#2B3312
(43,51,18)
#1A1E09
(26,30,9)
#000000
(0,0,0)

Tints of #C4F063

#C4F063
(196,240,99)
#C9F171
(201,241,113)
#CEF27F
(206,242,127)
#D3F38D
(211,243,141)
#D8F49B
(216,244,155)
#DDF5A9
(221,245,169)
#E2F6B7
(226,246,183)
#E7F7C5
(231,247,197)
#ECF8D3
(236,248,211)
#F1F9E1
(241,249,225)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F063 color. Also use rgb(196,240,99) instead hex code.

Text Font Color

.myTextColor { color: #C4F063; }

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

This text font color is #C4F063.


Background Color

.myBgColor { background-color: #C4F063; }

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

This div background color is #C4F063.


Border color

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

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

This div border color is #C4F063.


Opacity

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

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

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

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

This text has shadow with #C4F063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F063 on black background.


Color preview on white background

This text has color #C4F063 on white background.



Black color preview on #C4F063 background

This text has black color on #C4F063 background.


White color preview on #C4F063 background

This text has white color on #C4F063 background.