COLOR #CCFF66

HEX: #CCFF66 RGB: (204,255,102)

Color info

#CCFF66 contains mainly red and green colors. #CCFF66 color is web safe color. It maybe written shortly as #CF6.

RGB color model

#CCFF66 color RGB value is (204,255,102).

RGB: (204,255,102) (80%, 100%, 40%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 102 of 255 = 40%

204
255
102

R + G + B ~ 73%. #CCFF66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 255 + 102 = 561 (100%)
R 204 of 561 ~ 36.36%
G 255 of 561 ~ 45.45%
B 102 of 561 ~ 18.18'%

%36.36
%45.45
%18.18

CMYK color model

#CCFF66 color CMYK value is (20,0,60,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 0.00%

CMYK: (20,0,60,0)
C20M0Y60K0 (20%, 0%, 60%, 0%)
(0.20 / 0.00 / 0.60 / 0.00)

CMYK percentages

%20
%0
%60
%0

Codes

Color #CCFF66 in popluar color models

CC FF 66
RGB 204 255 102
HSL 80° 100.00% 70.00%
HSB/HSV 80° 60.00% 100.00%
CMYK 20.00% 0.00% 60.00%
0.00%

Color #CCFF66 in popluar number systems.

HEX CC FF 66
Decimal 204 255 102
Binary 11001100 11111111 1100110
Octal 314 377 146

Shades and tints

Shades of #CCFF66

#CCFF66
(204,255,102)
#BAE85D
(186,232,93)
#A8D154
(168,209,84)
#96BA4B
(150,186,75)
#84A342
(132,163,66)
#728C39
(114,140,57)
#607530
(96,117,48)
#4E5E27
(78,94,39)
#3C471E
(60,71,30)
#2A3015
(42,48,21)
#18190C
(24,25,12)
#000000
(0,0,0)

Tints of #CCFF66

#CCFF66
(204,255,102)
#D0FF73
(208,255,115)
#D4FF80
(212,255,128)
#D8FF8D
(216,255,141)
#DCFF9A
(220,255,154)
#E0FFA7
(224,255,167)
#E4FFB4
(228,255,180)
#E8FFC1
(232,255,193)
#ECFFCE
(236,255,206)
#F0FFDB
(240,255,219)
#F4FFE8
(244,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFF66 color. Also use rgb(204,255,102) instead hex code.

Text Font Color

.myTextColor { color: #CCFF66; }

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

This text font color is #CCFF66.

Background Color

.myBgColor { background-color: #CCFF66; }

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

This div background color is #CCFF66.

Border color

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

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

This div border color is #CCFF66.

Opacity

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

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

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

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

This text has shadow with #CCFF66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFF66.

Preview

Color preview on black background

This text has color #CCFF66 on black background.


Color preview on white background

This text has color #CCFF66 on white background.


Black color preview on #CCFF66 background

This text has black color on #CCFF66 background.


White color preview on #CCFF66 background

This text has white color on #CCFF66 background.


Related colors

Complementary color

Complementary color for #hex is #330099.


I love getcolorcode.com

Triadic colors

1 #66CCFF and #FF66CC with #CCFF66 are triadic colors.

2 #66FFCC and #FFCC66 with #CCFF66 are triadic colors.