COLOR #CCED15

HEX: #CCED15
RGB: (204,237,21)

Color info

#CCED15 contains mainly red and green colors. Web safe color of #CCED15 is #CCFF00 (or #CF0).

RGB color model

#CCED15 color RGB value is (204,237,21).

  • red value is 204;
  • green value is 237;
  • blue value is 21.
RGB:
(204,237,21)
(80%,93%,8%)

RGB channels and saturation

R 204 of 255 = 80%
G 237 of 255 = 93%
B 21 of 255 = 8%

204
237
21

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

Portions of RGB colors in percentages

R + G + B =
204 + 237 + 21 = 462 (100%)
R 204 of 462 ~ 44.16%
G 237 of 462 ~ 51.3%
B 21 of 462 ~ 4.55%

%44.16
%51.3

CMYK color model

#CCED15 color CMYK value is (14,0,91,7).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 91.14%
  • key color value is 7.06%
CMYK:
(14,0,91,7)
C14M0Y91K7 
(14%,0%,91%,7%)
(0.14/0.00/0.91/0.07)	

CMYK percentages

%13.92
%0
%91.14
%7.06

Codes

Color #CCED15 in popluar color models

CCED15
RGB20423721
HSL69°85.71%50.59%
HSB/HSV69°91.14%92.94%
CMYK13.92%0.00%91.14%
7.06%

Color #CCED15 in popluar number systems.

HEXCCED15
Decimal20423721
Binary110011001110110110101
Octal31435525

Shades and tints

Shades of #CCED15

#CCED15
(204,237,21)
#BAD814
(186,216,20)
#A8C313
(168,195,19)
#96AE12
(150,174,18)
#849911
(132,153,17)
#728410
(114,132,16)
#606F0F
(96,111,15)
#4E5A0E
(78,90,14)
#3C450D
(60,69,13)
#2A300C
(42,48,12)
#181B0B
(24,27,11)
#000000
(0,0,0)

Tints of #CCED15

#CCED15
(204,237,21)
#D0EE2A
(208,238,42)
#D4EF3F
(212,239,63)
#D8F054
(216,240,84)
#DCF169
(220,241,105)
#E0F27E
(224,242,126)
#E4F393
(228,243,147)
#E8F4A8
(232,244,168)
#ECF5BD
(236,245,189)
#F0F6D2
(240,246,210)
#F4F7E7
(244,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCED15 color. Also use rgb(204,237,21) instead hex code.

Text Font Color

.myTextColor { color: #CCED15; }

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

This text font color is #CCED15.


Background Color

.myBgColor { background-color: #CCED15; }

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

This div background color is #CCED15.


Border color

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

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

This div border color is #CCED15.


Opacity

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

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

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

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

This text has shadow with #CCED15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCED15 on black background.


Color preview on white background

This text has color #CCED15 on white background.



Black color preview on #CCED15 background

This text has black color on #CCED15 background.


White color preview on #CCED15 background

This text has white color on #CCED15 background.