COLOR #CCE472

HEX: #CCE472
RGB: (204,228,114)

Color info

#CCE472 contains mainly red and green colors. Web safe color of #CCE472 is #CCCC66 (or #CC6).

RGB color model

#CCE472 color RGB value is (204,228,114).

  • red value is 204;
  • green value is 228;
  • blue value is 114.
RGB:
(204,228,114)
(80%,89%,45%)

RGB channels and saturation

R 204 of 255 = 80%
G 228 of 255 = 89%
B 114 of 255 = 45%

204
228
114

R + G + B ~ 71%. #CCE472 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 228 + 114 = 546 (100%)
R 204 of 546 ~ 37.36%
G 228 of 546 ~ 41.76%
B 114 of 546 ~ 20.88%

%37.36
%41.76
%20.88

CMYK color model

#CCE472 color CMYK value is (11,0,50,11).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 10.59%
CMYK:
(11,0,50,11)
C11M0Y50K11 
(11%,0%,50%,11%)
(0.11/0.00/0.50/0.11)	

CMYK percentages

%10.53
%0
%50
%10.59

Codes

Color #CCE472 in popluar color models

CCE472
RGB204228114
HSL73°67.86%67.06%
HSB/HSV73°50.00%89.41%
CMYK10.53%0.00%50.00%
10.59%

Color #CCE472 in popluar number systems.

HEXCCE472
Decimal204228114
Binary11001100111001001110010
Octal314344162

Shades and tints

Shades of #CCE472

#CCE472
(204,228,114)
#BAD068
(186,208,104)
#A8BC5E
(168,188,94)
#96A854
(150,168,84)
#84944A
(132,148,74)
#728040
(114,128,64)
#606C36
(96,108,54)
#4E582C
(78,88,44)
#3C4422
(60,68,34)
#2A3018
(42,48,24)
#181C0E
(24,28,14)
#000000
(0,0,0)

Tints of #CCE472

#CCE472
(204,228,114)
#D0E67E
(208,230,126)
#D4E88A
(212,232,138)
#D8EA96
(216,234,150)
#DCECA2
(220,236,162)
#E0EEAE
(224,238,174)
#E4F0BA
(228,240,186)
#E8F2C6
(232,242,198)
#ECF4D2
(236,244,210)
#F0F6DE
(240,246,222)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE472 color. Also use rgb(204,228,114) instead hex code.

Text Font Color

.myTextColor { color: #CCE472; }

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

This text font color is #CCE472.


Background Color

.myBgColor { background-color: #CCE472; }

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

This div background color is #CCE472.


Border color

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

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

This div border color is #CCE472.


Opacity

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

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

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

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

This text has shadow with #CCE472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE472 on black background.


Color preview on white background

This text has color #CCE472 on white background.



Black color preview on #CCE472 background

This text has black color on #CCE472 background.


White color preview on #CCE472 background

This text has white color on #CCE472 background.