COLOR #CCD148

HEX: #CCD148
RGB: (204,209,72)

Color info

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

RGB color model

#CCD148 color RGB value is (204,209,72).

  • red value is 204;
  • green value is 209;
  • blue value is 72.
RGB:
(204,209,72)
(80%,82%,28%)

RGB channels and saturation

R 204 of 255 = 80%
G 209 of 255 = 82%
B 72 of 255 = 28%

204
209
72

R + G + B ~ 63%. #CCD148 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 209 + 72 = 485 (100%)
R 204 of 485 ~ 42.06%
G 209 of 485 ~ 43.09%
B 72 of 485 ~ 14.85%

%42.06
%43.09
%14.85

CMYK color model

#CCD148 color CMYK value is (2,0,66,18).

  • cyan value is 2.39%
  • magenta value is 0.00%
  • yellow value is 65.55%
  • key color value is 18.04%
CMYK:
(2,0,66,18)
C2M0Y66K18 
(2%,0%,66%,18%)
(0.02/0.00/0.66/0.18)	

CMYK percentages

%2.39
%0
%65.55
%18.04

Codes

Color #CCD148 in popluar color models

CCD148
RGB20420972
HSL62°59.83%55.10%
HSB/HSV62°65.55%81.96%
CMYK2.39%0.00%65.55%
18.04%

Color #CCD148 in popluar number systems.

HEXCCD148
Decimal20420972
Binary11001100110100011001000
Octal314321110

Shades and tints

Shades of #CCD148

#CCD148
(204,209,72)
#BABE42
(186,190,66)
#A8AB3C
(168,171,60)
#969836
(150,152,54)
#848530
(132,133,48)
#72722A
(114,114,42)
#605F24
(96,95,36)
#4E4C1E
(78,76,30)
#3C3918
(60,57,24)
#2A2612
(42,38,18)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #CCD148

#CCD148
(204,209,72)
#D0D558
(208,213,88)
#D4D968
(212,217,104)
#D8DD78
(216,221,120)
#DCE188
(220,225,136)
#E0E598
(224,229,152)
#E4E9A8
(228,233,168)
#E8EDB8
(232,237,184)
#ECF1C8
(236,241,200)
#F0F5D8
(240,245,216)
#F4F9E8
(244,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD148 color. Also use rgb(204,209,72) instead hex code.

Text Font Color

.myTextColor { color: #CCD148; }

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

This text font color is #CCD148.


Background Color

.myBgColor { background-color: #CCD148; }

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

This div background color is #CCD148.


Border color

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

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

This div border color is #CCD148.


Opacity

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

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

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

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

This text has shadow with #CCD148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD148 on black background.


Color preview on white background

This text has color #CCD148 on white background.



Black color preview on #CCD148 background

This text has black color on #CCD148 background.


White color preview on #CCD148 background

This text has white color on #CCD148 background.