COLOR #C6D510

HEX: #C6D510
RGB: (198,213,16)

Color info

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

RGB color model

#C6D510 color RGB value is (198,213,16).

  • red value is 198;
  • green value is 213;
  • blue value is 16.
RGB:
(198,213,16)
(78%,84%,6%)

RGB channels and saturation

R 198 of 255 = 78%
G 213 of 255 = 84%
B 16 of 255 = 6%

198
213
16

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

Portions of RGB colors in percentages

R + G + B =
198 + 213 + 16 = 427 (100%)
R 198 of 427 ~ 46.37%
G 213 of 427 ~ 49.88%
B 16 of 427 ~ 3.75%

%46.37
%49.88

CMYK color model

#C6D510 color CMYK value is (7,0,92,16).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 92.49%
  • key color value is 16.47%
CMYK:
(7,0,92,16)
C7M0Y92K16 
(7%,0%,92%,16%)
(0.07/0.00/0.92/0.16)	

CMYK percentages

%7.04
%0
%92.49
%16.47

Codes

Color #C6D510 in popluar color models

C6D510
RGB19821316
HSL65°86.03%44.90%
HSB/HSV65°92.49%83.53%
CMYK7.04%0.00%92.49%
16.47%

Color #C6D510 in popluar number systems.

HEXC6D510
Decimal19821316
Binary110001101101010110000
Octal30632520

Shades and tints

Shades of #C6D510

#C6D510
(198,213,16)
#B4C20F
(180,194,15)
#A2AF0E
(162,175,14)
#909C0D
(144,156,13)
#7E890C
(126,137,12)
#6C760B
(108,118,11)
#5A630A
(90,99,10)
#485009
(72,80,9)
#363D08
(54,61,8)
#242A07
(36,42,7)
#121706
(18,23,6)
#000000
(0,0,0)

Tints of #C6D510

#C6D510
(198,213,16)
#CBD825
(203,216,37)
#D0DB3A
(208,219,58)
#D5DE4F
(213,222,79)
#DAE164
(218,225,100)
#DFE479
(223,228,121)
#E4E78E
(228,231,142)
#E9EAA3
(233,234,163)
#EEEDB8
(238,237,184)
#F3F0CD
(243,240,205)
#F8F3E2
(248,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D510 color. Also use rgb(198,213,16) instead hex code.

Text Font Color

.myTextColor { color: #C6D510; }

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

This text font color is #C6D510.


Background Color

.myBgColor { background-color: #C6D510; }

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

This div background color is #C6D510.


Border color

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

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

This div border color is #C6D510.


Opacity

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

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

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

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

This text has shadow with #C6D510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D510 on black background.


Color preview on white background

This text has color #C6D510 on white background.



Black color preview on #C6D510 background

This text has black color on #C6D510 background.


White color preview on #C6D510 background

This text has white color on #C6D510 background.