COLOR #CCD62C

HEX: #CCD62C
RGB: (204,214,44)

Color info

#CCD62C contains mainly red and green colors. Web safe color of #CCD62C is #CCCC33 (or #CC3).

RGB color model

#CCD62C color RGB value is (204,214,44).

  • red value is 204;
  • green value is 214;
  • blue value is 44.
RGB:
(204,214,44)
(80%,84%,17%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 44 of 255 = 17%

204
214
44

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

Portions of RGB colors in percentages

R + G + B =
204 + 214 + 44 = 462 (100%)
R 204 of 462 ~ 44.16%
G 214 of 462 ~ 46.32%
B 44 of 462 ~ 9.52%

%44.16
%46.32
%9.52

CMYK color model

#CCD62C color CMYK value is (5,0,79,16).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 79.44%
  • key color value is 16.08%
CMYK:
(5,0,79,16)
C5M0Y79K16 
(5%,0%,79%,16%)
(0.05/0.00/0.79/0.16)	

CMYK percentages

%4.67
%0
%79.44
%16.08

Codes

Color #CCD62C in popluar color models

CCD62C
RGB20421444
HSL64°67.46%50.59%
HSB/HSV64°79.44%83.92%
CMYK4.67%0.00%79.44%
16.08%

Color #CCD62C in popluar number systems.

HEXCCD62C
Decimal20421444
Binary1100110011010110101100
Octal31432654

Shades and tints

Shades of #CCD62C

#CCD62C
(204,214,44)
#BAC328
(186,195,40)
#A8B024
(168,176,36)
#969D20
(150,157,32)
#848A1C
(132,138,28)
#727718
(114,119,24)
#606414
(96,100,20)
#4E5110
(78,81,16)
#3C3E0C
(60,62,12)
#2A2B08
(42,43,8)
#181804
(24,24,4)
#000000
(0,0,0)

Tints of #CCD62C

#CCD62C
(204,214,44)
#D0D93F
(208,217,63)
#D4DC52
(212,220,82)
#D8DF65
(216,223,101)
#DCE278
(220,226,120)
#E0E58B
(224,229,139)
#E4E89E
(228,232,158)
#E8EBB1
(232,235,177)
#ECEEC4
(236,238,196)
#F0F1D7
(240,241,215)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD62C color. Also use rgb(204,214,44) instead hex code.

Text Font Color

.myTextColor { color: #CCD62C; }

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

This text font color is #CCD62C.


Background Color

.myBgColor { background-color: #CCD62C; }

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

This div background color is #CCD62C.


Border color

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

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

This div border color is #CCD62C.


Opacity

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

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

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

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

This text has shadow with #CCD62C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD62C on black background.


Color preview on white background

This text has color #CCD62C on white background.



Black color preview on #CCD62C background

This text has black color on #CCD62C background.


White color preview on #CCD62C background

This text has white color on #CCD62C background.