COLOR #C6D619

HEX: #C6D619
RGB: (198,214,25)

Color info

#C6D619 contains mainly red and green colors. Web safe color of #C6D619 is #CCCC00 (or #CC0).

RGB color model

#C6D619 color RGB value is (198,214,25).

  • red value is 198;
  • green value is 214;
  • blue value is 25.
RGB:
(198,214,25)
(78%,84%,10%)

RGB channels and saturation

R 198 of 255 = 78%
G 214 of 255 = 84%
B 25 of 255 = 10%

198
214
25

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

Portions of RGB colors in percentages

R + G + B =
198 + 214 + 25 = 437 (100%)
R 198 of 437 ~ 45.31%
G 214 of 437 ~ 48.97%
B 25 of 437 ~ 5.72%

%45.31
%48.97

CMYK color model

#C6D619 color CMYK value is (7,0,88,16).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 88.32%
  • key color value is 16.08%
CMYK:
(7,0,88,16)
C7M0Y88K16 
(7%,0%,88%,16%)
(0.07/0.00/0.88/0.16)	

CMYK percentages

%7.48
%0
%88.32
%16.08

Codes

Color #C6D619 in popluar color models

C6D619
RGB19821425
HSL65°79.08%46.86%
HSB/HSV65°88.32%83.92%
CMYK7.48%0.00%88.32%
16.08%

Color #C6D619 in popluar number systems.

HEXC6D619
Decimal19821425
Binary110001101101011011001
Octal30632631

Shades and tints

Shades of #C6D619

#C6D619
(198,214,25)
#B4C317
(180,195,23)
#A2B015
(162,176,21)
#909D13
(144,157,19)
#7E8A11
(126,138,17)
#6C770F
(108,119,15)
#5A640D
(90,100,13)
#48510B
(72,81,11)
#363E09
(54,62,9)
#242B07
(36,43,7)
#121805
(18,24,5)
#000000
(0,0,0)

Tints of #C6D619

#C6D619
(198,214,25)
#CBD92D
(203,217,45)
#D0DC41
(208,220,65)
#D5DF55
(213,223,85)
#DAE269
(218,226,105)
#DFE57D
(223,229,125)
#E4E891
(228,232,145)
#E9EBA5
(233,235,165)
#EEEEB9
(238,238,185)
#F3F1CD
(243,241,205)
#F8F4E1
(248,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D619 color. Also use rgb(198,214,25) instead hex code.

Text Font Color

.myTextColor { color: #C6D619; }

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

This text font color is #C6D619.


Background Color

.myBgColor { background-color: #C6D619; }

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

This div background color is #C6D619.


Border color

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

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

This div border color is #C6D619.


Opacity

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

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

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

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

This text has shadow with #C6D619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D619 on black background.


Color preview on white background

This text has color #C6D619 on white background.



Black color preview on #C6D619 background

This text has black color on #C6D619 background.


White color preview on #C6D619 background

This text has white color on #C6D619 background.