COLOR #CCEE65

HEX: #CCEE65
RGB: (204,238,101)

Color info

#CCEE65 contains mainly red and green colors. Web safe color of #CCEE65 is #CCFF66 (or #CF6).

RGB color model

#CCEE65 color RGB value is (204,238,101).

  • red value is 204;
  • green value is 238;
  • blue value is 101.
RGB:
(204,238,101)
(80%,93%,40%)

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 101 of 255 = 40%

204
238
101

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

Portions of RGB colors in percentages

R + G + B =
204 + 238 + 101 = 543 (100%)
R 204 of 543 ~ 37.57%
G 238 of 543 ~ 43.83%
B 101 of 543 ~ 18.6%

%37.57
%43.83
%18.6

CMYK color model

#CCEE65 color CMYK value is (14,0,58,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 57.56%
  • key color value is 6.67%
CMYK:
(14,0,58,7)
C14M0Y58K7 
(14%,0%,58%,7%)
(0.14/0.00/0.58/0.07)	

CMYK percentages

%14.29
%0
%57.56
%6.67

Codes

Color #CCEE65 in popluar color models

CCEE65
RGB204238101
HSL75°80.12%66.47%
HSB/HSV75°57.56%93.33%
CMYK14.29%0.00%57.56%
6.67%

Color #CCEE65 in popluar number systems.

HEXCCEE65
Decimal204238101
Binary11001100111011101100101
Octal314356145

Shades and tints

Shades of #CCEE65

#CCEE65
(204,238,101)
#BAD95C
(186,217,92)
#A8C453
(168,196,83)
#96AF4A
(150,175,74)
#849A41
(132,154,65)
#728538
(114,133,56)
#60702F
(96,112,47)
#4E5B26
(78,91,38)
#3C461D
(60,70,29)
#2A3114
(42,49,20)
#181C0B
(24,28,11)
#000000
(0,0,0)

Tints of #CCEE65

#CCEE65
(204,238,101)
#D0EF73
(208,239,115)
#D4F081
(212,240,129)
#D8F18F
(216,241,143)
#DCF29D
(220,242,157)
#E0F3AB
(224,243,171)
#E4F4B9
(228,244,185)
#E8F5C7
(232,245,199)
#ECF6D5
(236,246,213)
#F0F7E3
(240,247,227)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEE65 color. Also use rgb(204,238,101) instead hex code.

Text Font Color

.myTextColor { color: #CCEE65; }

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

This text font color is #CCEE65.


Background Color

.myBgColor { background-color: #CCEE65; }

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

This div background color is #CCEE65.


Border color

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

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

This div border color is #CCEE65.


Opacity

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

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

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

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

This text has shadow with #CCEE65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEE65 on black background.


Color preview on white background

This text has color #CCEE65 on white background.



Black color preview on #CCEE65 background

This text has black color on #CCEE65 background.


White color preview on #CCEE65 background

This text has white color on #CCEE65 background.