COLOR #C4D463

HEX: #C4D463
RGB: (196,212,99)

Color info

#C4D463 contains mainly red and green colors. Web safe color of #C4D463 is #CCCC66 (or #CC6).

RGB color model

#C4D463 color RGB value is (196,212,99).

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

RGB channels and saturation

R 196 of 255 = 77%
G 212 of 255 = 83%
B 99 of 255 = 39%

196
212
99

R + G + B ~ 66%. #C4D463 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 212 + 99 = 507 (100%)
R 196 of 507 ~ 38.66%
G 212 of 507 ~ 41.81%
B 99 of 507 ~ 19.53%

%38.66
%41.81
%19.53

CMYK color model

#C4D463 color CMYK value is (8,0,53,17).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 53.30%
  • key color value is 16.86%
CMYK:
(8,0,53,17)
C8M0Y53K17 
(8%,0%,53%,17%)
(0.08/0.00/0.53/0.17)	

CMYK percentages

%7.55
%0
%53.3
%16.86

Codes

Color #C4D463 in popluar color models

C4D463
RGB19621299
HSL68°56.78%60.98%
HSB/HSV68°53.30%83.14%
CMYK7.55%0.00%53.30%
16.86%

Color #C4D463 in popluar number systems.

HEXC4D463
Decimal19621299
Binary11000100110101001100011
Octal304324143

Shades and tints

Shades of #C4D463

#C4D463
(196,212,99)
#B3C15A
(179,193,90)
#A2AE51
(162,174,81)
#919B48
(145,155,72)
#80883F
(128,136,63)
#6F7536
(111,117,54)
#5E622D
(94,98,45)
#4D4F24
(77,79,36)
#3C3C1B
(60,60,27)
#2B2912
(43,41,18)
#1A1609
(26,22,9)
#000000
(0,0,0)

Tints of #C4D463

#C4D463
(196,212,99)
#C9D771
(201,215,113)
#CEDA7F
(206,218,127)
#D3DD8D
(211,221,141)
#D8E09B
(216,224,155)
#DDE3A9
(221,227,169)
#E2E6B7
(226,230,183)
#E7E9C5
(231,233,197)
#ECECD3
(236,236,211)
#F1EFE1
(241,239,225)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D463; }

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

This text font color is #C4D463.


Background Color

.myBgColor { background-color: #C4D463; }

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

This div background color is #C4D463.


Border color

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

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

This div border color is #C4D463.


Opacity

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

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

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

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

This text has shadow with #C4D463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D463 on black background.


Color preview on white background

This text has color #C4D463 on white background.



Black color preview on #C4D463 background

This text has black color on #C4D463 background.


White color preview on #C4D463 background

This text has white color on #C4D463 background.